@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
  /* Rounded, simple; same face for Latin + Cyrillic (Tilda Sans–like) */
  --gs-font: "Nunito", "Nunito Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --color-gs-blue: #ff6900;
  --color-gs-blue-light: #ff8533;
  --color-gs-blue-soft: #fff1e8;
  --color-gs-accent: #ff6900;
  --color-gs-surface: #f7f7f8;
  --color-gs-ink: #1a1a1a;
  --color-gs-black: #111111;
  --color-gs-gray-dark: #4b5563;
  --shadow-soft: 0 10px 32px rgba(255, 105, 0, 0.12);
  --shadow-card: 0 2px 12px rgba(17, 17, 17, 0.06);
  --radius-lg: 1.5rem;
}

html,
body,
button,
input,
select,
textarea,
.gs-hero__headline,
.gs-hero__subhead,
.gs-lineup__title,
.gs-lineup__name,
.gs-product-grid__title,
.gs-page-bar__title,
.gs-consult__title,
.gs-footer,
.gs-header,
h1, h2, h3, h4, h5, h6,
p, a, span, li, label,
.cta {
  font-family: var(--gs-font) !important;
}
