
/* Roboto font - Ignore src errors */
@font-face {
    font-family: "Roboto";
    font-weight: 100;
    src: url("/fonts/roboto/Roboto-Thin.ttf");
}

@font-face {
    font-family: "Roboto";
    font-weight: 200;
    src: url("/fonts/roboto/Roboto-ExtraLight.ttf");
}
@font-face {
    font-family: "Roboto";
    font-weight: 300;
    src: url("/fonts/roboto/Roboto-Light.ttf");
}
@font-face {
    font-family: "Roboto";
    font-weight: 400;
    src: url("/fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto";
    font-weight: 500;
    src: url("/fonts/roboto/Roboto-Medium.ttf");
}
@font-face {
    font-family: "Roboto";
    font-weight: 600;
    src: url("/fonts/roboto/Roboto-SemiBold.ttf");
}
@font-face {
    font-family: "Roboto";
    font-weight: 700;
    src: url("/fonts/roboto/Roboto-Bold.ttf");
}
@font-face {
    font-family: "Roboto";
    font-weight: 800;
    src: url("/fonts/roboto/Roboto-ExtraBold.ttf");
}
@font-face {
    font-family: "Roboto";
    font-weight: 900;
    src: url("/fonts/roboto/Roboto-Black.ttf");
}

/* Default styles for html elements */
body {
    font-family: "Roboto", sans-serif !important;
}