/*
  ─────────────────────────────────────────────────────
  TILDA FONT OVERRIDE — вставить в Настройки проекта → CSS
  Меняет Unbounded → Syne (заголовки) + Outfit (текст)
  ─────────────────────────────────────────────────────
*/

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

/* Body / paragraph text */
body,
.t-text,
.t-descr,
.t-name,
.t-uptitle,
.t-card__descr,
.t-btn,
input,
textarea,
select {
  font-family: 'Outfit', sans-serif !important;
  letter-spacing: 0 !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.t-title,
.t-heading,
.t-card__title {
  font-family: 'Syne', sans-serif !important;
  letter-spacing: -0.02em !important;
}
