/* Trafft予約サイト：日本語フォント調整 */

html,
body,
body *,
button,
input,
textarea,
select {
  font-family:
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    "Meiryo",
    sans-serif !important;
}

/* 本文の読みやすさ */
body {
  font-weight: 400;
  line-height: 1.7;
  color: #1f2933;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* 見出し */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.45;
}

/* 説明文・ラベル */
p,
span,
label,
div {
  letter-spacing: 0.01em;
}

/* ボタン */
button,
[class*="button"],
[class*="Button"],
a[role="button"] {
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* 入力欄 */
input,
textarea,
select {
  font-weight: 400;
  letter-spacing: 0.01em;
}