@font-face {
    font-family: "FreeSans";
    src: url("/FreeSans.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "FreeSans";
    src: url("/FreeSansBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "FreeSans";
    src: url("/FreeSansOblique.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "FreeSans";
    src: url("/FreeSansBoldOblique.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

html,
body {
    background-color: #6f1a1f;
    color: #f4f0f0;
    font-family: "FreeSans", "Helvetica Neue", Arial, sans-serif;
    margin: 0;
}

a,
a:visited,
#side-bar a,
header nav a,
header h1 a {
    color: #ffd7d9;
    text-decoration: none;
}

header,
footer,
#side-bar,
article,
.derive-backdrop .derive-hero {
    background: none;
    box-shadow: none;
}

.derive-top-links,
.derive-top-note {
    display: flex;
    gap: 0.5rem;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
}

.derive-top-note {
    margin-top: 0.25rem;
    font-style: italic;
}

#side-bar,
article {
    padding: 1rem;
}

.sideBarTitle,
article h1,
article h2,
article h3 {
    color: #fff4f4;
}

blockquote {
    border-left: 2px solid #ffd7d9;
    padding-left: 1rem;
    color: #ffecec;
}

.derive-backdrop {
    text-align: center;
    margin-bottom: 1.5rem;
}

.derive-backdrop .derive-hero {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 0;
}

footer {
    margin-top: 2rem;
    text-align: center;
}
