/* Kanonische Design-Tokens – Apotheke Aktuell (öffentliches Portal) */

:root {
  --brand-navy: #0b2f4a;
  --brand-blue: #1d70b8;
  --brand-blue-dark: #0f385c;
  --brand-red: #d1213f;
  --brand-aqua: #4fb7b2;
  --brand-amber: #f2a900;
  --page-bg: #f7f9fb;
  --surface: #ffffff;
  --surface-soft: #eaf4fb;
  --ink: #17232b;
  --muted: #536471;
  --border: #d8e2ea;
  --success: #0f7a52;
  --radius: 12px;
  --shadow: 0 1px 2px rgba(11, 47, 74, 0.05), 0 5px 16px rgba(11, 47, 74, 0.05);
  --maxw: 1180px;
  --font-sans: Inter, "Inter Fallback", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.375rem;
  --text-2xl: 1.75rem;
  --text-3xl: 2.25rem;
  --leading-tight: 1.08;
  --leading-heading: 1.15;
  --leading-body: 1.6;
}
