:root{
  --lpl-font-base:"Kosugi Maru","Noto Sans JP",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --lpl-font-round:"Zen Maru Gothic","Kosugi Maru","Noto Sans JP",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
}

/* Site-wide base font */
body{
  font-family:var(--lpl-font-base);
}

/* LPL components (cards/forms) */
.lpl{
  font-family:var(--lpl-font-round);
}
