@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    src: url("./dosis-regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url("./dosis-bold.ttf") format('truetype');
}