@import url("fonts/mochiy-pop-one.local.css");
@import url("fonts/fredoka.local.css");

:root {
  --night: #24101c;
  --plum: #3a1830;
  --wine: #8e2a4f;
  --pink: #f4c3d6;
  --neon: #ff4d8d;
  --cream: #ffe9b8;
  --ink: #2b1a22;
  --mist: #d9b8c8;
  --rec: #a91419;
  --white: #fff8fa;
  --display: "Mochiy Pop One", "Hiragino Maru Gothic ProN", sans-serif;
  --num: "Fredoka", "Mochiy Pop One", sans-serif;
  --body: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

/* 読み上げ専用テキスト（色だけで意味を伝えないための補助） */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
