/* === tema20.css — HAT — B2B Endüstriyel — Light theme — 2026-05-18 === */
:root {
  --color-bg: #F3F4F6;
  --color-bg-elevated: #FFFFFF;
  --color-fg: #111827;
  --color-fg-muted: #6B7280;
  --color-brand: #0F4C81;
  --color-accent: #FF6B35;
  --color-border: #E5E7EB;
  --color-border-strong: color-mix(in srgb, #111827 16%, transparent);
  --font-display: "Inter", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}
