/* Montserrat Font Family (all used weights) */

@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400 800;
  src: url('fonts/Roboto-VariableFont_wdth,wght.woff2') format('woff2');
}


/* Apply globally */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
