@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: normal;
  src: local('Outfit'), local('Outfit-Regular'), url(./../fonts/outfit-regular-webfont.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: bold;
  src: local('Outfit Bold'), local('Outfit-Bold'), url(./../fonts/outfit-bold-webfont.woff) format('woff');
  font-display: swap;
}