@charset "UTF-8";
:root {
  --font-size-base-px: 16;
  --font-base-family: "Shippori Mincho B1", serif;
  --font-sans-family: "Zen Kaku Gothic Antique", sans-serif;
  --color-text: #655e48;
  --color-paint: #675647;
  --color-border: #d5d5c2;
  --color-white: #fff;
}