/**
 * Local Web Fonts
 * Self-hosted Google Fonts for performance (eliminates external DNS lookup)
 */

/* Outfit - Light (300) */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/google/outfit-v15-latin_latin-ext-300.woff2') format('woff2');
}

/* Outfit - Regular (400) */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google/outfit-v15-latin_latin-ext-regular.woff2') format('woff2');
}

/* Outfit - SemiBold (600) */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/google/outfit-v15-latin_latin-ext-600.woff2') format('woff2');
}

/* Playwrite US Trad - Regular (400) */
@font-face {
  font-family: 'Playwrite US Trad';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google/playwrite-us-trad-v11-latin-regular.woff2') format('woff2');
}
