@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: 'Gotham Bold';
  font-weight: 700;
  font-style: normal;
  src: local('GothamBold'), url('Gotham-Black.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham Light';
  font-weight: 700;
  font-style: normal;
  src: local('GothamLight'), url('Gotham-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham Medium';
  font-weight: 700;
  font-style: normal;
  src: local('GothamMedium'), url('Gotham-Medium.otf') format('opentype');
}
 