@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');

/* ── Base ── */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Inter', system-ui, sans-serif;
}

/* ── Space Grotesk: títulos, valores, CTAs ── */
h1, h2, h3, h4, h5,
.font-grotesk {
  font-family: 'Space Grotesk', system-ui, sans-serif;
}

/* Valores monetários */
.price, .valor, [data-price],
.text-price {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
}
