.eafc-gmm {
    --eafc-gmm-color-bg: #081426;
    --eafc-gmm-color-surface: #0d1d34;
    --eafc-gmm-color-surface-raised: #122640;
    --eafc-gmm-color-border: #2b4261;
    --eafc-gmm-color-border-strong: #43658d;
    --eafc-gmm-color-text: #eef5ff;
    --eafc-gmm-color-text-muted: #c7d4e4;
    --eafc-gmm-color-accent: #56a8ff;
    --eafc-gmm-color-accent-strong: #2186eb;
    --eafc-gmm-color-accent-contrast: #061321;
    --eafc-gmm-color-info: #8dc5ff;
    --eafc-gmm-color-warning: #f3c969;
    --eafc-gmm-color-danger: #ff9b9b;
    --eafc-gmm-color-focus: #b8ddff;
    --eafc-gmm-color-hero-start: #0d213c;
    --eafc-gmm-color-widget-bg: #07111f;
    --eafc-gmm-color-state-ready: #12345a;
    --eafc-gmm-color-interactive-hover: #17365b;
    --eafc-gmm-space-1: 0.25rem;
    --eafc-gmm-space-2: 0.5rem;
    --eafc-gmm-space-3: 0.75rem;
    --eafc-gmm-space-4: 1rem;
    --eafc-gmm-space-5: 1.5rem;
    --eafc-gmm-space-6: 2rem;
    --eafc-gmm-space-7: 3rem;
    --eafc-gmm-space-section: 48px;
    --eafc-gmm-space-heading: 28px;
    --eafc-gmm-space-intro: 24px;
    --eafc-gmm-space-card: 24px;
    --eafc-gmm-space-card-gap: 16px;
    --eafc-gmm-space-paragraph: 16px;
    --eafc-gmm-space-control: 12px;
    --eafc-gmm-space-grid: 16px;
    --eafc-gmm-space-divider: 32px;
    --eafc-gmm-radius-sm: 0.375rem;
    --eafc-gmm-radius-md: 0.75rem;
    --eafc-gmm-radius-lg: 1rem;
    --eafc-gmm-font-xs: 13px;
    --eafc-gmm-font-sm: 15px;
    --eafc-gmm-font-md: 17px;
    --eafc-gmm-font-lg: clamp(22px, calc(20px + 0.35vw), 24px);
    --eafc-gmm-font-xl: clamp(30px, calc(28px + 0.55vw), 32px);
    --eafc-gmm-line-height: 1.75;
    --eafc-gmm-control-size: 44px;
    --eafc-gmm-content-width: 1200px;
    color-scheme: dark;
}
