:root {
  /* Fonts */
  --font-body: Tazugane, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,
    'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, sans-serif;
  --font-headline: var(--font-body);
}

body .elc-iam .elc-tabs__tab-text {
  font-size: var(--text-lg);
}

body .elc-iam .elc-input-field {
  --form-input-font-size: var(--text-lg);
}

body .elc-iam .elc-button {
  --button-font-family: var(--font-body);
  --button-hover-background-color: var(--color-primary);
  font-size: var(--text-base);
}

body .elc-iam .elc-iam-forgot-password-button:hover {
  color: var(--text-button-color);
}
