@font-face {
    font-family: 'Benzin-Semibold';
    src: url('/fonts/Benzin-Semibold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'digistrip';
    src: url('/fonts/digistrip.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('/fonts/Inter-Regular.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Medium';
    src: url('/fonts/Inter-Medium.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Rubik-SemiBold';
    src: url('/fonts/Inter-SemiBold.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url('/fonts/Inter-Bold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Black';
    src: url('/fonts/Inter-Black.otf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'OpelSansBold';
    src: url('/fonts/OpelSansBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


