@font-face {
    font-family: 'D-DIN Condensed';
    src: url('../fonts/D-DINCondensed-Bold.woff2') format('woff2'),
        url('../fonts/D-DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Condensed';
    src: url('../fonts/DINCondensed-Bold.woff2') format('woff2'),
        url('../fonts/DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'StabilGrotesk-Italic';
    src: url('../fonts/StabilGrotesk-RegularItalic.woff2') format('woff2'),
        url('../fonts/StabilGrotesk-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Grotzecondensed';
    src: url('../fonts/GrotzecCondensedTrial.woff2') format('woff2'),
        url('../fonts/GrotzecCondensed_Trial.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --Stabil_Grotesk_Ragular: 'StabilGrotesk-Regular', sans-sarif;
    --Stabil_Grotesk_Italic: 'StabilGrotesk-Italic', sans-sarif;
    --DIN_Condensed_bold: 'DIN Condensed', sans-sarif;
    --D_DIN_Condensed: 'D-DIN Condensed', sans-sarif;
}