@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/NotoSansJP-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/NotoSansJP-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/NotoSansJP-Bold.otf') format('opentype');
}

html,
body {
  font-family: 'NotoSansJP', 'Noto Sans JP', 'Yu Gothic', 'Hiragino Sans', 'Meiryo', 'MS PGothic', sans-serif;
}

.flt-text-editing,
.flt-text-editing::placeholder,
input,
textarea,
select {
  font-family: 'NotoSansJP', 'Noto Sans JP', 'Yu Gothic', 'Hiragino Sans', 'Meiryo', 'MS PGothic', sans-serif;
}
