/* ==========================================================================
   FONT-FACE DECLARATIONS
   Vintage Newspaper Site — In-Depth News Child Theme

   Placeholder font-family names below (e.g. "Vintage Headline") — rename
   these to match the actual fonts you and Jill choose, then update the
   font-family value everywhere it's used in your layout CSS.

   Each font family lives in its own subfolder under /fonts/
   ========================================================================== */
   
/* -------------------- Old Newspaper Types -------------------- */
@font-face {
  font-family: 'OldNewspaperTypes';
  src: url('fonts/old-newspaper-types/OldNewspaperTypes.woff2') format('woff2'),
       url('fonts/old-newspaper-types/OldNewspaperTypes.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ------------ Vintage Headline (display/masthead font) ---------- */
@font-face {
  font-family: 'Vintage Headline';
  src: url('fonts/vintage-headline/vintage-headline.woff2') format('woff2'),
       url('fonts/vintage-headline/vintage-headline.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ---------------- Body Serif (article body text) ---------------- */
@font-face {
  font-family: 'Body Serif';
  src: url('fonts/body-serif/body-serif-regular.woff2') format('woff2'),
       url('fonts/body-serif/body-serif-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Body Serif';
  src: url('fonts/body-serif/body-serif-bold.woff2') format('woff2'),
       url('fonts/body-serif/body-serif-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Body Serif';
  src: url('fonts/body-serif/body-serif-italic.woff2') format('woff2'),
       url('fonts/body-serif/body-serif-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* -------------------- Byline Script (bylines, pull quotes) -------------------- */
@font-face {
  font-family: 'Byline Script';
  src: url('fonts/byline-script/byline-script.woff2') format('woff2'),
       url('fonts/byline-script/byline-script.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* -------------------- Add additional font families below -------------------- */
/*
@font-face {
  font-family: 'Your Next Font Name';
  src: url('fonts/your-next-font/your-next-font.woff2') format('woff2'),
       url('fonts/your-next-font/your-next-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*/
