body, button, input, select, optgroup, textarea, p {
    color: #070E78;
    font-family: "Brandon regular","Roboto",sans-serif, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}


@media only screen and (max-width: 768px) {
body, button, input, select, optgroup, textarea, p{ font-size: 0.95rem !important;}
}

@media only screen and (max-width: 414px) {
    body, button, input, select, optgroup, textarea, p{ font-size: 0.9rem;}
}