/* Brand typeface.
   Every page in this project already asks for "Eina" in its font-family
   stack, but only the webinar pages ever loaded it — everywhere else the
   stack fell through to Arial, whose Bold is much heavier and wider than
   Eina's. Loading it here fixes that for all pages at once.

   Paths are absolute so this file can be linked from any URL depth. */

@font-face {
  font-family: 'Eina';
  src: url('/fonts/Eina-Regular.woff2') format('woff2');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eina';
  src: url('/fonts/Eina-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eina';
  src: url('/fonts/Eina-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
