/* nikke.css */

/* Light */
@font-face {
  font-family: "Nikke";
  src: url("../fonts/Nikke/PPNikkeiJournal-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: "Nikke";
  src: url("../fonts/Nikke/PPNikkeiJournal-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: "Nikke";
  src: url("../fonts/Nikke/PPNikkeiJournal-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Nikke";
  src: url("../fonts/Nikke/PPNikkeiJournal-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/* UltraBold */
@font-face {
  font-family: "Nikke";
  src: url("../fonts/Nikke/PPNikkeiJournal-UltraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

/* Black */
@font-face {
  font-family: "Nikke";
  src: url("../fonts/Nikke/PPNikkeiJournal-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
