@font-face {
  font-family: 'Andada BI';
  font-style: normal;
  src: url('/public/Andada-BoldItalic.otf') format('opentype');
}

@font-face {
  font-family: 'Andada R';
  font-style: normal;
  src: url('/public/Andada-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'AlegreyaSans R';
  font-style: normal;
  src: url('/public/AlegreyaSans-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Armata R';
  font-style: normal;
  src: 
       url('/public/Armata-Regular.svg') format('svg'),
       url('/public/Armata-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: normal;
  src: url('/public/Inconsolata.otf') format('opentype');
}

