h1, h2, h3, h4, h5, h6, .roboto {  font-family: 'Roboto', sans-serif !important; }
body { font-family: 'Roboto', sans-serif !important; color: #404040; }
img {
    width: 100%;
    max-width: 100%;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}

.color-orange { color: #f3702a; }
.bg-orange { background-color: #f3702a; }

a.button {
    background: #fe6832;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 16px 32px;
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
    transition: opacity ease-in-out .2s;
}
div.button-sm {
    background: #fe6832;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 12px;
    box-sizing: border-box;
    display: block;
    width: 250px;
    text-align: center;
    color: white;
    text-decoration: none;
    transition: opacity ease-in-out .2s;
}

a.button:hover, div.button-sm:hover {
    opacity: .80;
    transition: opacity ease-in-out .2s;
}

footer {
    background: #d9d9d9;
}