@font-face {
  font-family: 'Outfit Regular';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('Outfit Regular'), url('./OutfitRegular.woff') format('woff');
}
    

@font-face {
  font-family: 'Outfit Medium';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('Outfit Medium'), url('./OutfitMedium.woff') format('woff');
}
    

@font-face {
  font-family: 'Outfit Bold';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('Outfit Bold'), url('./OutfitBold.woff') format('woff');
}
