/*
 * ==========================================================
 * reGOT – betűtípusok
 * ==========================================================
 *
 * Cinzel – a logó vésett, heraldikus karaktere.
 *          Csak a logóban és a nagy kijelentésekben.
 *
 * Inter  – mai, semleges grotesk. Minden más.
 *
 * Mindkettő helyi másolat: nincs CDN-függés.
 *
 * EZ AZ EGYETLEN FÁJL, AMIBEN ÚTVONAL VAN.
 *
 * Ha a fonts/ mappa máshova kerül az új projektben,
 * elég itt átírni a 12 url(...) hivatkozást.
 *
 * A latin-ext tartomány a magyar ő és ű miatt kell –
 * enélkül azok a betűk más fontból esnének be.
 */


/* Latin (alap) és latin-ext (magyar ő, ű) tartományok. */

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/cinzel-400.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/cinzel-ext-400.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB;
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/cinzel-700.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/cinzel-ext-700.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB;
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('fonts/cinzel-900.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('fonts/cinzel-ext-900.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB;
}


@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/inter-400.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/inter-ext-400.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/inter-600.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/inter-ext-600.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('fonts/inter-800.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('fonts/inter-ext-800.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB;
}
