@font-face {
    font-family: 'American Grotesk';
    src: local('American Grotesk Black'), local('AmericanGrotesk-Black'),
        url('fonts/american-grotesk/AmericanGrotesk-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'American Grotesk';
    src: local('American Grotesk Bold'), local('AmericanGrotesk-Bold'),
        url('fonts/american-grotesk/AmericanGrotesk-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'American Grotesk';
    src: local('American Grotesk Bold Italic'), local('AmericanGrotesk-BoldItalic'),
        url('fonts/american-grotesk/AmericanGrotesk-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'American Grotesk';
    src: local('American Grotesk Medium'), local('AmericanGrotesk-Medium'),
        url('fonts/american-grotesk/AmericanGrotesk-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'American Grotesk';
    src: local('American Grotesk Italic'), local('AmericanGrotesk-Italic'),
        url('fonts/american-grotesk/AmericanGrotesk-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'American Grotesk';
    src: local('American Grotesk Medium Italic'), local('AmericanGrotesk-MediumItalic'),
        url('fonts/american-grotesk/AmericanGrotesk-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'American Grotesk';
    src: local('American Grotesk Regular'), local('AmericanGrotesk-Regular'),
        url('fonts/american-grotesk/AmericanGrotesk-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'American Grotesk';
    src: local('American Grotesk Light'), local('AmericanGrotesk-Light'),
        url('fonts/american-grotesk/AmericanGrotesk-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
    --tfnt-body: "American Grotesk", "Hevetica", "Arial", sans-serif;
    --tfnt-serif: "American Grotesk", "Hevetica", "Arial", sans-serif;
    --tfnt-title: "American Grotesk", "Hevetica", "Arial", sans-serif;


    --tfnt-serif-cmpct: "American Grotesk", "Hevetica", "Arial", sans-serif;
    --tfnt-serif-narrow: "American Grotesk", "Hevetica", "Arial", sans-serif;
    --tfnt-serif-tite: "American Grotesk", "Hevetica", "Arial", sans-serif;
    --tfnt-serif-wide: "American Grotesk", "Hevetica", "Arial", sans-serif;
    --tfnt-serif-spatial: 18px 900 "American Grotesk", "Hevetica", "Arial", sans-serif;
    --tfnt-serif-dark: "American Grotesk", "Hevetica", "Arial", sans-serif;

    --tfnt-cnd: "American Grotesk", "Hevetica", "Arial", sans-serif;
    --tfnt-serif-cndsed: "American Grotesk", "Hevetica", "Arial", sans-serif !important;

    --tfnt-mono: "OCRF", "Andale Mono", "DejaVu Sans Mono", monospace;

}


