/* GWM Design Tokens */
:root {
    --gwm-color-primary: #143d2b;
    --gwm-color-primary-dark: #0b2418;
    --gwm-color-secondary: #b8872f;
    --gwm-color-secondary-dark: #8e6724;
    --gwm-color-text: #1f2933;
    --gwm-color-muted: #667085;
    --gwm-color-border: rgba(20, 61, 43, 0.14);
    --gwm-color-bg: #ffffff;
    --gwm-color-soft: #f7f3ea;
    --gwm-color-soft-green: #eef6f1;
    --gwm-color-danger: #b42318;
    --gwm-color-success: #027a48;
    --gwm-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --gwm-font-serif: Georgia, "Times New Roman", serif;
    --gwm-container: 1180px;
    --gwm-container-wide: 1320px;
    --gwm-radius-sm: 8px;
    --gwm-radius-md: 14px;
    --gwm-radius-lg: 22px;
    --gwm-shadow-sm: 0 6px 18px rgba(15, 23, 42, 0.06);
    --gwm-shadow-md: 0 16px 42px rgba(15, 23, 42, 0.10);
    --gwm-transition: 180ms ease;
}