/* generated from admin theme settings */
:root {
  color-scheme: dark;
  --bg: #060a0f;
  --bg-alt: #0b1018;
  --surface: #0e1622;
  --surface-2: #101820;
  --text: #d4dce8;
  --text-muted: #7a90a8;
  --text-faint: #3a4f66;
  --accent: #2d7dd2;
  --accent-2: #00c8e0;
  --accent-3: #00e5a0;
  --border: #1a2535;
  --border-strong: #243244;
  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
  --radius: 14px;
  --max-width: 1180px;
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #060a0f;
  --bg-alt: #0b1018;
  --surface: #0e1622;
  --surface-2: #101820;
  --text: #d4dce8;
  --text-muted: #7a90a8;
  --text-faint: #3a4f66;
  --accent: #2d7dd2;
  --accent-2: #00c8e0;
  --accent-3: #00e5a0;
  --border: #1a2535;
  --border-strong: #243244;
}
:root[data-theme="light"] {
  color-scheme: light;
  --bg: #f7f9fc;
  --bg-alt: #eef2f7;
  --surface: #ffffff;
  --surface-2: #f2f6fa;
  --text: #0e1622;
  --text-muted: #4a5c72;
  --text-faint: #8397ad;
  --accent: #1a5fa8;
  --accent-2: #00849a;
  --accent-3: #00875f;
  --border: #d9e2ec;
  --border-strong: #bccbdb;
}
