/* TerraSteam design tokens — from LAN-206 brand brief (pre-final) */
:root {
    --ts-color-primary: #2D5A3D;
    --ts-color-primary-hover: #4A7C59;
    --ts-color-accent: #5B8FA8;
    --ts-color-bg: #F7F5F2;
    --ts-color-surface: #FFFFFF;
    --ts-color-text: #1A1F1E;
    --ts-color-text-muted: #5C6563;
    --ts-radius: 10px;
    --ts-shadow: 0 2px 12px rgba(26, 31, 30, 0.06);
    --ts-font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
    --ts-font-heading: "DM Sans", "Segoe UI", system-ui, sans-serif;
    --ts-space-1: 0.5rem;
    --ts-space-2: 1rem;
    --ts-space-3: 1.5rem;
    --ts-space-4: 2.5rem;
    --ts-max-width: 72rem;
}
