/* archivo-300 - latin */
/* @font-face { */
  /* font-display: swap; Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* font-family: 'Archivo'; */
  /* font-style: normal; */
  /* font-weight:300; */
  /* src: url('./fonts/archivo/Archivo_Expanded_300.ttf') format('truetype');  */
/* } */

@font-face {
  font-display: swap; 
  font-family: 'Archivo';
  font-style: normal;
  font-weight:300;
  src: url('./fonts/archivo/Archivo_Expanded_300.woff2') format('woff2'); 
}

/* archivo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Archivo';
  font-style: normal;
  font-weight:700;
  src: url('./fonts/archivo/Archivo_Expanded_700.woff2') format('woff2');
}
