/* Generated by tools/prepare_site.mjs from src/shared/design-system.js.
 * Do not edit by hand — regenerate with `pnpm run site:prepare`.
 */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("./assets/fonts/Fraunces-Variable.woff2") format("woff2");
}

:root {
  --tc-brand-900: #0b5a47;
      --tc-primary: #047857;
      --tc-brand-300: #6ee7b7;
      --tc-brand-100: #d1fae5;
      --tc-brand-50: #e6f4ee;
      --tc-canvas: #faf8f4;
      --tc-panel: #ffffff;
      --tc-ink: #1b1c1e;
      --tc-body: #4a4945;
      --tc-muted: #6f6e6a;
      --tc-line: #e7e3da;
      --tc-line-strong: #d8d2c5;
      --tc-primary-dark: #065f46;
      --tc-primary-soft: #e6f4ee;
      --tc-primary-softer: #f0f7f3;
      --tc-focus-ring: #047857;
      --tc-gold: #b45309;
      --tc-gold-soft: #fbf1e4;
      --tc-gold-line: #e7d2ae;
      --tc-gold-text: #8a4a0c;
      --tc-coral: #c2410c;
      --tc-coral-soft: #fbeee7;
      --tc-coral-line: #f0cdb8;
      --tc-neutral-soft: #f4f1ea;
      --tc-neutral-line: #d8d2c5;
      --tc-neutral-text: #6f6e6a;
      --tc-gray-indicator: #b3aea3;
      --tc-success-text: #065f46;
      --tc-error-text: #9a3412;
      --tc-shadow-xs: 0 1px 2px rgb(27 28 26 / 5%);
      --tc-shadow-sm: 0 2px 8px rgb(27 28 26 / 6%);
      --tc-shadow-primary: 0 6px 18px rgb(4 120 87 / 20%);
      --tc-shadow-md: 0 12px 32px rgb(27 28 26 / 9%);
      --tc-shadow-lg: 0 24px 64px rgb(27 28 26 / 14%);
      --tc-shadow-card: 0 1px 2px rgb(27 28 26 / 4%), 0 10px 28px -18px rgb(27 28 26 / 12%);
      --tc-space-1: 4px;
      --tc-space-2: 8px;
      --tc-space-3: 12px;
      --tc-space-4: 16px;
      --tc-space-5: 20px;
      --tc-space-6: 24px;
      --tc-space-7: 48px;
      --tc-space-8: 32px;
      --tc-space-9: 56px;
      --tc-radius-sm: 10px;
      --tc-radius-md: 14px;
      --tc-radius-lg: 18px;
      --tc-radius-pill: 999px;
      --tc-ease-emphasized: cubic-bezier(0.16, 1, 0.3, 1);
      --tc-motion-snap: 120ms;
      --tc-motion-reveal: 480ms;
      --tc-motion-pulse: 1.8s;
      --tc-z-base: 1;
      --tc-z-sticky: 2;
      --tc-z-popover: 5;
      --tc-z-tooltip: 6;
      --tc-z-overlay: 10;
  --tc-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      --tc-font-display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
      --tc-text-xs: 11px;
      --tc-text-sm: 12px;
      --tc-text-base: 13px;
      --tc-text-md: 15px;
      --tc-text-lg: 18px;
      --tc-text-xl: clamp(20px, 1.2rem + 1vw, 26px);
      --tc-text-2xl: clamp(26px, 1.6rem + 2.4vw, 40px);
      --tc-text-3xl: clamp(34px, 2rem + 4vw, 60px);
      --tc-leading-tight: 1.15;
      --tc-leading-snug: 1.3;
      --tc-leading-normal: 1.5;
      --tc-tracking-tight: -0.02em;
      --tc-tracking-display: -0.016em;
      --tc-display-sm: 18px;
      --tc-display-md: 34px;
      --tc-display-lg: 54px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --tc-canvas: #14130f;
    --tc-panel: #1c1b17;
    --tc-ink: #f2efe8;
    --tc-body: #c9c4b9;
    --tc-muted: #8f8a7e;
    --tc-line: #2b2924;
    --tc-line-strong: #3a3833;
    --tc-primary: #10b981;
    --tc-primary-dark: #34d399;
    --tc-primary-soft: #0c3a2c;
    --tc-primary-softer: #0a2f24;
    --tc-brand-900: #6ee7b7;
    --tc-brand-300: #10b981;
    --tc-brand-100: #0c3a2c;
    --tc-brand-50: #0a2f24;
    --tc-focus-ring: #34d399;
    --tc-gold-soft: #2a1e0a;
    --tc-gold-line: #5c4317;
    --tc-gold-text: #f0cc8a;
    --tc-coral-soft: #2a160c;
    --tc-coral-line: #6b3e12;
    --tc-error-text: #f4c58a;
    --tc-neutral-soft: #221f1a;
    --tc-neutral-line: #3a3833;
    --tc-neutral-text: #ada79b;
    --tc-success-text: #34d399;
    --tc-shadow-xs: 0 1px 2px rgb(0 0 0 / 40%);
    --tc-shadow-sm: 0 2px 6px rgb(0 0 0 / 45%);
    --tc-shadow-md: 0 10px 28px rgb(0 0 0 / 55%);
    --tc-shadow-lg: 0 24px 60px rgb(0 0 0 / 60%);
    --tc-shadow-card: 0 1px 2px rgb(0 0 0 / 36%), 0 10px 28px -16px rgb(0 0 0 / 50%);
    --tc-shadow-primary: 0 6px 18px rgb(16 185 129 / 24%);
  }
}
