/*
 * PP Editorial New — Upright Family v2.2
 * Licensed from Pangram Pangram Foundry. Internal Pith. use.
 *
 * Production type for pithstrategies.com.
 * Swaps in for Instrument Serif (the prototype substitute).
 *
 * Eight upright weights. No italics in this family —
 * italic-styled CSS resolves to upright until the Italic family is licensed.
 */

/* Ultralight — 200 */
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Ultralight.woff2') format('woff2'),
       url('fonts/PPEditorialNew-Ultralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Thin — 250 */
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Thin.woff2') format('woff2'),
       url('fonts/PPEditorialNew-Thin.woff') format('woff');
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}

/* Light — 300 */
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Light.woff2') format('woff2'),
       url('fonts/PPEditorialNew-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular — 400 (the default body weight) */
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Regular.woff2') format('woff2'),
       url('fonts/PPEditorialNew-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium — 500 */
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Medium.woff2') format('woff2'),
       url('fonts/PPEditorialNew-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold — 700 */
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Bold.woff2') format('woff2'),
       url('fonts/PPEditorialNew-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Heavy — 800 */
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Heavy.woff2') format('woff2'),
       url('fonts/PPEditorialNew-Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Ultrabold — 900 */
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Ultrabold.woff2') format('woff2'),
       url('fonts/PPEditorialNew-Ultrabold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Light Italic — the only italic in the family. By design.
   Registered across the full weight range so every font-style: italic call
   resolves to this single editorial-cut italic regardless of upright weight context. */
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-LightItalic.woff2') format('woff2'),
       url('fonts/PPEditorialNew-LightItalic.woff') format('woff');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

/* Variable font — registered separately for high-precision weight animations.
   Available when a designer wants fluid weight transitions in interactive moments. */
@font-face {
  font-family: 'PP Editorial New Variable';
  src: url('fonts/PPEditorialNew-Variable.woff2') format('woff2-variations'),
       url('fonts/PPEditorialNew-Variable.woff2') format('woff2'),
       url('fonts/PPEditorialNew-Variable.woff') format('woff-variations');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
