@font-face {
   font-family:'Barlow Bold';
   font-style: normal;
   font-weight: 700;
   font-display: swap;
   src: local('BarlowBold'), url(../fonts/barlow-bold.ttf) format('truetype');
}

@font-face {
   font-family:'Barlow Regular';
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: local('BarlowRegular'), url(../fonts/barlow-regular.ttf) format('truetype');
}


.barlowRegular
{
  font-weight: normal !important;
}

.barlowRegular{
  font-family:'Barlow Regular';
  font-display: swap;
}
.barlowBold{
  font-family:'Barlow Bold';
  font-display: swap;
}