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

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