@import url('https://fonts.googleapis.com/css2?family=Marmelad&family=Nunito:wght@400;500;600;700;800;900&display=swap');

/* Rounded, friendly Russian-first typography for Meowso. */
body, button, input, select, textarea {
  font-family: "Nunito", "Segoe UI", Arial, sans-serif !important;
}

.hero h1,
.section h2,
.page-hero h1,
.detail h1 {
  font-family: "Marmelad", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif !important;
  letter-spacing: -0.015em;
}

.pet-card h3,
.product-card h3,
.prose h2,
.detail-story h2,
.reviews-head h2,
.review-submit h2 {
  font-family: "Nunito", "Segoe UI", Arial, sans-serif !important;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.eyebrow, .tag, .sale-badge, .topline {
  font-family: "Nunito", "Segoe UI", Arial, sans-serif !important;
}

/* Reserve a consistent row for colour previews before the product tag. */
.card-swatches {
  min-height: 38px;
  margin: 18px 0 18px !important;
  padding: 3px 0;
}

.card-swatches + .tag {
  display: table;
  clear: both;
}
