/* PawsLetter — Fonts
   Playfair Display (high-contrast serif): all display sizes + the italic "letter voice".
   Noto Sans TC (humanist sans, light): all body, UI, buttons, captions.

   SUBSTITUTION NOTE: No font binaries were provided with the brand brief.
   Both families are loaded from Google Fonts (their canonical source).
   If self-hosted binaries are required, drop the woff2 files into assets/fonts/
   and replace these @import lines with @font-face rules. */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');
