/* Neurlect — Paperlogy Display Font
 * Source: Paperlogy v1 (2024-08), https://cactus.tistory.com/ — SIL OFL 1.1
 * Subset: Hangul Syllables (U+AC00-D7A3, 11172 glyphs) + Basic/Latin-1 + Common punctuation
 * Weights: 700 / 800 / 900 only — display headlines only, never body text
 * Total size: ~404KB (woff2)
 */

@font-face {
  font-family: 'Paperlogy';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('./Paperlogy-7Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Paperlogy';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('./Paperlogy-8ExtraBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Paperlogy';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('./Paperlogy-9Black.woff2') format('woff2');
}
