:root {
  --main-bg-color: rgb(224, 222, 211);
  --main-font-color: rgb(58, 58, 58);
  --shop-menu-color1: rgba(221, 129, 100);
  --shop-menu-color2: rgba(221, 183, 100);
  --shop-menu-color3: rgba(107, 165, 69);
  --main-font-family: "Marcellus", "Noto Sans JP", sans-serif;
  --japanese-font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  --footer-bg-color: rgb(128, 187, 169);
}