@font-face {
  font-family:'Barlow';
  font-style:normal;	
  font-weight:normal;
  font-display:swap;
  src:url(../fonts/Barlow-Regular.ttf) format('truetype');
}
@font-face {
  font-family:'Barlow';
  font-style:normal;	
  font-weight:bold;
  font-display:swap;
  src:url(../fonts/Barlow-Bold.ttf) format('truetype');
}

@font-face {
  font-family:'Inter';
  font-style:normal;	
  font-weight:normal;
  font-display:swap;
  src:url(../fonts/Inter-Regular.ttf) format('truetype');
}
@font-face {
  font-family:'Inter';
  font-style:normal;	
  font-weight:bold;
  font-display:swap;
  src:url(../fonts/Inter-Bold.ttf) format('truetype');
}

@font-face {
  font-family:'Merriweather';
  font-style:normal;	
  font-weight:normal;
  font-display:swap;
  src:url(../fonts/Merriweather-Regular.ttf) format('truetype');
}
@font-face {
  font-family:'Merriweather';
  font-style:normal;	
  font-weight:bold;
  font-display:swap;
  src:url(../fonts/Merriweather-Bold.ttf) format('truetype');
}

@font-face {
  font-family:'Roboto';
  font-style:normal;	
  font-weight:normal;
  font-display:swap;
  src:url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family:'Roboto';
  font-style:normal;	
  font-weight:bold;
  font-display:swap;
  src:url(../fonts/Roboto-Bold.ttf) format('truetype');
}