/* ================================================
   Tsvetomania — фирменные шрифты
   Основной: Tilda Sans (Paratype, OFL)
   Декоративный: Helvetia Verbundene (OFL) — только для логотипа/акцентов
   Файлы шрифтов: /fonts/
   ================================================ */

@font-face {
  font-family: 'Tilda Sans';
  src: url('/fonts/tilda-sans_light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tilda Sans';
  src: url('/fonts/tilda-sans_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tilda Sans';
  src: url('/fonts/tilda-sans_medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tilda Sans';
  src: url('/fonts/tilda-sans_semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tilda Sans';
  src: url('/fonts/tilda-sans_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Декоративный шрифт — для логотипа «Цветомания» и крупных акцентов.
   Не использовать для UI и body-текста — низкая читаемость в малых размерах. */
@font-face {
  font-family: 'Helvetia Verbundene';
  src: url('/fonts/Helvetia_Verbundene.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
