/**
 * Naty's Essence design tokens.
 * Sources: MD/COLORS.md, TYPOGRAPHY.md, DESIGN_SYSTEM.md and HTML mockups.
 */
:root {
  --ne-color-teal: #1f98b1;
  --ne-color-teal-deep: #145a67;
  --ne-color-teal-dark: #0e434d;
  --ne-color-gold: #dfbb67;
  --ne-color-gold-soft: #efddb0;
  --ne-color-ivory: #fbf7ef;
  --ne-color-charcoal: #33312c;
  --ne-color-white: #ffffff;
  --ne-color-surface-muted: #f2ede1;
  --ne-color-text-muted: #33312c;
  --ne-color-border: #e6d8b4;
  --ne-color-focus: #1f98b1;
  --ne-color-error: #9b2c2c;
  --ne-color-success: #276749;
  --ne-overlay-hero: rgb(14 67 77 / 68%);
  --ne-overlay-card: rgb(14 67 77 / 92%);

  --ne-font-script: "Calistra Calligraphy", "Alex Brush", cursive;
  --ne-font-display: "Big Caslon", "Cormorant Garamond", Georgia, serif;
  --ne-font-body: "Jost", "Avenir Next", Avenir, sans-serif;

  --ne-text-xs: 0.75rem;
  --ne-text-sm: 0.875rem;
  --ne-text-base: 1rem;
  --ne-text-md: 1.125rem;
  --ne-text-lg: clamp(1.5rem, 2.4vw, 2.125rem);
  --ne-text-xl: clamp(2rem, 4vw, 3.25rem);
  --ne-text-hero: clamp(2.75rem, 7vw, 5.5rem);
  --ne-leading-tight: 1.15;
  --ne-leading-body: 1.7;
  --ne-tracking-ui: 0.125em;
  --ne-tracking-label: 0.2em;

  --ne-space-1: 0.25rem;
  --ne-space-2: 0.5rem;
  --ne-space-3: 0.75rem;
  --ne-space-4: 1rem;
  --ne-space-5: 1.5rem;
  --ne-space-6: 2rem;
  --ne-space-7: 3rem;
  --ne-space-8: 4.5rem;
  --ne-space-9: 6.25rem;

  --ne-radius-none: 0;
  --ne-border-thin: 1px;
  --ne-container: 68.75rem;
  --ne-container-narrow: 45rem;
  --ne-content-measure: 68ch;
  --ne-gutter: clamp(1.5rem, 4vw, 3rem);
  --ne-shadow-card: 0 1px 3px rgb(51 49 44 / 8%);
  --ne-shadow-raised: 0 1rem 3rem rgb(14 67 77 / 14%);
  --ne-transition-fast: 180ms ease;
  --ne-transition-base: 280ms ease;
  --ne-z-header: 100;
  --ne-z-overlay: 10;
  --ne-target-min: 2.75rem;
}
