@font-face {
  font-family: 'Roboto';
  src: url(/assets/fonts/Roboto-Thin.woff2) format('woff2');
  font-weight: 100;
}

@font-face {
  font-family: 'Roboto';
  src: url(/assets/fonts/Roboto-Light.woff2) format('woff2');
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url(/assets/fonts/Roboto-Regular.woff2) format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url(/assets/fonts/Roboto-Medium.woff2) format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto';
  src: url(/assets/fonts/Roboto-Bold.woff2) format('woff2');
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto';
  src: url(/assets/fonts/Roboto-Black.woff2) format('woff2');
  font-weight: 900;
}

@font-face {
  font-family: 'Shippori Mincho';
  src: url(/assets/fonts/ShipporiMincho-Regular.woff2) format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Shippori Mincho';
  src: url(/assets/fonts/ShipporiMincho-Medium.woff2) format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'Shippori Mincho';
  src: url(/assets/fonts/ShipporiMincho-SemiBold.woff2) format('woff2');
  font-weight: 600;
}

@font-face {
  font-family: 'Shippori Mincho';
  src: url(/assets/fonts/ShipporiMincho-Bold.woff2) format('woff2');
  font-weight: 700;
}

@font-face {
  font-family: 'Shippori Mincho';
  src: url(/assets/fonts/ShipporiMincho-ExtraBold.woff2) format('woff2');
  font-weight: 800;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url(/assets/fonts/ZenKakuGothicNew-Light.woff2) format('woff2');
  font-weight: 300;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url(/assets/fonts/ZenKakuGothicNew-Regular.woff2) format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url(/assets/fonts/ZenKakuGothicNew-Medium.woff2) format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url(/assets/fonts/ZenKakuGothicNew-Bold.woff2) format('woff2');
  font-weight: 700;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url(/assets/fonts/ZenKakuGothicNew-Black.woff2) format('woff2');
  font-weight: 900;
}