@font-face {
   font-family:'Raleway';
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: local('Raleway'), url(../fonts/raleway-variablefont-wght.ttf) format('truetype'); 
}

@font-face {
   font-family:'Libre Baskerville Bold';
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: local('LibreBaskervilleBold'), url(../fonts/librebaskerville-bold.ttf) format('truetype');
}

@font-face {
   font-family:'Libre Baskerville Regular';
   font-style: normal;
   font-weight: 700;
   font-display: swap;
   src: local('LibreBaskervilleRegular'), url(../fonts/librebaskerville-regular.ttf) format('truetype');
}

.raleway{
  font-family:'Raleway';
}
.libreBold{
  font-family:'Libre Baskerville Bold';
}
.libreRegular{
  font-family:'Libre Baskerville Regular';
}
