@charset "utf-8";
:root {
  --color-primary:#6f2132;
  --color-primary-hover:#5c1929;
  --color-primary-dark:#4b1321;
  --color-accent:#db655f;
  --color-accent-soft:#f9ddd8;
  --color-samPink-soft:#F7F0F0;
  --color-background:#fff8f3;
  --color-surface:#ffffff;
  --color-surface-soft:#f8f1ed;
  --color-text:#241d20;
  --color-muted:#675d61;
  --color-subtle:#8a7d82;
  --color-border:#eadfd9;
  --color-border-strong:#cfc3c6;
  --color-white:#ffffff;
  --color-success:#26734d;
  --color-success-bg:#edf9f2;
  --color-success-border:#aad9bd;
  --color-error:#842029;
  --color-error-bg:#fff1f2;
  --color-error-border:#f1b7bc;
  --color-warning:#7a4b00;
  --color-warning-bg:#fff8e6;
  --color-warning-border:#efd28c;
  --color-info:#164e7a;
  --color-info-bg:#edf6fd;
  --color-info-border:#a9d2ef;
  --font-family-base:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-size-xs:.75rem;
  --font-size-sm:.875rem;
  --font-size-base:1rem;
  --font-size-lg:1.125rem;
  --font-size-xl:1.25rem;
  --line-height-tight:1.15;
  --line-height-base:1.65;
  --space-1:.25rem;
  --space-2:.5rem;
  --space-3:.75rem;
  --space-4:1rem;
  --space-5:1.5rem;
  --space-6:2rem;
  --space-7:3rem;
  --space-8:4.5rem;
  --space-9:6rem;
  --space-10:7.5rem;
  --radius-sm:8px;
  --radius-md:14px;
  --radius-lg:22px;
  --radius-xl:30px;
  --radius-pill:999px;
  --shadow-sm:0 8px 20px rgba(49,24,31,.08);
  --shadow-md:0 18px 50px rgba(49,24,31,.14);
  --shadow-lg:0 30px 70px rgba(49,24,31,.18);
  --container-width:1160px;
  --content-width:760px;
  --gutter:20px;
  --transition-fast:150ms ease;
  --transition-base:220ms ease;
  --z-header:5000;
  --z-overlay:9000;
  --z-modal:10000;
}
