/* ==========================================================================
   Abeille Gallery — фирменные шрифты, подключаются на всём сайте
   и внутри редактора Elementor.
   Файлы лежат рядом, в assets/fonts/ — пути относительные.
   ========================================================================== */

@font-face {
  font-family: 'SangBleu Sunrise';
  src: url('fonts/sangbleusunrise-regular.woff2') format('woff2'),
       url('fonts/sangbleusunrise-regular.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Италик-файла нет — браузер синтезирует наклон.
   Появится sangbleusunrise-italic.woff2 — добавить сюда блок с font-style: italic. */

@font-face {
  font-family: 'TT Norms Std Trl Cnd';
  src: url('fonts/TT_Norms_Std_Trial_Condensed_Thin.otf') format('opentype');
  font-weight: 100 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Std Trl Cnd';
  src: url('fonts/TT_Norms_Std_Trial_Condensed_Regular.otf') format('opentype');
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Std Trl Cnd';
  src: url('fonts/TT_Norms_Std_Trial_Condensed_Medium.otf') format('opentype');
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}
