:root {
  --primary: #DC0419;
}

html {
  scroll-behavior: smooth;
}

.point-font {
  font-family: "Lexend Zetta", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.section-space section {
  padding-top: 6rem;  /* py-24 相当 */
  padding-bottom: 6rem;
}

/* HERO直下やフッター直前だけ少し詰めたい場合の調整用 */
.section-space section.section-tight {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.bg-primary-soft {
  background: #f7f7f7;
}