@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

body,
html {
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}

a,
.highlight {
    color:#7AC140 !important;
}

.font-light {
    font-weight:300;
}
.font-regular {
    font-weight:400;
}
b,
.font-heavy {
    font-weight:500;
}


.text-grey {
    color:#808183;
}

.underlined-header {
    font-size:1.3rem;
    border-bottom:1px solid #111;
    padding-bottom:0.75rem;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .h1, h1 {
        font-size: 3rem;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}