@font-face{
  font-family: 'Ethnocentric';
  src:
    url('{{ "ethnocentric.woff2" | asset_url }}') format('woff2'),
    url('{{ "ethnocentric.woff"  | asset_url }}') format('woff'),
    url('{{ "Ethnocentric.otf"   | asset_url }}') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
:root{ --font-heading-ethno: 'Ethnocentric', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
