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

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

@font-face {
    font-family: 'Styrene A LC';
    src: url('/fonts/StyreneALC-Medium.woff2') format('woff2'),
        url('/fonts/StyreneALC-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-styrene: 'Styrene A LC', Arial, Helvetica, sans-serif;
}

* {
    font-family: var(--font-styrene) !important;
}

body {
    font-family: var(--font-styrene) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-styrene) !important;
    font-weight: 500 !important;
} 