/**
 * fonts.css
 * Centralizes all webfont declarations used by the home page.
 * The actual font files are served from Google Fonts; preconnect
 * links live in index.html.
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Inter+Tight:wght@500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');
