/*
Theme Name: Newspaper Child
Template: Newspaper
*/

/* ✅ Correction CLS sur l’image LCP */
img.entry-thumb {
  display: block;
  aspect-ratio: 485 / 360;
  max-width: 100%;
  height: auto;
}

/* ✅ Polices locales Quicksand */

/* Regular (normal) */
@font-face {
  font-family: 'Quicksand';
  src: url('fonts/QuicksandBook-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular Italic */
@font-face {
  font-family: 'Quicksand';
  src: url('fonts/QuicksandBookOblique-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold (normal) */
@font-face {
  font-family: 'Quicksand';
  src: url('fonts/QuicksandBold-Regular.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: 'Quicksand';
  src: url('fonts/QuicksandBoldOblique-Regular.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
