@font-face {
  font-family: 'Noto Sans';
  font-weight: 400;
  src: url("../fonts/NotoSans-Regular.ttf");
}
@font-face {
  font-family: 'Noto Sans';
  font-weight: 700;
  src: url("../fonts/NotoSans-Bold.ttf");
}
body {
  font-family: "Noto Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;;
}
