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

* {
    font-family: Regular;
    box-sizing: border-box;
}