/* @font-face rule to define custom fonts **********/
@font-face {
    font-family: "Roboto Regular";
    src: url(../assets/fonts/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Roboto Bold";
    src: url(../assets/fonts/Roboto-Bold.ttf);
    font-weight: 600;
}