/*
 * fonts.css — Thiqa Theme
 * Thmanyah font faces (.otf / OpenType) + Google Fonts import.
 *
 * Place the following font files in thiqa/assets/fonts/:
 *   ThmanyahSerifDisplay-Light.otf
 *   ThmanyahSerifDisplay-Regular.otf
 *   ThmanyahSerifDisplay-Medium.otf
 *   ThmanyahSerifDisplay-SemiBold.otf
 *   ThmanyahSerifDisplay-Bold.otf
 *   
 *   ThmanyahSerifText-Light.otf
 *   ThmanyahSerifText-Regular.otf
 *   ThmanyahSerifText-Medium.otf
 *   ThmanyahSerifText-SemiBold.otf
 *   ThmanyahSerifText-Bold.otf
 */

/* ==========================================================================
   THMANYAH SERIF DISPLAY — OpenType (.otf)
   ========================================================================== */
@font-face {
    font-family: 'Thmanyah Serif Display';
    src: url('../fonts/ThmanyahSerifDisplay-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Thmanyah Serif Display';
    src: url('../fonts/ThmanyahSerifDisplay-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Thmanyah Serif Display';
    src: url('../fonts/ThmanyahSerifDisplay-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Thmanyah Serif Display';
    src: url('../fonts/ThmanyahSerifDisplay-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Thmanyah Serif Display';
    src: url('../fonts/ThmanyahSerifDisplay-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   THMANYAH SERIF TEXT — OpenType (.otf)
   ========================================================================== */
@font-face {
    font-family: 'Thmanyah Serif Text';
    src: url('../fonts/ThmanyahSerifText-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Thmanyah Serif Text';
    src: url('../fonts/ThmanyahSerifText-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Thmanyah Serif Text';
    src: url('../fonts/ThmanyahSerifText-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Thmanyah Serif Text';
    src: url('../fonts/ThmanyahSerifText-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Thmanyah Serif Text';
    src: url('../fonts/ThmanyahSerifText-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*
 * NOTE: Google Fonts (Montserrat + Cairo) are loaded via wp_enqueue_style
 * in inc/enqueue.php. No @import here to avoid render-blocking duplication.
 */
