
:root {
  --c-bg: #F4F0E7;
  --c-bg-sub: #E5E0D2;
  --c-nature: #6B8268;
  --c-brand: #1F3A2D;
  --c-text: #1A1F1A;
  --c-warm: #B8915C;
  --c-on-brand: #F4F0E7;

  --f-serif-en: 'Cormorant Garamond', serif;
  --f-serif-jp: 'Noto Serif JP', serif;
  --f-sans-jp: 'Noto Sans JP', sans-serif;
  --f-sans-en: 'Inter', sans-serif;

  --max-width: 1200px;
  --max-read: 720px;

  --sp-section: 48px;
  --sp-section-pc: 80px;
}
