@font-face {
  font-family: 'Gen Zyuu Gothic';
  src: url('/fonts/GenJyuuGothic-Normal.ttf');
  font-weight: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Gen Zyuu Gothic';
  src: url('/fonts/GenJyuuGothic-Medium.ttf');
  font-weight: bold;
  font-weight: 700;
}

body {
  margin: 0;
  background-color: #eff3f8;
}

* {
  font-family: 'Gen Zyuu Gothic', -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
    sans-serif;
}

a {
  text-decoration: none;
}
