/* Webfonts.
   Palatino: self-hosted via TeX Gyre Pagella (user-supplied Palatino alternative), declared under the family name 'palatino' so the existing token stacks resolve to it everywhere.
   Gentium Plus / Fredoka / Quicksand / Inter: Google-hosted (as in production). */
@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Quicksand:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');
@font-face{font-family:'palatino';src:url('../fonts/texgyrepagella-regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'palatino';src:url('../fonts/texgyrepagella-italic.woff') format('woff');font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:'palatino';src:url('../fonts/texgyrepagella-bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'palatino';src:url('../fonts/texgyrepagella-bolditalic.woff') format('woff');font-weight:700;font-style:italic;font-display:swap}
