/* Empanadas World - tipografia
   Fraunces (display) + DM Sans (texto/UI). Ambas con licencia SIL Open Font License 1.1.
   Copiá la carpeta tipografia/ junto a este archivo y ajustá las rutas si hace falta. */

@font-face {
  font-family: 'Fraunces';
  src: url('Fraunces-Display-700.woff2') format('woff2'),
       url('Fraunces-Display-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('Fraunces-Display-900.woff2') format('woff2'),
       url('Fraunces-Display-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('DMSans-400.woff2') format('woff2'),
       url('DMSans-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('DMSans-500.woff2') format('woff2'),
       url('DMSans-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('DMSans-700.woff2') format('woff2'),
       url('DMSans-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --- escala --- */
h1, .ew-h1 {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-variation-settings: 'SOFT' 40, 'WONK' 1, 'opsz' 144;
}
h2, .ew-h2 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  font-variation-settings: 'SOFT' 40, 'WONK' 1, 'opsz' 144;
}
h3, .ew-h3 { font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 1.75rem; line-height: 1.2; }
h4, .ew-h4 { font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 1.25rem; line-height: 1.3; }
h5, .ew-h5 {
  font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 1rem;
  text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.3;
}
body, .ew-body {
  font-family: 'DM Sans', sans-serif; font-weight: 400; font-size: 1.0625rem; line-height: 1.6;
}
.ew-small { font-size: 0.875rem; line-height: 1.5; }
.ew-price { font-family: 'DM Sans', sans-serif; font-weight: 700; font-variant-numeric: tabular-nums; }
