/* =========================
   FONTS - Qlassy (Headings)
========================= */

@font-face {
    font-family: 'Qlassy';
    src: url('../fonts/Qlassy-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qlassy';
    src: url('../fonts/Qlassy-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qlassy';
    src: url('../fonts/Qlassy-Bold.ttf') format('truetype');
    /* ✅ FIXED */
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qlassy';
    src: url('../fonts/Qlassy-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


/* =========================
   FONTS - Manrope (Body)
========================= */

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-VariableFont_wght.woff2') format('woff2');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}


/* =========================
   FONTS - Trade Gothic
========================= */

@font-face {
    font-family: 'TradeGothic LT Extended';
    src: url('TradeGothicLT-BoldExtended.woff2') form at('woff2'),
        url('TradeGothicLT-BoldExtended.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}