@font-face {
    font-family: "Argesta";
    src: url("fonts/argestadisplay-regular-webfont.eot");
    src:
        url("fonts/argestadisplay-regular-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("fonts/argestadisplay-regular-webfont.woff2") format("woff2"),
        url("fonts/argestadisplay-regular-webfont.woff") format("woff"),
        url("fonts/argestadisplay-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Argesta", serif;
    margin: 4rem auto;
    max-width: 640px;
    width: 90%;
    color: #121212;
    background-color: #fafafa;
}
@media (prefers-color-scheme: dark) {
    body {
        color: #c6d0f5;
        background-color: #303446;
    }
}
header {
    text-align: center;
}
footer {
    border-top: #949cbb 1px dashed;
}
footer p {
    font-size: 1rem;
}

h1 {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 4rem;
    font-weight: normal;
}
h2 {
    margin-top: 2rem;
    font-weight: normal;
}
article {
    margin: 6rem 0;
}
article p {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
figure {
    margin: 4rem 0;
}
figure img {
    max-width: 100%;
}
figure figcaption {
    margin-top: 1rem;
}
@media (prefers-color-scheme: dark) {
    a:link {
        color: #8caaee;
    }
    a:visited {
        color: #babbf1;
    }
    a:active {
        color: #ef9f76;
    }
}
.copyright {
    text-wrap: balance;
    line-height: 1.4rem;
}
