/* Punjabi (Gurmukhi) — self-hosted Noto Sans Gurmukhi.
   Loaded only by the /pa/ pages. It fronts every family the site uses, so
   Latin text (product names, IDS, CoStop) still falls through to the site
   fonts and only Gurmukhi glyphs come from this file. */
@font-face{
  font-family:"Noto Sans Gurmukhi";
  src:url("/assets/fonts/noto-sans-gurmukhi.woff2") format("woff2");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
  unicode-range:U+0A00-0A7F,U+200C-200D,U+25CC;
}
:root{
  --f-ui:"Noto Sans Gurmukhi","Schibsted Grotesk",system-ui,sans-serif;
  --f-body:"Noto Sans Gurmukhi","Hanken Grotesk",system-ui,sans-serif;
  --f-head:"Noto Sans Gurmukhi","Open Sans",system-ui,sans-serif;
}
html[lang="pa"] body{line-height:1.75}
html[lang="pa"] h1,html[lang="pa"] h2,html[lang="pa"] h3{line-height:1.35;letter-spacing:0}
