@font-face {
    font-family: 'Junicode';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('/assets/fonts/JunicodeVF-Roman.subset.woff2') format('woff2-variations');
}

:root {
    color-scheme: dark light;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    background: #080808;
    color: #f2f2f2;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

[data-theme="light"] {
    background: #f7f7f7;
    color: #111111;
}
