@font-face {
  font-family: 'Jost';
  src: url('Jost-300-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('Jost-400-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('Jost-500-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Jost';
  src: url('Jost-600-Semi.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'CormorantSC';
  src: url('CormorantSC-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'CormorantSC';
  src: url('CormorantSC-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}