body, p, li, a, span, div {
    font-family: 'roboto', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
}

a {
    color: #d74646;
    font-family: 'roboto', sans-serif;
    font-weight: bold;
    text-decoration: underline;
    text-decoration: none;
}