/* ------------------------------------------------------------------------- *
 *  Ajouts Ced
/* ------------------------------------------------------------------------- */
/* Lato Regular (400 normal) */
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Neuton Bold (700) */
@font-face {
  font-family: "Neuton";
  src: url("../fonts/neuton/neuton-v23-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Tes règles */
div {
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
h1, h2, h3, h4 {
  font-family: "Neuton", Georgia, "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
}
