/*
 * fhr-child webfonts
 *
 * Task 1 adaptation: no woff2 binaries are checked into this repo, so we load
 * Cormorant Garamond + Inter from Google Fonts instead of bundling files.
 * This is the plan's documented fallback ("or a fonts.css with the Google
 * link if bundling is skipped"). Georgia/system fallbacks are baked into the
 * --serif/--sans custom properties in style.css, so headings/body render
 * correctly even if this stylesheet fails to load or is blocked.
 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');
