/* Soja Foods — shared design tokens */
:root {
  /* Refined Warm 色系 (v2) */
  --yuba-gold: #C8923C;   /* deeper, closer to real dried yuba */
  --yuba-deep: #9C6F24;
  --yuba-light: #E0B96A;

  --forest: #122b1f;
  --forest-dark: #122b1f;

  --cream: #FAF5EA;       /* warm ivory */
  --cream-soft: #FDFAF1;  /* lightest */
  --rice: #E8DCC0;        /* mid-warm for surfaces */

  --ink: #1A1A1A;
  --clay: #B54A2A;        /* soy-sauce red-brown */
  --jade: #4A6E5D;
}
