/* --- OSWALD (Format TTF) --- */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/oswald-regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-bold.ttf') format('truetype');
  font-display: swap;
}

/* --- SYNE (Format TTF) --- */
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/syne-regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/syne-bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/syne-bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/syne-extrabold.ttf') format('truetype');
  font-display: swap;
}

/* --- MANROPE (Vos fichiers woff2 actuels) --- */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/manrope-v20-latin-200.woff2') format('woff2');
  font-display: swap;
}

/* Note : Si tu as d'autres graisses de Manrope entre 200 et 400, elles vont ici */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v20-latin-regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-v20-latin-700.woff2') format('woff2');
  font-display: swap;
}