/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: 'Arita';
  src:
    url('./arita-Bold.woff') format('woff'),
    url('./arita-Bold.ttf') format('truetype'),
    url('./arita-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: 700;
}

@font-face {
  font-family: 'Arita';
  src:
    url('./arita-Medium.woff') format('woff'),
    url('./arita-Medium.ttf') format('truetype'),
    url('./arita-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: 400;
}

@font-face {
  font-family: 'Arita';
  src:
    url('./arita-Light.woff') format('woff'),
    url('./arita-Light.ttf') format('truetype'),
    url('./arita-Light.otf') format('opentype');
  font-weight: 100;
  font-style: 100;
}



