@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;1,6..12,400&display=swap');

:root {
  --font-sans: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
  --font-display: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
  --default-font-family: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
}

html, body,
body.theme-smartfon-store,
.theme-smartfon-store,
.theme-smartfon-store * {
  font-family: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Soft marketplace headings — same family, slightly heavier */
.gs-hero__brand,
.gs-hero__headline,
.gs-lineup__title,
.gs-product-grid__title,
.gs-seo-text__title,
.gs-faq__title,
.gs-reviews__title,
.gs-consult__title,
.gs-delivery-promo__title,
.theme-smartfon-store h1,
.theme-smartfon-store h2,
.theme-smartfon-store h3 {
  font-family: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
  font-weight: 700;
  letter-spacing: -0.015em;
  font-synthesis: none;
}

.gs-header__menu-link,
.gs-header__phone {
  font-weight: 600;
  letter-spacing: 0;
}

.gs-hero__subhead,
.gs-consult__text,
.gs-delivery-promo__text,
.gs-benefit-card__text {
  font-weight: 500;
  letter-spacing: 0.005em;
}
