@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: 'Figtree-Regular';
  src: url('/fonts/Figtree-Regular.ttf');
}
@font-face {
  font-family: 'Figtree-Light';
  src: url('/fonts/Figtree-Light.ttf');
}
@font-face {
  font-family: 'Figtree-Black';
  src: url('/fonts/Figtree-Black.ttf');
}
@font-face {
  font-family: 'Figtree-Medium';
  src: url('/fonts/Figtree-Medium.ttf');
}
