@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable-Italic.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Faustina';
    src: url('../fonts/Faustina-Variable.woff2') format('woff2'),
        url('../fonts/Faustina-Variable.ttf') format('truetype');
    font-weight: 300 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Faustina';
    src: url('../fonts/Faustina-Italic-Variable.woff2') format('woff2'),
        url('../fonts/Faustina-Italic-Variable.ttf') format('truetype');
    font-weight: 300 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adelphe';
    src: url('../fonts/Adelphe-GerminalItalic.woff2') format('woff2'),
        url('../fonts/Adelphe-GerminalItalic.woff') format('woff'),
        url('../fonts/Adelphe-GerminalItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adelphe';
    src: url('../fonts/Adelphe-GerminalBold.woff2') format('woff2'),
        url('../fonts/Adelphe-GerminalBold.woff') format('woff'),
        url('../fonts/Adelphe-GerminalBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adelphe';
    src: url('../fonts/Adelphe-GerminalBoldItalic.woff2') format('woff2'),
        url('../fonts/Adelphe-GerminalBoldItalic.woff') format('woff'),
        url('../fonts/Adelphe-GerminalBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adelphe';
    src: url('../fonts/Adelphe-GerminalRegular.woff2') format('woff2'),
        url('../fonts/Adelphe-GerminalRegular.woff') format('woff'),
        url('../fonts/Adelphe-GerminalRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}