@font-face {
  font-family: 'EmbraceGreen';

  src: url("/fonts/TwCenMTStd.otf") format("opentype");
}

@font-face {
  font-family: EmbraceGreen;

  font-weight: bold;

  src: url("/fonts/TwCenMTStd-Bold.otf") format("opentype");
}

body {
  font-family: EmbraceGreen;
}