@font-face {
    font-display: swap; 
    font-family: 'graphik-light';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/vendor/graphik/graphik-light.woff2') format('woff2'); 
}

@font-face {
    font-display: swap; 
    font-family: 'graphik-regular';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/vendor/graphik/graphik-regular.woff2') format('woff2'); 
}

@font-face {
    font-display: swap; 
    font-family: 'graphik-medium';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/fonts/vendor/graphik/graphik-medium.woff2') format('woff2'); 
}

@font-face {
    font-display: swap; 
    font-family: 'graphik-semibold';
    font-style: normal;
    font-weight: 600;
    src: url('/assets/fonts/vendor/graphik/graphik-semibold.woff2') format('woff2'); 
}

@font-face {
    font-display: swap; 
    font-family: 'graphik-bold';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/vendor/graphik/graphik-bold.woff2') format('woff2'); 
}