/*
@font-face {
   font-family: 'Nexa';
   src: url('./nexa/nexa_bold-webfont.woff2') format('woff2'),
      url('./nexa/nexa_bold-webfont.woff') format('woff');
   font-weight: bold;
   font-style: normal;
}

@font-face {
   font-family: 'Nexa';
   src: url('./nexa/nexa_light-webfont.woff2') format('woff2'),
      url('./nexa/nexa_light-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
*/

@font-face {
   font-family: 'Prime';
   src: url('./prime/prime_regular-webfont.woff2') format('woff2'),
      url('./prime/prime_regular-webfont.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Prime';
   src: url('./prime/prime_light-webfont.woff2') format('woff2'),
      url('./prime/prime_light-webfont.woff') format('woff');
   font-weight: 100;
   font-style: normal;
}