:root {
    --primary-color: #2975FF;
}
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
li,
label,
button,
input,
textarea,
select {
     font-family: "Roboto", sans-serif;
}

/* .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
} */
.post,
.page {
    margin-bottom: 0;
}

.headline-color {
    color: var(--primary-color);
}

.main-title {
    font-size: 40px;
    color: #1E1E1E;
    font-weight: 500;
    line-height: 50px; /* 125% */
}
@media screen and (max-width:990px) {
    .main-title{
        font-size: 32px;
    }
}
@media screen and (max-width:768px) {
    .main-title{
        font-size: 28px;
    }
}