@font-face {
  font-family: 'Averta';
  src: url('./Averta-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

body, html, #root {
  font-family: 'Averta', sans-serif !important;
}