@charset "utf-8";
:root{
  --base-color:#FFD954;
  --accent:#644C9D;
  --base-color-pale:#FFF6D4;
  --text-on-base:#333333;
  --text-on-pale:#333333;
  --text-on-white:#333333;
}
/* cnのみ#game-tagの枠線を文字色に合わせる */
#game-tag{border:1px solid var(--text-on-base);}
