@font-face {
  font-family: 'MagDisplay';
  src: url('/assets/fonts/fraunces-subset.woff2') format('woff2');
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0400-04FF, U+2010-2019;
}
:root {
  color-scheme: dark;
  --bg: #0e0a17;
  --panel: #1b1530;
  --panel-2: #241c3d;
  --accent: #a889ff;
  --accent2: #f0c76a;
  --text: #ece6ff;
  --muted: #9a8fc0;
  --border: rgba(178, 141, 255, 0.16);
  --shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset, 0 20px 40px -20px rgba(0, 0, 0, 0.6);
}
