@charset "UTF-8";

/* ひらしば */
:root {
  --color-theme       :rgb(225, 243, 163);
  --color-theme-accent: #78921a;
  --color-theme-bg    : #FAFFE7;
  --color-bg-gradient : linear-gradient(
    140deg,
    var(--color-theme) 0%,
    var(--color-theme-accent) 40%
  );
}
