/* =============================================================
   BERLINGSKE SERIF — Self-hosted @font-face declarations
   
   Source: Playtype (playtype.com)
   Designer: Jonas Hecksher
   License: Commercial — two weights licensed
   
   Licensed weights:
     400 Regular
     800 ExtraBold

   Usage notes:
     - Regular (400) is the editorial body weight for pull quotes
       and long-form prose
     - ExtraBold (800) serves as the heavy/display weight,
       replacing the --weight-heavy alias for serif contexts
     - The browser will synthesize italic from Regular when
       font-style: italic is applied — acceptable for pull quotes
   ============================================================= */

@font-face {
  font-family: "Berlingske Serif";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/BerlingskeSerif-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Berlingske Serif";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/BerlingskeSerif-ExtraBold.woff2") format("woff2");
}
