:root {
    --color-typography-title: rgb(var(--rgb-typography-title));
    --color-typography-paragraph: rgb(var(--rgb-typography-paragraph));
    --color-typography-input-label: rgb(var(--rgb-typography-input-label));
    --color-typography-low-contrast: rgb(var(--rgb-typography-low-contrast));
    --color-background: rgb(var(--rgb-background));
    --color-background-nav: rgba(var(--rgba-background-nav));
    --color-brand-primary: rgb(var(--rgb-brand-primary));
    --color-brand-secondary: rgb(var(--rgb-brand-secondary));
    --color-brand-tertiary: rgb(var(--rgb-brand-tertiary));
    --color-brand-accent: rgb(var(--rgb-brand-accent));
    --color-brand-white: rgb(var(--rgb-brand-white));
    --color-cta-primary-enabled: rgb(var(--rgb-cta-primary-enabled));
    --color-cta-primary-disabled: rgb(var(--rgb-cta-primary-disabled));
    --color-cta-primary-hover: rgb(var(--rgb-cta-primary-hover));
    --color-cta-secondary-enabled: rgb(var(--rgb-cta-secondary-enabled));
    --color-cta-secondary-disabled: rgb(var(--rgb-cta-secondary-disabled));
    --color-cta-secondary-hover: rgb(var(--rgb-cta-secondary-hover));
    --color-cta-tertiary-enabled: rgb(var(--rgb-cta-tertiary-enabled));
    --color-cta-tertiary-disabled: rgb(var(--rgb-cta-tertiary-disabled));
    --color-cta-tertiary-hover: rgb(var(--rgb-cta-tertiary-hover));
    --color-surface-100: rgb(var(--rgb-surface-100));
    --color-surface-90: rgb(var(--rgb-surface-90));
    --color-surface-80: rgb(var(--rgb-surface-80));
    --color-surface-70: rgb(var(--rgb-surface-70));
    --color-surface-60: rgb(var(--rgb-surface-60));
    --color-surface-40: rgb(var(--rgb-surface-40));
    --color-icon-link: rgb(var(--rgb-icon-link));
    --color-icon-static: rgb(var(--rgb-icon-static));
    --color-icon-component: rgb(var(--rgb-icon-component));
    --color-icon-cta: rgb(var(--rgb-icon-cta));
    --color-transparency-40: rgba(var(--rgba-transparency-40));
    --color-transparency-0: rgba(var(--rgba-transparency-0));
    --color-utilities-blur: rgb(var(--rgb-utilities-blur));
    --color-utilities-logo: rgb(var(--rgb-utilities-logo));
    --color-logo-color: rgb(var(--rgb-logo-color));
    --color-logo-static: rgb(var(--rgb-logo-static));
    --color-badge-1: rgb(var(--rgb-badge-1));
    --color-badge-2: rgb(var(--rgb-badge-2));
    --color-badge-3: rgb(var(--rgb-badge-3));
    --color-badge-4: rgb(var(--rgb-badge-4));
    --color-badge-1-text: rgba(var(--rgba-badge-1-text));
    --color-badge-2-text: rgba(var(--rgba-badge-2-text));
    --color-badge-3-text: rgba(var(--rgba-badge-3-text));
    --color-badge-4-text: rgba(var(--rgba-badge-4-text));
    --color-stroke: rgb(var(--rgb-stroke));
    --color-stroke-light: rgb(var(--rgb-stroke-light));
    --color-stroke-strong: rgb(var(--rgb-stroke-strong));
    --color-input-field: rgb(var(--rgb-input-field));
    --color-success: rgb(var(--rgb-success));
    --color-error: rgb(var(--rgb-error));
    --color-alert: rgb(var(--rgb-alert));
    --color-active: rgb(var(--rgb-active));
    --color-box-shadow: rgb(var(--rgb-box-shadow));
    --color-background-overlay: rgb(var(--rgb-background-overlay));
}
