/* GoldCare — Webfonts
 * Two families only:
 *   Inter    — everything (UI, body, headings). Weights 400/500/600/700.
 *   Fraunces — the premium accent, italic, used ONLY for 1–2 emphasized
 *              headline words with the gold-gradient text-clip.
 * Both load from Google Fonts (no local binaries). Inter is the workhorse;
 * Fraunces is scarcity — never body, never a whole headline.
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;1,9..144,400;1,9..144,500&display=swap');
