@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto-Medium.ttf');
}

h1, h2, h3, h4, h5, h6, p,
ol, ul, li, form, label, span, button, div {
    color: #182026;
    font-family: Roboto, sans-serif;
}
