body {
    font-size: 16px;
    line-height: 1.6;
}

h1 {
    font-weight: 800;
    font-size: 2.5em;
}

h2 {
    font-weight: 700;
    font-size: 2em;
}

h3 {
    font-weight: 600;
    font-size: 1.75em;
}

h4 {
    font-weight: 500;
    font-size: 1.5em;
}

h5 {
    font-weight: 400;
    font-size: 1.25em;
}

h6 {
    font-weight: 300;
    font-size: 1em;
}

p {
    font-weight: 500;
    font-size: 1em;
}

a {
    font-weight: 600;
    font-size: 1em;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 500;
    font-style: italic;
}

ul, ol {
    font-weight: 500;
    font-size: 1em;
}

li {
    font-weight: 500;
    font-size: 1em;
}

table {
    font-weight: 500;
    font-size: 1em;
}

th {
    font-weight: 700;
    font-size: 1em;
}

td {
    font-weight: 500;
    font-size: 1em;
}

code, pre {
    font-weight: 500;
    font-size: 0.9em;
}
