@font-face {
    font-family: "Inter", sans-serif;
    src: url("fonts/Inter.ttf") format("truetype");
    font-style: normal;
}

body {
    background: #ff2;
    color: #000;

    padding: 1rem;
    margin: 0;
    font-weight: 500;
    font-size: 14pt;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

header {
    aspect-ratio: 2 / 1;
    width: 100%;
    margin: 0.5rem;
    padding: 0;
    background-image: url("terrain.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

header h1,
header img {
    margin: 1rem;
}

header img {
    width: 50%;
}

.vignette {
    width: 100%;
}

h1,
h2,
h3 {
    text-transform: uppercase;
    font-weight: 500;
}

h2,
h3 {
    margin: 2rem 0 1rem;
    padding: 0;
}

header,
h1 {
    text-align: right;
}

h1 {
    font-size: 36pt;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 24pt;
}

h3 {
    font-size: 18pt;
    padding: 1.2em 0 0.5em 0;
    margin: 0;
}

header,
main,
footer {
    margin: 0.5rem auto;
    max-width: 600px;
}

main,
footer {
    padding: 0.5rem 0.5rem;
}

header img {
    margin-top: 1rem;
}

a:hover {
    text-decoration: none;
}

p img {
    width: 100%;
}

a:link,
a:visited {
    color: #000;
}

a:hover {
    text-decoration: none;
}

footer h2 {
    font-size: 14pt;
}
footer {
    font-size: 10pt;
}

.three-covers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
}

.single-cover > img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border: solid #000 1px;
}

.three-covers > img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border: solid #000 1px;
}

ul.listen-links {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}
ul.listen-links li {
    padding: 0;
    margin: 0;
    line-height: 200%;
}
