/* /assets/css/fonts.css */
 
/* Outfit — heading font, loaded from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800;900&display=swap');
 
/* Quicksand — body font, loaded locally */
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Variable.woff2') format('woff2-variations');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
 
/* Teko kept as fallback — not actively used in the new design */
@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-Variable.woff2') format('woff2-variations');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}