/* 🎯 HOOST Font System - Consolidated & Optimized
 * Single file containing all font definitions
 * Optimized for performance with font-display: swap
 * Generated: 2025-09-16 - Marketplace Performance Optimization
 */

/* ===== PRIMARY FONTS ===== */

/* Be Vietnam Pro - Body text (400, 500, 600, 700) */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/be-vietnam-pro-QdVPSTAyLFyeg_IDWvOJmVES_Eww.ttf') format('truetype');
}

@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/be-vietnam-pro-QdVMSTAyLFyeg_IDWvOJmVES_HTEJl8y.ttf') format('truetype');
}

@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/be-vietnam-pro-QdVMSTAyLFyeg_IDWvOJmVES_HToIV8y.ttf') format('truetype');
}

@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/be-vietnam-pro-QdVMSTAyLFyeg_IDWvOJmVES_HSMIF8y.ttf') format('truetype');
}

/* Clash Grotesk - Headings (600, 700) */
@font-face {
  font-family: 'Clash Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/clash-grotesk-UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf') format('truetype');
}

@font-face {
  font-family: 'Clash Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/clash-grotesk-UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf') format('truetype');
}

/* ===== FONT STACK OPTIMIZATION ===== */

:root {
  --font-body: 'Be Vietnam Pro', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-heading: 'Clash Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* Performance-optimized base styles */
body {
  font-family: var(--font-body);
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 600;
}

/* Form elements use system fonts for better UX */
button, input, select, textarea {
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
}
