﻿@font-face {
    font-family: 'Roboto-Light';
    src: url('/fonts/roboto/roboto-light.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('/fonts/roboto/roboto-regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('/fonts/roboto/roboto-bold.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('/fonts/roboto/roboto-black.ttf');
    font-display: swap;
}