/* Hallmark · tokens · theme: custom 知育 (cream/amber/green, Montessori-warm)
 * paper-band: light · display-style: rounded-sans · accent-hue: warm-amber */
:root{
  --color-paper:#F4ECDB;
  --color-paper-2:#FFFDF7;
  --color-ink:#3B342A;
  --color-ink-soft:#867C6B;
  --color-amber:#EDA02E;
  --color-amber-deep:#D9821A;
  --color-amber-wash:#FBE9CC;
  --color-green:#5EA95A;
  --color-green-deep:#3F7C3C;
  --color-green-wash:#E1EED9;
  --color-red:#E4634B;
  --color-blue:#4E9BCB;
  --color-blue-wash:#DCEBF5;
  --color-line:#E6DAC1;
  --color-focus:#4E9BCB;
  --font-body:'M PLUS Rounded 1c','Hiragino Maru Gothic ProN','Yu Gothic UI',sans-serif;
  --space-xs:6px; --space-sm:12px; --space-md:20px; --space-lg:32px; --space-xl:56px; --space-2xl:88px;
  --text-sm:0.85rem; --text-base:1rem; --text-md:1.15rem; --text-lg:1.45rem;
  --text-xl:clamp(1.7rem,4.5vw,2.3rem); --text-display:clamp(2.3rem,7vw,4rem);
  --radius-md:16px; --radius-lg:28px; --radius-pill:100px;
  --ease-out:cubic-bezier(.22,.61,.36,1);
  --dur-fast:150ms;
}
