/* roboto-300 - latin */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/roboto-v20-latin-300.woff2") format("woff2"), url("../fonts/roboto-v20-latin-300.woff") format("woff");
    font-display: swap;
}

/* roboto-regular - latin */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff");
    font-display: swap;
}

/* roboto-italic - latin */

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/roboto-v20-latin-italic.woff2") format("woff2"), url("../fonts/roboto-v20-latin-italic.woff") format("woff");
    font-display: swap;
}

/* roboto-500 - latin */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/roboto-v20-latin-500.woff2") format("woff2"), url("../fonts/roboto-v20-latin-500.woff") format("woff");
    font-display: swap;
}

/* roboto-700 - latin */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-700.woff") format("woff");
    font-display: swap;
}

/* roboto-mono-regular - latin */

@font-face {
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-mono-v12-latin-regular.woff2") format("woff2"), url("../fonts/roboto-mono-v12-latin-regular.woff") format("woff");
    font-display: swap;
}

body {
    color: #4b4b4b;
    font-size: 16px;
    font-family: Roboto;
}

p {
    color: #4b4b4b;
}

td {
    color: #4b4b4b;
    list-style-type: disc;
    border: 0pt #808080;
}

h1 {
    color: #0072bc;
    font-size: xx-large;
    list-style-type: disc;
    border: 0pt #808080;
}

h2 {
    color: #0072bc;
    font-size: x-large;
    list-style-type: disc;
    border: 0pt #808080;
}

h3 {
    color: #0072bc;
    font-size: medium;
    list-style-type: disc;
    border: 0pt #808080;
}

h4 {
    color: #4b4b4b;
    font-size: medium;
    list-style-type: disc;
    border: 0pt #808080;
}

h5 {
    color: #4b4b4b;
    font-size: small;
    list-style-type: disc;
    border: 0pt #808080;
}

h6 {
    color: #4b4b4b;
    font-size: small;
    list-style-type: disc;
    border: 0pt #808080;
}

a {
    text-decoration: none;
    color: #0072bc;
}

a:hover {
    color: #f99c34;
}