@font-face {
  font-family: 'kozuka-mincho-pro-b';
  src: url('../fonts/kozuka-mincho-pro-b.woff2') format('woff2'),
       url('../fonts/kozuka-mincho-pro-b.woff') format('woff'),
       url('../fonts/kozuka-mincho-pro-b.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'kozuka-mincho-pro-b', sans-serif;
}