html {
    font-family: var(--mainfont);
    font-size: var(--base-font-size-small);
}

body {
    font-size: 1rem;
}

h1 {
    font-family: var(--headlinefont);
    font-size: 48px;
    font-weight: 400;
}

p {
    font-family: var(--mainfont);
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
}