/** Shopify CDN: Minification failed

Line 22:0 All "@import" rules must come first

**/
/* ============================================================
   LEVIA — Fonts v3
   · Inter (self-hosted variable, pesos 300-900) — UI/body
   · Fraunces (Google Fonts, pesos 400/600 latin) — display editorial
   font-display: swap → texto visible inmediato con fallback
   ============================================================ */

@font-face {
  font-family: 'Inter';
  src: url('inter-variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

/* Fraunces via Google Fonts — preconnect se hace en layout/theme.liquid */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&display=swap');
