/* Fonts
---------------------------------------- */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans.woff2') format('woff2');
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Camber Light Regular';
  src: url("../fonts/Camber/Emtype Foundry - Camber Light Regular.otf");
}
@font-face {
  font-family: 'Camber Medium Regular';
  src: url("../fonts/Camber/Emtype Foundry - Camber Regular Regular.otf");
}
@font-face {
  font-family: 'Camber SemiBold Regular';
  src: url("../fonts/Camber/Emtype Foundry - Camber SemiBold Regular.otf");
}

@font-face {
  font-family: 'Archivo Narrow SemiBold';
  src: url("../fonts/Archivo_Narrow/ArchivoNarrow-SemiBold.ttf");
}

@font-face {
  font-family: 'Archivo Narrow Medium';
  src: url("../fonts/Archivo_Narrow/ArchivoNarrow-Medium.ttf");
}

