@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap");

/* Variante C : police fine, légèrement agrandie, sans ombrage. */
.mission strong,
.mission small,
.cal-event > strong,
.cal-event > span {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  text-shadow: none;
}

/* Vue planning par personne : +1 px, hauteur des événements inchangée. */
.mission strong {
  font-size: 11px;
}

.mission.timed small {
  font-size: 8px;
  font-weight: 400;
}

/* Vue calendrier mensuelle : +1 px, hauteur des événements inchangée. */
.cal-event > strong {
  font-size: 10px;
}

.cal-event > span {
  font-size: 7.5px;
  font-weight: 400;
}

/* Neutralise les règles plus spécifiques des événements sur la journée. */
.mission.all-day strong,
.cal-event.all-day > strong {
  font-weight: 400;
  text-shadow: none;
}
