@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap");:root{--yellow:#f5c200;--yellow-deep:#e8a800;--yellow-bg:#fff8d6;--orange:#f06400;--orange-light:#ff8c2a;--teal:#00b4a0;--teal-light:#00d4bc;--blue:#1b5fd4;--blue-light:#6fa3f5;--dark:#1a1a2e;--text:#fff;--muted:hsla(0,0%,100%,.45);--subtle:hsla(0,0%,100%,.25);--border:rgba(245,194,0,.12);--bg:#1a1a2e;--surface:hsla(0,0%,100%,.04);--surface2:hsla(0,0%,100%,.06)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,sans-serif;background:var(--dark);color:var(--text);min-height:100vh}::selection{background:rgba(245,194,0,.3)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--orange);border-radius:2px}a{color:inherit;text-decoration:none}