@font-face {
    font-family: 'Antonia_heavy';
    src: url('../assets/fonts/AntoniaH1-Heavy.woff2') format('woff2'),
        url('../assets/fonts/AntoniaH1-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antonia_bold';
    src: url('../assets/fonts/AntoniaH1-Bold.woff2') format('woff2'),
        url('../assets/fonts/AntoniaH1-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antonia_semibold';
    src: url('../assets/fonts/AntoniaH1-SemiBold.woff2') format('woff2'),
        url('../assets/fonts/AntoniaH1-SemiBold.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antonia_bold_italic';
    src: url('../assets/fonts/AntoniaH1-BoldItalic.woff2') format('woff2'),
        url('../assets/fonts/AntoniaH1-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Antonia_semibold_italic';
    src: url('../assets/fonts/AntoniaH1-SemiBoldItalic.woff2') format('woff2'),
        url('../assets/fonts/AntoniaH1-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'CopyrightKlimTypeFoundry';
    src: url('../assets/fonts/CopyrightKlimTypeFoundry-NotLicensedforDesktopUse.woff2') format('woff2'),
        url('../assets/fonts/CopyrightKlimTypeFoundry-NotLicensedforDesktopUse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CopyrightKlimTypeFoundry_bold';
    src: url('../assets/fonts/CopyrightKlimTypeFoundry-NotLicensedforDesktopUse.woff2') format('woff2'),
        url('../assets/fonts/CopyrightKlimTypeFoundry-NotLicensedforDesktopUse.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



