body {
    font-size: 16px;
    font-family: "Cantarell", "Helvetica", "Arial", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: clamp(2rem, 2.5vw, 2rem);
    small {
        font-size: clamp(1.5rem, 2.5vw, 1.5rem)
    }
    large {
        font-size: clamp(2rem, 2.5vw, 3rem);
    }
}

hr {
    border: none;
    display: block;
    height: 1px;
}
