/* The Wedding Tea shared tokens — TVT-369.
   Load before legacy and page styles. Adoption is scoped to migrated surfaces;
   the legacy palette remains available to pages that have not migrated yet. */
:root {
  --wt-canvas: #ffffff;
  --wt-surface: #ffffff;
  --wt-surface-soft: #f8f9f7;
  --wt-text: #252d2b;
  --wt-text-muted: #626b66;
  --wt-action: #1b6559;
  --wt-action-hover: #174f46;
  --wt-on-action: #ffffff;
  --wt-border: #dce2dc;
  --wt-field-border: #7c8881;
  --wt-highlight: #e6efdf;
  --wt-focus: #1b6559;
  --wt-error: #9f3939;
  --wt-error-surface: #f5e3dd;
  --wt-font-body: 'Inter', system-ui, sans-serif;
  --wt-font-editorial: 'Fraunces', Georgia, serif;
  --wt-space-4: 4px;
  --wt-space-8: 8px;
  --wt-space-12: 12px;
  --wt-space-16: 16px;
  --wt-space-24: 24px;
  --wt-space-32: 32px;
  --wt-space-40: 40px;
  --wt-space-56: 56px;
  --wt-radius-control: 6px;
  --wt-control-min-height: 44px;
  --wt-focus-width: 3px;
  --wt-focus-offset: 3px;
  --wt-motion-fast: 150ms;
  --wt-shadow-popover: 0 4px 12px rgb(37 45 43 / 8%);
}
