@import url("https://use.typekit.net/pol1iqq.css");

@font-face {
    font-family: "AktivGrotesk-bold";
    src: url("../../fonts/ballin-akt/AktivGrotesk-Bold.woff2") format("woff2"), url("../../fonts/ballin-akt/AktivGrotesk-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "AktivGrotesk-semibold";
    src: url("../../fonts/ballin-akt/AktivGrotesk-Medium.woff2") format("woff2"), url("../../fonts/ballin-akt/AktivGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "AktivGrotesk";
    src: url("../../fonts/ballin-akt/AktivGrotesk-Regular.woff2") format("woff2"), url("../../fonts/ballin-akt/AktivGrotesk-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

:root {
    --bs-body-font-family: "AktivGrotesk";
    --bs-body-font-family-semibold: "AktivGrotesk-semibold";
    --bs-body-font-family-bold: "AktivGrotesk-bold";
    --bs-heading-medium: "ballinger", sans-serif;
    --bs-heading-medium-1: "ballinger", sans-serif;
    --bs-heading-medium-2: "ballinger", sans-serif;
}