@font-face {
  font-family: "futura-pt-book";
  src: url("../fonts/futura-pt-book.otf");
}

@font-face {
  font-family: "Futura Medium";
  src: url("../fonts/futura-medium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Futura Medium Italic";
  src: url("../fonts/futura-medium-italic.otf");
  font-weight: 500;
  font-style: initalic;
}

@font-face {
  font-family: "din2014-bold";
  src: url("../fonts/din2014-bold.ttf");
}

@font-face {
  font-family: "din2014-regular";
  src: url("../fonts/din2014-regular.ttf");
}

@font-face {
  font-family: "Hiragino Kaku Gothic ProN W3";
  src: url("../fonts/HiraginoKakuGothicProNW3.otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Hiragino Kaku Gothic ProN W6";
  src: url("../fonts/HiraginoKakuGothicProNW6.otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}