/**
 * Outfit Font - Localization (CDN Fallback to Google Fonts)
 * This file is managed locally to keep the vendor structure, 
 * but pulls from Google Fonts to prevent 404s on missing binary files.
 */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap');

/* 
   User: To fully localize, place the following files in this directory:
   - Outfit-Light.woff2
   - Outfit-Regular.woff2
   - Outfit-SemiBold.woff2
   - Outfit-Bold.woff2
   And then replace the @import above with the @font-face rules previously defined.
*/
