/* fonts */
@font-face { font-family: "Roboto-300"; src: url("/fonts/Roboto-300.ttf") }
@font-face { font-family: "Roboto-400"; src: url("/fonts/Roboto-400.ttf") }
@font-face { font-family: "Roboto-500"; src: url("/fonts/Roboto-500.ttf") }
@font-face { font-family: "Roboto-700"; src: url("/fonts/Roboto-700.ttf") }

h1 {
    font-family: Roboto-500 !important;
}
h2 {
    font-family: Roboto-500 !important;
}
h3 {
    font-family: Roboto-500 !important;
}
h4 {
    font-family: Roboto-500 !important;
}
p {
    font-family: Roboto-300 !important;
}
a {
    font-family: Roboto-400 !important;
}
th {
    font-family: Roboto-500 !important;
}
td {
    font-family: Roboto-400 !important;
}
dt {
    font-family: Roboto-500 !important;
}
dd {
    font-family: Roboto-400 !important;
}
li {
    font-family: Roboto-400 !important;
}
small {
        font-size:10px; font-family: Roboto-300 !important;
}
