[data-dark=false] {
  --primary: #2563eb;
  --secondary: #dbeafe;
  --text: #1a1d24;
  --background: #ffffff;
  --background-alt: #f5f7fa;
  --light-gray: #e3e7ec;
  --gray: #6b7280;
  --dark-gray: #374151;
  --overlay: #0b121e1a;
}

[data-dark=true] {
  --primary: #60a5fa;
  --secondary: #1e3a5f;
  --text: #f3f5f8;
  --background: #0f1218;
  --background-alt: #161b23;
  --light-gray: #2c333d;
  --gray: #9aa3af;
  --dark-gray: #c2cad4;
  --overlay: #00000040;
}

:root {
  --title: "Manrope", sans-serif;
  --heading: "Manrope", sans-serif;
  --body: "Inter", sans-serif;
  --code: "Roboto Mono", monospace;
  --large: 1.25rem;
  --xl: 1.5rem;
  --xxl: 1.75rem;
  --thin: 300;
  --regular: 400;
  --semi-bold: 500;
  --bold: 600;
  --extra-bold: 700;
  --spacing: 1.65;
  --compact: 1.5;
  --rounded: 16px;
  --shadow: 0 12px 44px -16px var(--overlay);
  --transition: 0.2s ease;
}

/*# sourceMappingURL=-theme.css.map */