@font-face {
  font-family: 'cofo-gothic-thin';
  src: url('/fonts/cofo-gothic/CoFoGothic-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'cofo-gothic-reg';
  src: url('/fonts/cofo-gothic/CoFoGothic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'cofo-gothic-bold';
  src: url('/fonts/cofo-gothic/CoFoGothic-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "cofo-gothic-reg";
}
