/**
 * Nunito Sans Font Family - Google Fonts
 * vite-plugin-webfont-dl automatically downloads, converts to WOFF2, and optimizes these fonts
 * 
 * Benefits:
 * - Automatic conversion to WOFF2 (smallest size)
 * - Unicode subsetting support
 * - Self-hosted (no external requests)
 * - Optimized for performance
 */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200..1000&display=swap');
