@font-face {
    font-family: 'Bebas Regular';
    src: local("Bebas Regular"), local("Bebas-Regular.otf"), url('../../fonts/bebas-regular/Bebas-Regular.otf') format('OpenType');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



:root {
    --primary-font: 'Bebas Regular';
}