/*
 * GENERATED FILE: do not edit. Sync from packages/eduavenues-ui.
 * Source: packages/eduavenues-ui/app-kit/tokens.css
 * Regenerate: node packages/eduavenues-ui/scripts/sync-app-kit.mjs
 */
/*
 * EduAvenues App Kit tokens (ea-app-kit:tokens).
 * Source of truth: packages/eduavenues-ui/app-kit/tokens.css
 * Spec: eduavenues/docs/brand/app-kit.md
 */
:root {
  /* Ink scale */
  --ea-ink: #030712;
  --ea-ink-hover: #1f2937;
  --ea-text: #4b5563;
  --ea-muted: #6b7280;
  --ea-faint: #9ca3af;
  --ea-label: #1f2937;
  --ea-btn-secondary-text: #111827;

  /* Structure */
  --ea-line: #e5e7eb;
  --ea-field: #d1d5db;
  --ea-surface: #f9fafb;
  --ea-white: #ffffff;

  /* Brand anchor */
  --ea-navy: #002e54;
  --ea-navy-tint: #e6eef4;
  --ea-focus: #ccdde9;
  --ea-marketing-blue: #018afd;
  /* Filled marketing CTA: brand blue darkened so white text meets WCAG AA (about 4.9:1). */
  --ea-cta: #0070d4;
  --ea-cta-hover: #005fb3;

  /* Status tones */
  --ea-danger: #991b1b;
  --ea-danger-tint: #fef2f2;
  --ea-success: #166534;
  --ea-success-tint: #f0fdf4;
  --ea-warn: #92400e;
  --ea-warn-tint: #fffbeb;

  /* Shape */
  --ea-radius: 8px;
  --ea-radius-sm: 4px;
  --ea-focus-ring: 0 0 0 3px var(--ea-focus);

  /* Type */
  --ea-font-sans: 'Public Sans', system-ui, sans-serif;
  --ea-font-serif: 'Source Serif 4', Georgia, serif;

  /* Spacing scale */
  --ea-space-1: 4px;
  --ea-space-2: 8px;
  --ea-space-3: 12px;
  --ea-space-4: 16px;
  --ea-space-5: 24px;
  --ea-space-6: 32px;
  --ea-space-7: 48px;
  --ea-space-8: 64px;
  --ea-space-9: 96px;

  /* Content widths */
  --ea-width-form: 576px;
  --ea-width-reading: 720px;
  --ea-width-wide: 1040px;
}
