/* Milk + Honey design tokens — ported from client/src/index.css */
:root {
    --mh-teal:        oklch(28% 0.055 196);
    --mh-teal-dark:   oklch(23% 0.050 196);
    --mh-teal-light:  oklch(92% 0.018 196);
    --mh-gold:        oklch(72% 0.085 72);
    --mh-gold-dark:   oklch(65% 0.080 72);
    --mh-pink:        oklch(76% 0.060 20);
    --mh-pink-light:  oklch(94% 0.018 20);
    --mh-cream:       oklch(96% 0.008 60);
    --mh-text:        oklch(25% 0.000 0);
    --mh-text-muted:  oklch(45% 0.000 0);
    --mh-border:      oklch(88% 0.000 0);
    --mh-success:     oklch(58% 0.120 130);
    --mh-warning:     oklch(88% 0.120 80);
    --mh-error:       oklch(62% 0.150 22);

    --mh-radius:       0.375rem;
    --mh-radius-lg:    0.75rem;
    --mh-radius-xl:    1rem;
    --mh-shadow-card:  0 2px 12px rgba(0,0,0,0.05);
    --mh-shadow-pop:   0 4px 24px rgba(0,0,0,0.07);

    --mh-font-display: 'Playfair Display', Georgia, serif;
    --mh-font-body:    'Source Sans 3', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
}
