html {
    font-family: Inter;
    font-size: 16px;
}

body {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.15;
    color: var(--mycolor-black, black);
    font-family: 'Montserrat', Arial, Helvetica, sans-serif ;
}

h1, h2 {
    margin-top: 0.5em;
    font-family: 'Libre Baskerville', Arial, Helvetica, sans-serif ;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3 {
    margin-top: 1em;
    font-size: 1.25em;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif ;
}

p{
    margin-top: 0.5em;
    font-size: 1em;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif ;
}

a:hover {
    text-decoration-line: underline;
}

