/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    color: #e3f0ff;
    margin-top: 0.5em;
    margin-bottom: 2px;
    font-weight: 600;
    letter-spacing: 0.01em;
}
h1 {
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    font-size: 1.5rem;
    font-weight: 400;
}
h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px;    
}
h3 {
    font-size: 1.2rem;
    font-weight: 500;
}
h4 {
    font-size: 1.05rem;
    font-weight: 500;
}
h5, h6 {
    font-size: 0.95rem;
    font-weight: 400;
}