@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
  font-display: swap;
}


@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Regular.eot');
  src: url('/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Gilroy-Regular.woff2') format('woff2'),
       url('/fonts/Gilroy-Regular.woff') format('woff'),
       url('/fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy-Semibold';
  src: url('/fonts/Gilroy-Semibold.eot');
  src: url('/fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Gilroy-Semibold.woff2') format('woff2'),
       url('/fonts/Gilroy-Semibold.woff') format('woff'),
       url('/fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
