/**
 * Self-hosted Nunito Variable Fonts - WOFF2 Optimized
 * 
 * These @font-face declarations load the Nunito variable fonts
 * from the local fonts/ directory with WOFF2 as the primary format
 * (30-50% smaller than TTF) and TTF as a fallback for older browsers.
 * 
 * Variable fonts allow all weights (100-900) to be rendered from a single file.
 * 
 */

/* Nunito Variable - Normal (Upright) */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 100 900; /* Variable font supports all weights */
  font-display: swap; /* Ensures text remains visible during font load */
  src: url('../fonts/Nunito-VariableFont_wght.woff2') format('woff2'),
       url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
}