h1, h2, h3, h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0.7em;
    line-height: 1em;
}

h1 {
    font-size: var(--font-size-h1);
}

h2 {
    font-size: var(--font-size-h2);
}

h3 {
    font-size: var(--font-size-h3);
}

p {
    line-height: 1.2em;
    margin: 20px 0;
}

a {
    text-decoration: none;
    color: var(--gray-20);
}

a:hover {
    text-decoration: underline;
}
