/* --- theme-junior-high.css --- */
/* このファイルを読み込むと、中学生向けのデザインに変わります */
:root {
  --primary-color: #1976d2;
  --primary-dark: #0d47a1;
  --background-light: #e3f2fd;
}