/* Country CSS: ca */
/* Country overrides - Canada (en-CA) */
:root {
  --wf-font-body: 'Inter', system-ui, -apple-system, sans-serif;
}

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

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