@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}
  
@font-face {
  font-family: 'outfitLight';
  font-weight: 200;
  font-style: normal;
  src: local('outfitLight'), url('outfitLight.ttf') format('trueType');
}
@font-face {
  font-family: 'outfitRegular';
  font-weight: 400;
  font-style: normal;
  src: local('outfitRegular'), url('outfitRegular.ttf') format('trueType');
}
@font-face {
  font-family: 'outfitMedium';
  font-weight: 500;
  font-style: normal;
  src: local('outfitMedium'), url('outfitMedium.ttf') format('trueType');
}
@font-face {
  font-family: 'outfitSemiBold';
  font-weight: 600;
  font-style: normal;
  src: local('outfitSemiBold'), url('outfitSemiBold.ttf') format('trueType');
}
@font-face {
  font-family: 'outfitBold';
  font-weight: 700;
  font-style: normal;
  src: local('outfitBold'), url('outfitBold.ttf') format('trueType');
}
@font-face {
  font-family: 'outfitBlack';
  font-weight: 900;
  font-style: normal;
  src: local('outfitBlack'), url('outfitBlack.ttf') format('trueType');
}
  