/* PRIME — system fonts (no external download) */
/* Japanese site: prefer native JP fonts on each OS */

body, input, button, select, textarea {
  font-family:
    -apple-system, BlinkMacSystemFont,
    'Hiragino Kaku Gothic ProN', 'Hiragino Sans',
    'Yu Gothic UI', 'Yu Gothic', Meiryo,
    'Segoe UI', Roboto,
    'Helvetica Neue', Arial,
    sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

b, strong { font-weight: 700; }
