:root {
  /* Brand */
  --color-brand: #00246b;
  --color-action: #2d73fd;
  --color-action-hover: #1e5ed8;

  /* Dark */
  --color-navy: #071426;
  --color-navy-surface: #0b1f38;

  /* Brand emphasis */
  --color-emphasis: #2d73fd;
  --color-accent-tint: #eef4ff;

  /* Light */
  --color-blue-tint: #eef4ff;
  --color-surface: #f7f9fc;
  --color-white: #ffffff;

  /* Text */
  --color-text: #101828;
  --color-text-strong: #344054;
  --color-text-secondary: #475467;
  --color-text-muted: #667085;

  /* UI */
  --color-border: #d9e2ec;
  --color-focus: #2d73fd;

  /* Kadence-compatible semantic aliases */
  --color-accent: #2d73fd;
  --color-accent-alt: #1e5ed8;
  --color-accent-complement: #2d73fd;
  --color-text-strongest: #101828;
  --color-text-medium: #475467;
  --color-text-subtle: #667085;
  --color-subtle-background: #eef4ff;
  --color-lighter-background: #f7f9fc;
  --color-base: #ffffff;

  /* Semantic */
  --color-success: #1e5ed8;
  --color-warning: #344054;
  --color-error: #00246b;
  --color-info: #1e5ed8;

  /* Typography */
  --font-heading: "Manrope", sans-serif;
  --font-body: "Inter", sans-serif;
  --display-size: 64px;
  --h1-size: 56px;
  --h2-size: 44px;
  --h3-size: 30px;
  --h4-size: 22px;
  --body-large: 20px;
  --body-size: 17px;
  --body-small: 14px;
  --button-size: 16px;
  --mobile-h1: 40px;
  --mobile-h2: 32px;
  --mobile-h3: 24px;
  --mobile-h4: 20px;
  --mobile-body-large: 18px;
  --mobile-body: 16px;
  --mobile-small: 14px;

  /* Layout */
  --container-width: 1240px;
  --page-padding: 32px;
  --grid-columns: 12;
  --grid-gap: 24px;
  --content-measure: 720px;
  --hero-measure: 660px;

  /* Spacing */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 80px;
  --space-10: 96px;
  --space-11: 120px;
  --section-space: var(--space-10);
  --section-space-major: var(--space-11);
  --section-space-compact: var(--space-9);

  /* Shape and separation */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --border-default: 1px solid var(--color-border);
  --shadow-overlay: 0 16px 40px rgb(7 20 38 / 12%);

  /* Motion */
  --motion-fast: 180ms;
  --motion-medium: 250ms;
  --motion-entry: 450ms;
  --ease-standard: ease;
}
