@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=PT+Serif&family=Shippori+Mincho:wght@600&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');

:root {
  --color-bg: #ffffff;
  --color-text: #000000;
  --color-pricing-bg: #d9d9d9;
  --content-max: 1440px;
  --font-serif: "PT Serif", serif;
  --font-zen-kaku: "Zen Kaku Gothic New", sans-serif;
  --font-shippori: "Shippori Mincho", serif;
  --font-noto: "Noto Sans JP", sans-serif;
}
