@font-face {
    font-family: 'calendas_plusregular';
    src: url('/fonts/calendas_plus-webfont.eot');
    src: url('/fonts/calendas_plus-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/calendas_plus-webfont.woff2') format('woff2'),
         url('/fonts/calendas_plus-webfont.woff') format('woff'),
         url('/fonts/calendas_plus-webfont.ttf') format('truetype'),
         url('/fonts/calendas_plus-webfont.svg#calendas_plusregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


:root {
    --color-bg: #4d407b;
    --color-fg: #ffffff;
    --color-bg-alt: #8b7db9;
    --color-fg-alt: #322462;
    --font-copy: 'calendas_plusregular', serif;
}

html, body {
    background-color: var(--color-bg);
}

h1 {
    margin: 0;
}

h1, h2, a, p, button {
    color: var(--color-fg);
    font-family: var(--font-copy);
    font-size: 1.9rem;
    line-height: 1.5;
}

h2 {
    text-align: center;
    margin: 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 2.5rem;
}

p {
}

a {
    font-weight: bold;
    text-decoration: none;
    border-bottom: 6px solid var(--color-fg-alt);
}

#toggle {
    background: none;
    border: none;
    width: 6rem;
    height: 6rem;
}

#status {
    font-style: italic;
    color: var(--color-fg);
    display: inline-block;
    position: relative;
    top: 2rem;
    left: 0.5rem;
}

.player-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}

.highlight {
    color: var(--color-fg-alt);
    background-color: var(--color-bg-alt);
    padding: 0.5rem;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul li {
    margin: 0;
    padding: 0;
}

.logo {
    width: 30ch;
    padding: 5ch;
    margin: auto;
}

body {
    max-width: 90ch;
    margin: 0 auto;
    padding-bottom: 5ch;
}

small {
    font-size: 50%;
}
