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

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

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

@font-face {
    font-family: 'DINPro';
    src: url('/assets/fonts/Din-Regular3.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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