@font-face {
    font-family: "Source Serif 4";
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url("/fonts/SourceSerif4-Regular.ttf") format("truetype");
}

body {
    background-color: white;
    color: black;
    font-family: "Source Serif 4", Georgia, serif;
    font-optical-sizing: none;
    font-weight: 350;
    line-height: 1.6;
    margin: 0;
    padding: 15px clamp(18px, 5vw, 40px) 0;
}

header {
    font-weight: 350;
}

header h1 {
    color: #bb1a06;
    font-weight: 350;
    margin: 0;
}

header h1 a,
header h1 a:hover {
    color: inherit;
    text-decoration: none;
}

main {
    border-top: 1pt solid #d0d0d0;
    max-width: 38em;
    padding-top: 1em;
}

