:root {
  --font-sans: "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  --font-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--font-sans);
}

.theme-watercolor .hero h1,
.theme-watercolor .section h2,
.theme-watercolor .final-cta h2,
.solution-bridge p,
.contact-hero h1 {
  font-family: var(--font-serif);
}
