/* fonts */
@font-face { font-family: "Roboto400"; src: url("/fonts/Roboto400.ttf"); }
@font-face { font-family: "Didot"; src:url("/fonts/GFSDidot-Regular.ttf"); }

h1, h2, h3, h4, h5, p, li, a, label, td, th {
    font-family: "Roboto400";
}

label {
    color: #384A63;
    font-style: italic;
}

input, textarea, select, option {
    font-family: "Roboto400";
}

/* font sizes */
input, textarea, select, option { font-size: 14px !important; }
p, label, dd, dt  {
    font-size: 14px !important;
}
h1 {
    font-size: 30px !important;
}
h2 {
    font-size: 20px !important;
}
h3 {
    font-size: 18px !important;
}
h4 {
    font-size: 16px !important;
}

/* font styles */
.didot {
    font-family: "Didot";
}
