@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");

body {
  font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}

h1,
h2,
h3,
.tag,
.btn,
.report-title,
.plan strong,
.plan a,
.contact > a {
  font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
}

.hero h1 {
  font-weight: 900;
  letter-spacing: -0.075em;
}

.hero-note {
  font-weight: 700;
  letter-spacing: -0.04em;
}

.hero-text,
.worry-card p,
.step p,
.plan ul,
.faq p,
.contact p {
  font-weight: 600;
}

.section-lead,
.plan-for {
  font-weight: 700;
}

.worry-card h3,
.step h3,
.faq h3 {
  font-weight: 800;
}

.plan h3 {
  font-weight: 700;
  letter-spacing: -0.04em;
}
