h1, h2, h3, h4, h5 {
    font-family: 'Roboto Slab', serif;
}

.mdc-button {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 0;
}

.mdc-button--outlined {
    background-color: #556a73;
    border: none;
}

#background-circle {
    display: none;
}

/* roboto-slab-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/roboto-slab-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/roboto-slab-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../webfonts/roboto-slab-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../webfonts/roboto-slab-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../webfonts/roboto-slab-v24-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
