@charset "UTF-8";
:root {
  --theme-bg-color1: #ffffff;
  --theme-txt-color1: #262626;
  --theme-txt-color1-invert: #878b8c;
  --theme-bg-color2: #b477bb;
  --theme-txt-color2: #ffffff;
  --theme-bg-color3: #e8d4ee;
  --theme-txt-color3: #262626;
  --theme-border-color: var(--theme-bg-color3);
}

:root {
  --global-font-family: "Jost", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/*# sourceMappingURL=theme.css.map */