/* Global variables */
html {
    font-size: 100%;
}

body {
    margin: auto 3rem;
    text-align: justify;
    color: #2a2a2a;
    font-family: system-ui;
    font-weight: 300;
    word-spacing: 0.25em;
    line-height: 1.5em;
}

a {
    color: #ed9f06;
    text-decoration: none;
}
