/* EMA brand fonts — pulled from the Figma source */

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

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

@font-face {
  font-family: 'Gellix';
  src: url('./fonts/Gellix-Medium.woff2') format('woff2'),
       url('./fonts/Gellix-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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