/* Airtable Tailwind CSS v4 theme */
@theme {
  --color-primary: #181d26;
  --color-primary-active: #0d1218;
  --color-ink: #181d26;
  --color-body: #333840;
  --color-muted: #41454d;
  --color-hairline: #dddddd;
  --color-border-strong: #9297a0;
  --color-canvas: #ffffff;
  --color-surface-soft: #f8fafc;
  --color-surface-strong: #e0e2e6;
  --color-surface-dark: #181d26;
  --color-surface-dark-elevated: #1d1f25;
  --color-signature-coral: #aa2d00;
  --color-signature-forest: #0a2e0e;
  --color-signature-cream: #f5e9d4;
  --color-signature-peach: #fcab79;
  --color-signature-mint: #a8d8c4;
  --color-signature-yellow: #f4d35e;
  --color-signature-mustard: #d9a441;
  --color-on-primary: #ffffff;
  --color-on-dark: #ffffff;
  --color-link: #1b61c9;
  --color-link-active: #1a3866;
  --color-info: #254fad;
  --color-info-border: #458fff;
  --color-success: #006400;
  --color-success-border: #39bf45;
  --color-pricing-ink: #1d1f25;
  --font-primary: Haas Groot Disp, Haas, sans-serif;
  --font-family-2: Haas, sans-serif;
  --font-family-3: Inter Display, system-ui, sans-serif;
  --text-display-xl: 48px;
  --leading-display-xl: 1.1;
  --tracking-display-xl: 0;
  --text-display-lg: 40px;
  --leading-display-lg: 1.2;
  --tracking-display-lg: 0;
  --text-display-md: 32px;
  --leading-display-md: 1.2;
  --tracking-display-md: 0;
  --text-title-lg: 24px;
  --leading-title-lg: 1.35;
  --tracking-title-lg: 0.12px;
  --text-title-md: 20px;
  --leading-title-md: 1.5;
  --tracking-title-md: 0;
  --text-title-sm: 18px;
  --leading-title-sm: 1.4;
  --tracking-title-sm: 0;
  --text-label-md: 16px;
  --leading-label-md: 1.4;
  --tracking-label-md: 0;
  --text-button: 16px;
  --leading-button: 1.4;
  --tracking-button: 0;
  --text-body-md: 14px;
  --leading-body-md: 1.25;
  --tracking-body-md: 0;
  --text-caption: 14px;
  --leading-caption: 1.35;
  --tracking-caption: 0.16px;
  --text-legal: 13.12px;
  --leading-legal: 1.2;
  --tracking-legal: 0;
  --text-pricing-display: 44.8px;
  --leading-pricing-display: 1.1;
  --tracking-pricing-display: 0;
  --text-pricing-section: 28px;
  --leading-pricing-section: 1.2;
  --tracking-pricing-section: 0;
  --text-pricing-card-title: 20px;
  --leading-pricing-card-title: 1.3;
  --tracking-pricing-card-title: 0;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 48px;
  --spacing-section: 96px;
  --radius-xs: 2px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-pill: 9999px;
  --radius-full: 9999px;
}
