/* Typography: Inter (body), Poppins (headings/buttons) */

body, button, input, select, textarea {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, 'Noto Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.005em;
  margin-top: 0.6em;
  margin-bottom: 0.3em;
}

h1 { font-size: clamp(28px, 4vw, 40px); }
h2 { font-size: clamp(24px, 3.2vw, 32px); }
h3 { font-size: clamp(20px, 2.6vw, 26px); }
h4 { font-size: clamp(18px, 2.2vw, 22px); }
h5 { font-size: clamp(16px, 2vw, 18px); }
h6 { font-size: 16px; }

.woocommerce-loop-product__title,
.product_title.entry-title {
  font-family: 'Poppins', 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 700;
}

.woocommerce-Price-amount, .price { font-weight: 600; }

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
button, input[type="submit"] {
  font-family: 'Poppins', 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}
