/* LifenLearn — Fonts
   SUBSTITUTION NOTE: LifenLearn runs on a WordPress theme whose exact webfonts
   are not distributable. These Google Fonts are chosen to match the calm,
   editorial, mindfulness feel:
     - Newsreader  → editorial serif for display / headings & article titles
     - Nunito Sans → soft humanist sans for UI + body (friendly, calm)
     - JetBrains Mono → mono for code/meta labels
   If you have the real theme fonts, drop the files in assets/fonts/ and
   replace this @import with @font-face rules pointing at them. */
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;0,6..72,700;1,6..72,400;1,6..72,500&family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;1,6..12,400&family=JetBrains+Mono:wght@400;500&display=swap');
