
@font-face {
    font-family: 'dosis_regular';
    src: url('dosis-regular-webfont.woff2') format('woff2'),
         url('dosis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'dosis_extrabold';
    src: url('dosis-extrabold-webfont.woff2') format('woff2'),
         url('dosis-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

/*  */
:root {
    --bs-dosis-regular: dosis_regular;
    --bs-dosis-extrabold: dosis_extrabold;}
.dosis-regular {
    font-family: var(--bs-dosis-regular);
}
.dosis-extrabold {
    font-family: var(--bs-dosis-extrabold);
}