/* Sentri-Inspired Tailwind CSS v4 theme */
@theme {
  --color-primary: #150f23;
  --color-ink-deep: #1f1633;
  --color-on-primary: #ffffff;
  --color-accent-lime: #c2ef4e;
  --color-accent-pink: #fa7faa;
  --color-accent-violet: #6a5fc1;
  --color-accent-violet-deep: #422082;
  --color-accent-violet-mid: #79628c;
  --color-surface-canvas-dark: #1f1633;
  --color-surface-canvas-light: #ffffff;
  --color-surface-night: #150f23;
  --color-surface-press-light: #f0f0f0;
  --color-surface-press-stronger: #efefef;
  --color-hairline-violet: #362d59;
  --color-hairline-cool: #cfcfdb;
  --color-hairline-cloud: #e5e7eb;
  --color-ink: #1f1633;
  --color-ink-press: #1a1a1a;
  --color-on-dark-muted: #bdb8c0;
  --color-on-dark-faint: #3f3849;
  --color-ring-focus: #9dc1f5;
  --font-primary: Sentri Display, Rubik, system-ui, sans-serif;
  --font-family-2: Rubik, -apple-system, system-ui, Segoe UI, Helvetica, Arial, sans-serif;
  --font-family-3: Rubik, -apple-system, system-ui, sans-serif;
  --font-family-4: Monaco, Menlo, Ubuntu Mono, monospace;
  --text-display-hero: 88px;
  --leading-display-hero: 1.2;
  --tracking-display-hero: 0;
  --text-display-large: 60px;
  --leading-display-large: 1.1;
  --tracking-display-large: 0;
  --text-heading-xl: 30px;
  --leading-heading-xl: 1.2;
  --tracking-heading-xl: 0;
  --text-heading-lg: 27px;
  --leading-heading-lg: 1.25;
  --tracking-heading-lg: 0;
  --text-heading-md: 24px;
  --leading-heading-md: 1.25;
  --tracking-heading-md: 0;
  --text-heading-sm: 20px;
  --leading-heading-sm: 1.25;
  --tracking-heading-sm: 0;
  --text-body-lg: 16px;
  --leading-body-lg: 2;
  --tracking-body-lg: 0;
  --text-body-strong: 16px;
  --leading-body-strong: 1.5;
  --tracking-body-strong: 0;
  --text-body-md: 16px;
  --leading-body-md: 1.5;
  --tracking-body-md: 0;
  --text-eyebrow: 15px;
  --leading-eyebrow: 1.4;
  --tracking-eyebrow: 0;
  --text-button-cap: 14px;
  --leading-button-cap: 1.14;
  --tracking-button-cap: 0.2px;
  --text-button-cap-light: 14px;
  --leading-button-cap-light: 1.29;
  --tracking-button-cap-light: 0.2px;
  --text-caption: 14px;
  --leading-caption: 1.43;
  --tracking-caption: 0;
  --text-micro-cap: 10px;
  --leading-micro-cap: 1.8;
  --tracking-micro-cap: 0.25px;
  --text-code: 16px;
  --leading-code: 1.5;
  --tracking-code: 0;
  --text-code-strong: 16px;
  --leading-code-strong: 1.5;
  --tracking-code-strong: 0;
  --spacing-xxs: 2px;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 12px;
  --spacing-lg: 16px;
  --spacing-xl: 24px;
  --spacing-xxl: 32px;
  --spacing-section: 96px;
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 10px;
  --radius-xl: 12px;
  --radius-xxl: 18px;
  --radius-full: 9999px;
}
