| @import "tailwindcss"; |
|
|
| @theme { |
| --color-surface-container: #f0ecf6; |
| --color-surface-bright: #fcf8ff; |
| --color-on-primary-fixed-variant: #3f35a3; |
| --color-inverse-primary: #c5c0ff; |
| --color-on-background: #1c1b22; |
| --color-tertiary-fixed-dim: #ffb77d; |
| --color-on-primary-fixed: #140067; |
| --color-primary: #3b309e; |
| --color-primary-fixed: #e3dfff; |
| --color-tertiary: #683500; |
| --color-surface-variant: #e5e1eb; |
| --color-on-secondary-fixed: #191a2a; |
| --color-on-tertiary-fixed: #2f1500; |
| --color-on-error: #ffffff; |
| --color-on-tertiary-container: #ffc69a; |
| --color-error: #ba1a1a; |
| --color-surface-container-low: #f6f2fc; |
| --color-surface-container-highest: #e5e1eb; |
| --color-on-secondary: #ffffff; |
| --color-on-tertiary-fixed-variant: #6e3900; |
| --color-tertiary-fixed: #ffdcc3; |
| --color-surface-container-lowest: #ffffff; |
| --color-outline: #787584; |
| --color-error-container: #ffdad6; |
| --color-outline-variant: #c8c4d5; |
| --color-on-tertiary: #ffffff; |
| --color-secondary: #5c5d6f; |
| --color-on-error-container: #93000a; |
| --color-surface-dim: #dcd8e2; |
| --color-on-secondary-container: #616174; |
| --color-surface-tint: #584fbc; |
| --color-surface-container-high: #ebe6f0; |
| --color-background: #fcf8ff; |
| --color-tertiary-container: #8a4900; |
| --color-primary-container: #534ab7; |
| --color-surface: #fcf8ff; |
| --color-on-secondary-fixed-variant: #454557; |
| --color-secondary-container: #dfdef4; |
| --color-on-surface-variant: #474553; |
| --color-on-surface: #1c1b22; |
| --color-inverse-surface: #312f37; |
| --color-secondary-fixed-dim: #c5c5da; |
| --color-on-primary-container: #d1ccff; |
| --color-on-primary: #ffffff; |
| --color-primary-fixed-dim: #c5c0ff; |
| --color-inverse-on-surface: #f3eff9; |
| --color-secondary-fixed: #e1e0f6; |
|
|
| --spacing-gutter: 24px; |
| --spacing-stack-lg: 40px; |
| --spacing-stack-sm: 8px; |
| --spacing-container-max: 1100px; |
| --spacing-stack-md: 16px; |
| --spacing-section-padding: 32px; |
|
|
| --text-caption-sm: 13px; |
| --text-caption-sm--line-height: 1.4; |
| --text-caption-sm--letter-spacing: 0.01em; |
| --text-caption-sm--font-weight: 500; |
|
|
| --text-hero-lg: 32px; |
| --text-hero-lg--line-height: 1.2; |
| --text-hero-lg--letter-spacing: -0.02em; |
| --text-hero-lg--font-weight: 500; |
|
|
| --text-body-md: 15px; |
| --text-body-md--line-height: 1.6; |
| --text-body-md--font-weight: 400; |
|
|
| --text-section-heading: 22px; |
| --text-section-heading--line-height: 1.4; |
| --text-section-heading--letter-spacing: -0.01em; |
| --text-section-heading--font-weight: 500; |
|
|
| --text-hero-lg-mobile: 28px; |
| --text-hero-lg-mobile--line-height: 1.2; |
| --text-hero-lg-mobile--font-weight: 500; |
|
|
| --text-label-uppercase: 11px; |
| --text-label-uppercase--line-height: 1; |
| --text-label-uppercase--letter-spacing: 0.05em; |
| --text-label-uppercase--font-weight: 600; |
|
|
| --font-caption-sm: Inter, sans-serif; |
| --font-hero-lg: Inter, sans-serif; |
| --font-body-md: Inter, sans-serif; |
| --font-section-heading: Inter, sans-serif; |
| --font-hero-lg-mobile: Inter, sans-serif; |
| --font-label-uppercase: Inter, sans-serif; |
| } |
|
|
| body { |
| background-color: var(--color-background); |
| color: var(--color-on-background); |
| } |
|
|