/* ExamDost design tokens — do not edit hex values here; this file is the
   shared brand source. Style the project in your own stylesheet using
   var(--ed-*) references. */
:root {
  /* Brand */
  --ed-teal: #0F8B8D;
  --ed-teal-dark: #0B6B6D;
  --ed-teal-tint: #E6F4F4;
  --ed-navy: #1F2A44;

  /* Text */
  --ed-ink: #2A2F3A;
  --ed-muted: #6B7280;

  /* Accents & status */
  --ed-amber: #D97706;
  --ed-amber-tint: #FFF7E6;
  --ed-red: #C0392B;
  --ed-green: #16A34A;

  /* Surfaces */
  --ed-grey-tint: #F4F4F6;
  --ed-paper: #FFFFFF;

  /* Type */
  --ed-font-display: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ed-font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Shape & elevation */
  --ed-radius: 8px;
  --ed-radius-lg: 14px;
  --ed-shadow: 0 2px 12px rgba(31, 42, 68, 0.08);

  /* Layout */
  --ed-content-max: 1100px;
}
