#root {
  border-inline: none !important;
  border: none !important;
}

:root {
  --font-base: "Noto Sans JP", sans-serif;

  /* ===== アニメーション速度 ===== */
  --numbers-animation-duration: 2400; /* 数値のカウントアップ速度(ms) */
}
