﻿body {
    font-family: system-ui, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.2;
}        

h1 {font-size: 2.5rem;}
h2 {font-size: 2rem;}
h3 {font-size: 1.75rem;}
h4 {font-size: 1.6rem;}
h5 {font-size: 1.48rem;}
h6 {font-size: 1.3rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-weight: 600;
    font-size: 3rem;
    letter-spacing: 0px;
    line-height: 1.1;
    margin: 0.4rem 0 1rem;
}
.display p {
    font-size: 1.4rem;
    line-height: 1.4;
}