
@font-face {
  font-family: 'Nexa';
  font-weight: 200;
  font-style: normal;
  src: local('Nexa'), url('NexaLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Nexa';
  font-weight: 400;
  font-style: normal;
  src: local('Nexa'), url('NexaRegular.ttf') format('truetype');
}
@font-face {
  font-family: 'NexaText';
  font-weight: 200;
  font-style: normal;
  src: local('NexaText'), url('NexaTextLight.ttf') format('truetype');
}

@font-face {
  font-family: 'NexaText';
  font-weight: 400;
  font-style: normal;
  src: local('NexaText'), url('NexaTextRegular.ttf') format('truetype');
}



@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');
}

 