[data-dark=false] {
  --primary: #1e3a5f;
  --secondary: #3b82f6;
  --text: #1f2937;
  --background: #f5f5f5;
  --background-alt: #ffffff;
  --light-gray: #d1d5db;
  --gray: #6b7280;
  --dark-gray: #374151;
  --overlay: #00000010;
}

[data-dark=true] {
  --primary: #3b82f6;
  --secondary: #1e40af;
  --text: #e5e7eb;
  --background: #121212;
  --background-alt: #1a1a1a;
  --light-gray: #374151;
  --gray: #9ca3af;
  --dark-gray: #d1d5db;
  --overlay: #ffffff15;
}

:root {
  --title: "Merriweather", serif;
  --heading: "Inter", sans-serif;
  --body: "Inter", sans-serif;
  --code: "Fira Code", monospace;
  --large: 1.2rem;
  --xl: 1.5rem;
  --xxl: 1.8rem;
  --thin: 300;
  --regular: 400;
  --semi-bold: 600;
  --bold: 700;
  --spacing: 2;
  --compact: 1.6;
  --rounded: 6px;
  --shadow: 0 2px 12px 0 var(--overlay);
  --transition: 0.2s ease-in-out;
}

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