/* Manrope - all weights use same variable font file */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(../fonts/manrope-latin.woff2) format('woff2');
}

/* Roboto - all weights use same variable font file */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/roboto-latin.woff2) format('woff2');
}
