@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: 'HelveticaNeue';
  font-weight: 400;
  font-style: normal;
  src: local('HelveticaNeue'), url('HelveticaNeue.ttf') format('opentype');
}
@font-face {
  font-family: 'HelveticaNeue';
  font-weight: 500;
  font-style: normal;
  src: local('HelveticaNeue'), url('HelveticaNeue Medium.ttf') format('opentype');
}
@font-face {
  font-family: 'HelveticaNeue';
  font-weight: 600;
  font-style: normal;
  src: local('HelveticaNeue'), url('HelveticaNeue-Bold.ttf') format('opentype');
}


@font-face {
  font-family: 'Nunito';
  font-weight: 400;
  font-style: normal;
  src: local('Nunito'), url('Nunito-Regular.ttf') format('opentype');
}

@font-face {
  font-family: 'Nunito';
  font-weight: 700;
  font-style: normal;
  src: local('Nunito'), url('Nunito-Bold.ttf') format('opentype');
}