@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Quattrocento:wght@400;700&display=swap'); $fg-light: #555; $fg-dark: #e0e0e0; $enabled-link-fg-light: #2d80c8; $enabled-link-fg-dark: #a5bdff; body { font-family: 'Inter', sans-serif; font-weight: 600; background: white; overflow: hidden; @media screen and (prefers-reduced-motion: no-preference) { &.switched { transition: color 0.6s, background-color 0.6s; } } } @mixin titles { text-align: center; font-family: "Quattrocento", Georgia, 'Times New Roman', Times, serif; margin: 0; padding: 0; } h1 { @include titles; font-size: 36pt; margin-bottom: 10px; } h2 { @include titles; font-size: 16pt; font-style: italic; font-family: sans-serif; font-weight: lighter; color: $fg-light; } .header { padding-top: 3em; padding-bottom: 3em; } #errors:not(:empty) { font-family: monospace; color: red; background-color: rgb(230, 230, 230); padding: 1em; } /* Built-in class: # author: Name */ .byline { font-style: italic; } .written-in-ink { z-index: 3; font-size: 9pt; font-family: sans-serif; text-align: center; font-weight: 700; position: fixed; display: block; width: 100%; background: white; margin: 0; padding-top: 6px; padding-bottom: 6px; height: 14px; top: 0; } @media screen and (prefers-reduced-motion: no-preference) { .written-in-ink { transition: color 0.6s, background 0.6s; } } /* Enables