/*Variables*/
:root {
    --custom-font: 'Lato', sans-serif;
}

/*Helper Classes*/
.narrow {
    max-width: 1140px;
    margin: auto;
}

/*Headings*/
@media (min-width: 768px) {
    .h1, h1 {
        font-size: 3.5rem !important;
    }

    .h2, h2 {
        font-size: 2.5rem !important;
    }
}

/*Buttons*/
.btn {
    font-family: var(--custom-font) !important;
    font-weight: 900 !important;
}