/* Apter self-hosted fonts — woff2 subsets (latin + punctuation) built with fonttools
   from the brand TTFs (PP Writer Thin/Regular, Greed Standard TRIAL Regular/Medium).
   TRIAL cuts acceptable for staging; licence purchase is a cutover gate. */

@font-face {
  font-family: 'PP Writer';
  src: url('ppwriter-thin.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Writer';
  src: url('ppwriter-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greed';
  src: url('greed-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greed';
  src: url('greed-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
