﻿@font-face {
    font-family: 'AndersonGrotesk';
    src: url('webfonts/AndersonGrotesk-Ultrabold.otf') format('otf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AndersonGrotesk';
    src: url('webfonts/AndersonGrotesk-UltraboldOblique.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AndersonGrotesk';
    src: url('webfonts/AndersonGrotesk-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AndersonGrotesk';
    src: url('webfonts/AndersonGrotesk-BoldOblique.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AndersonGrotesk';
    src: url('webfonts/AndersonGrotesk-Oblique.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AndersonGrotesk';
    src: url('webfonts/AndersonGrotesk-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AndersonGrotesk';
    src: url('webfonts/AndersonGrotesk-LightOblique.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AndersonGrotesk';
    src: url('webfonts/AndersonGrotesk.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}