/* =====================================================================
   Vodafone Portugal × Teavaro · palette and type tokens.
   Palette matches the vodafone tenant in the group identity calculator,
   so the two tools read as one family.
   ===================================================================== */
:root {
  --vf-red:        #E60000;
  --vf-red-deep:   #99000F;
  --vf-red-darker: #C40000;
  --vf-rgb:        230, 0, 0;
  --vf-aubergine:  #62043F;
  --vf-aubergine-2:#4A0030;

  --tv-ink:        #0B1B2B;
  --tv-ink-2:      #1A2D42;
  --tv-teal:       #19B8C8;
  --tv-teal-2:     #0E8A98;

  --mute:  #5B6B7E;
  --line:  #E3E8EE;
  --line-2:#EEF2F7;
  --bg:    #FAFBFD;
  --card:  #FFFFFF;
  --good:  #047857;
  --warn:  #C2410C;

  --shadow-sm: 0 1px 2px rgba(11,27,43,.04);
  --shadow:    0 1px 2px rgba(11,27,43,.04), 0 8px 24px rgba(11,27,43,.06);
  --shadow-lg: 0 12px 32px rgba(11,27,43,.10), 0 2px 6px rgba(11,27,43,.04);

  --display: 'Inter Tight','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --body:    'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;

  --r:   14px;
  --r-s: 9px;
}
