h1,
p,
h4,
h2,
h3,
a,
.info,
.small,
.subtitle,
li {
    /* font-family: sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
}

p,
li {
    font-size: 1.3rem;
}

h2 {
    margin-bottom: 0.5em;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
}

h3 {
    font-size: 2rem;
    letter-spacing: 0.3rem;
}

