@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/roboto/Roboto-Medium.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Krasar-Medium";
    src: url("../fonts/krasar/Krasar-Medium.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Krasar-Black";
    src: url("../fonts/krasar/Krasar-Black.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Nunito-Regular";
    src: url("../fonts/nunito/Nunito-Regular.ttf");
}
@font-face {
    font-family: "Nunito-Medium";
    src: url("../fonts/nunito/Nunito-Medium.ttf");
}
body, h1, h2, h3, h4, h5, h6, label, li, th {
  font-family: "Roboto-Medium" !important;
}
td {
  font-family: "Roboto-Regular" !important;
}
