/* SYNTH — Thai brand faces, CI p.10.
   Licensed for web use - Drive confirmed with the designer 2026-08-17
   (owner-stated). See brand-fonts/LICENCE-NOTE.txt.

   Headline & sub-headline : MN KHUNYING
   Body text               : HIMMAPARNT   (tracking 18pt = .018em)

   Kept as the original unmodified .ttf on purpose: Himmaparnt's licence allows
   it to be passed on unchanged, so no woff2 conversion and no subsetting.

   MN KHUNYING ships in one weight only. font-synthesis-weight:none stops the
   browser smearing a fake bold over it - Chef Boss sets his own menu in
   MN KHUNYING Regular throughout, headings included. */

@font-face{
  font-family:"MN KHUNYING";
  src:url("brand-fonts/MN-KHUNYING.ttf") format("truetype");
  font-weight:400 900; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Himmaparnt";
  src:url("brand-fonts/Himmaparnt-Regular.ttf") format("truetype");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Himmaparnt";
  src:url("brand-fonts/Himmaparnt-Bold.ttf") format("truetype");
  font-weight:700; font-style:normal; font-display:swap;
}

/* no faked bold on the single-weight Thai face */
.pHead .t,.sec,.itN,.cover .cSub,.cover .cCity,.blockHead .bt,.footL.th{
  font-synthesis-weight:none;
}
/* CI p.10: Himmaparnt is always tracked at 18pt */
.cover .cTag.th,.cover .cFoot{letter-spacing:.018em}
