:root {
  --thi-accent-1: var(--wp--preset--color--thi-green);
  --thi-accent-2: var(--wp--preset--color--heritage-brown);
  --thi-surface: var(--wp--preset--color--morning-ivory);
  --thi-surface-raised: var(--wp--preset--color--pure-white);
  --thi-ink: var(--wp--preset--color--deep-ink);
  --thi-mist: var(--wp--preset--color--mist-green);
  --thi-radius-sm: 12px;
  --thi-radius-md: 18px;
  --thi-radius-lg: 28px;
  --thi-radius-pill: 999px;
  --thi-glass-blur: 14px;
  --thi-glass-opacity: 78%;
  --thi-parallax-intensity: 0.35;
  --thi-shadow-sm: 0 8px 28px color-mix(in srgb, var(--thi-ink) 8%, transparent);
  --thi-shadow-md: 0 18px 60px color-mix(in srgb, var(--thi-ink) 12%, transparent);
  --thi-border-soft: color-mix(in srgb, var(--thi-surface-raised) 70%, transparent);
  --thi-border-ink: color-mix(in srgb, var(--thi-ink) 12%, transparent);
  --thi-content: 760px;
  --thi-wide: 1180px;
  --thi-header-height: 80px;
  --thi-speed-fast: 180ms;
  --thi-speed: 320ms;
  --thi-ease: cubic-bezier(.2,.75,.25,1);
}
