/* Design tokens Hi Azienda */
:root {
  --hi-az-brand: #c20e1a;
  --hi-az-brand-dark: #9a0b14;
  --hi-az-brand-tint: #fdf2f3;
  --hi-az-ink: #1a1a1a;
  --hi-az-ink-soft: #4b5563; /* testo secondario AA anche su fondi tinta chiara */
  --hi-az-muted: #6b7280;
  --hi-az-bg: #ffffff;
  --hi-az-surface: #f7f7f8;
  --hi-az-border: #e5e7eb;
  --hi-az-radius: 10px;
  --hi-az-gap: 16px;
  --hi-az-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
