/* ==========================================================================
   Подключаемые шрифты
   ========================================================================== */

@font-face {
  font-family: 'XPLOR_Bold-Regular';
  src: url('/static/fonts/XPLOR_Bold-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TF2CSecondary';
  src: url('/static/fonts/TF2CSecondary.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ofont.ru_Borsok';
  src: url('/static/fonts/ofont.ru_Borsok.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Renju';
  src: url('/static/fonts/Renju.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poiret One';
  src: url('/static/fonts/PoiretOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ruda-VariableFont';
  src: url('/static/fonts/Ruda-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ofont.ru_Margot Xtrafette';
  src: url('/static/fonts/ofont.ru_Margot Xtrafette.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ofont.ru_Lato Light';
  src: url('/static/fonts/ofont.ru_Lato Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* ==========================================================================
   Утилитарные классы шрифтов
   ========================================================================== */

/* Рус-Англ ✅ */
.font-xplor      { font-family: 'XPLOR_Bold-Regular', sans-serif; }
/* Рус-Англ ✅ */
.font-tf2c       { font-family: 'TF2CSecondary', sans-serif; }
/* Рус-Англ ✅ */
.font-borsok     { font-family: 'ofont.ru_Borsok', sans-serif; }
/* Рус-Англ ✅ */
.font-renju      { font-family: 'Renju', sans-serif; }
/* Рус-Англ ✅ */
.font-poiret-one { font-family: 'Poiret One', sans-serif; }
/* Рус-Англ ✅ */
.font-ruda       { font-family: 'Ruda-VariableFont', sans-serif; }
/* Рус-Англ ✅ */
.font-margot     { font-family: 'ofont.ru_Margot Xtrafette', sans-serif; }
/* Рус-Англ ✅ */
.font-lato-light { font-family: 'ofont.ru_Lato Light', sans-serif; }

