:root {
  --font-display: "Fraunces", Georgia, Times New Roman, serif;
  --font-body: "Inter", -apple-system, system-ui, Segoe UI, sans-serif;
  --font-mono: ui-monospace, JetBrains Mono, SF Mono, Menlo, monospace;
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/uploads/fonts/fraunces/400-latin-0.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/uploads/fonts/fraunces/500-latin-0.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/uploads/fonts/fraunces/600-latin-0.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/uploads/fonts/inter/400-latin-0.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/uploads/fonts/inter/500-latin-0.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/uploads/fonts/inter/600-latin-0.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --bg: hsla(36, 42.86%, 93.14%, 1);
  --surface: hsla(0, 0%, 100%, 1);
  --surface-2: hsla(38.4, 43.86%, 88.82%, 1);
  --surface-3: hsla(18.75, 23.53%, 13.33%, 1);
  --fg: hsla(18.75, 23.53%, 13.33%, 1);
  --fg-on-dark: hsla(36, 42.86%, 93.14%, 1);
  --muted: hsla(20.77, 11.93%, 42.75%, 1);
  --border: hsla(37.14, 28.77%, 85.69%, 1);
  --border-soft: hsla(38.4, 40.98%, 88.04%, 1);
  --accent: hsla(18.31, 48.36%, 47.84%, 1);
  --accent-hover: hsla(19.47, 54.81%, 40.78%, 1);
  --accent-2: hsla(90.73, 22.16%, 36.27%, 1);
  --accent-soft: hsla(34.09, 48.89%, 82.35%, 1);
  --warn: hsla(45.22, 54.33%, 49.8%, 1);
}