/*
 * TPC City – fonts.css
 * Fallback font stack + async Google Fonts loader
 */

:root {
  /* Fallback stack – Trebuchet MS je dobra pisava za headline, Segoe UI za body */
  /* Ko se Google Fonts naloži, se samodejno zamenja (font-display: swap) */
  --font-head: 'Outfit', 'Trebuchet MS', ui-sans-serif, system-ui, sans-serif;
  --font-body: 'Inter', 'Segoe UI', ui-sans-serif, system-ui, sans-serif;
}
