/* Country CSS: br */
/* Country overrides - Brazil (pt-BR) */
:root {
  --wf-font-body: 'Inter', system-ui, -apple-system, sans-serif;
}

body[data-country="br"] .wf-kicker {
  letter-spacing: 0.08em;
}

body[data-country="br"] .wf-category-hero {
  background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 80%);
}