/**
 * Udoca - Styles de base (remplace eleves.css pour login/index)
 */
:root {
  --theme-foncee: #6b6e77;
  --theme-sombre: #4b4b4b;
  --theme-claire: #21874a;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
