/*
    Font Weights:
        100 - Thin
        200 - Extra Light (Ultra Light)
        300 - Light
        400 - Normal
        500 - Medium
        600 - Semi Bold (Demi Bold)
        700 - Bold
        800 - Extra Bold (Ultra Bold)
        900 - Black (Heavy)
*/

/*=== Fellix ===*/

/* Regular */
@font-face {
    font-family: 'Fellix';
    font-style: normal;
    font-weight: 500;
    src:
        url('Fellix-Regular.woff2') format('woff2'),
        url('Fellix-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Fellix';
    font-style: italic;
    font-weight: 500;
    src:
        url('Fellix-RegularItalic.woff2') format('woff2'),
        url('Fellix-RegularItalic.woff') format('woff');
}

/* Bold */
@font-face {
    font-family: 'Fellix';
    font-style: normal;
    font-weight: 700;
    src:
        url('Fellix-Bold.woff2') format('woff2'),
        url('Fellix-Bold.woff') format('woff');
}

/* Extra Bold */
@font-face {
    font-family: 'Fellix';
    font-style: normal;
    font-weight: 800;
    src:
        url('Fellix-ExtraBold.woff2') format('woff2'),
        url('Fellix-ExtraBold.woff') format('woff');
}

/*=== Rhetorik Serif ===*/

/* Regular */
@font-face {
    font-family: 'Rhetorik Serif';
    font-style: normal;
    font-weight: 400;
    src: url('RhetorikSerif-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Rhetorik Serif';
    font-style: italic;
    font-weight: 400;
    src: url('RhetorikSerif-Italic.woff2') format('woff2');
}
