/* === Unbounded: только нужные сабсеты + один файл на веса 300–700 === */

/* Кириллица (RU) — variable 300..700 */
@font-face{
  font-family:'Unbounded';
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
  src:url('https://fonts.gstatic.com/s/unbounded/v11/Yq6W-LOTXCb04q32xlpwv8ZfvRIkSYZH.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; /* кириллица */
}

/* Латиница — variable 300..700 (на случай латинских символов/URL) */
@font-face{
  font-family:'Unbounded';
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
  src:url('https://fonts.gstatic.com/s/unbounded/v11/Yq6W-LOTXCb04q32xlpwu8ZfvRIkSQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}

/* База: применяем Unbounded везде */
html, body{
  font-family:'Unbounded', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif !important;
  font-weight:300; /* по сайту используем Light по умолчанию */
}

/* Заголовки — жирные */
h1, h2, h3,
.t-title, .t-heading, .t-name, .t-section__title,
.t-card__title, .t1073__title,
.t-btn, .t-btntext,
.t-price, .t1073__price{
  font-weight:700 !important;
}

/* Обычные тексты/описания — light */
p, .t-text, .t-descr, .t-uptitle,
.t-card__descr, .t538__text, .t1073__descr{
  font-weight:300 !important;
}

/* если где-то нужно плотнее лиды — раскомментируй */
// .t-uptitle{ font-weight:500 !important; }
html{font-synthesis-weight:none;}
