/**
 * Polices locales / système — remplace Google Fonts (audit 7.2).
 * Les noms Titillium Web / Rajdhani sont conservés pour ne pas casser
 * les règles CSS existantes ; le navigateur retombe sur la pile système.
 */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Titillium Web"), local("Segoe UI"), local("Helvetica Neue");
}

@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Rajdhani"), local("Segoe UI"), local("Helvetica Neue");
}

@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Rajdhani Medium"), local("Segoe UI Semibold"), local("Helvetica Neue");
}

@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Rajdhani Bold"), local("Segoe UI Bold"), local("Helvetica Neue");
}

@font-face {
  font-family: "Julius Sans One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Julius Sans One"), local("Segoe UI"), local("Helvetica Neue");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans"), local("Segoe UI"), local("Helvetica Neue");
}
