/* Aktiv Grotesk Font Declarations - Fixed Paths for Astro */

@font-face {
    font-family: "Aktiv Light";
    src: url('/font/AktivGrotesk_W_Lt.woff') format('woff'),
    url('/font/AktivGrotesk_W_Lt.woff2') format('woff2');
}

@font-face {
    font-family: "Aktiv Grotesk Light";
    src: url("/font/AktivGroteskVF_W_Basic_WghtWdth.woff2") format('woff2'),
    url("/font/Normal/AktivGrotesk_W_Basic_Lt.woff") format('woff');
    font-weight: 230;
}

@font-face {
    font-family: "Aktiv Grotesk Bold";
    src: url("/font/Normal/AktivGrotesk_W_Basic_Bd.woff2") format('woff2'),
    url("/font/Normal/AktivGrotesk_W_Basic_Bd.woff") format('woff');
}

@font-face {
    font-family: "AktivGrotesk Sbd";
    src: url("/font/Normal/AktivGrotesk_W_Basic_SBd.woff2") format('woff2'),
    url("/font/Normal/AktivGrotesk_W_Basic_SBd.woff") format('woff');
}

@font-face {
    font-family: "Aktiv Grotesk Cd XBold";
    src: url('/font/Condensed/AktivGroteskCd_W_Basic_XBd.woff2') format('woff2')
}

@font-face {
    font-family: "Aktiv Grotesk";
    src: url("/font/AktivGroteskVF_W_Basic_WghtWdth.woff2") format('woff2');
    font-weight: 1 1000;
}

.safari body {
    -webkit-font-smoothing: antialiased;
    font-synthesis: none !important;
}

.font-normal {
    font-family: "Aktiv Grotesk",'Open Sans', Arial, sans-serif;
}

