/* Typography: Exo 2 (all elements) */
:root {
  --font-brand: 'Exo 2', sans-serif;
  --font-ui: 'Exo 2', system-ui, sans-serif;
}
* { letter-spacing: 0 !important; }
