html {
    font-size: 16px;
}

html, body {
    font-family: "Segoe UI", serif;
}

h1 {
    font-size: 1.6rem;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.4rem;
}
h4 {
    font-size: 1.3rem;
}
h5 {
    font-size: 1.2rem;
}
h6 {
    font-size: 1.1rem;
}