@font-face {
    font-family: 'Roboto';
    src: local("Roboto Regular"),
    url('../fonts/Roboto/Roboto-Regular.ttf');
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}
