@font-face {
    font-weight: 400;
    font-family: 'BDOGrotesk';
    font-style: normal;
    src: url('./fonts/BDOGrotesk-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-weight: 500;
    font-family: 'BDOGrotesk';
    font-style: normal;
    src: url('./fonts/BDOGrotesk-Medium.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-weight: 600;
    font-family: 'BDOGrotesk';
    font-style: normal;
    src: url('./fonts/BDOGrotesk-DemiBold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-weight: 700;
    font-family: 'BDOGrotesk';
    font-style: normal;
    src: url('./fonts/BDOGrotesk-Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-weight: 900;
    font-family: 'BDOGrotesk';
    font-style: normal;
    src: url('./fonts/BDOGrotesk-Black.woff2') format('woff2');
    font-display: swap;
}


html {
    font-family: 'BDOGrotesk', sans-serif !important;
}
