/* ==========================================================================
   Подключаемые шрифты
   ========================================================================== */

@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: 'Borsok';
  src: url('/static/fonts/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: 'Margot Xtrafette';
  src: url('/static/fonts/Margot Xtrafette.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato Light';
  src: url('/static/fonts/Lato Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zurich WGL4 BT';
  src: url('/static/fonts/Zurich WGL4 BT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


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


@font-face {
  font-family: 'Chicoree';
  src: url('/static/fonts/Chicoree.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'SonyEricssonLogo';
  src: url('/static/fonts/SonyEricssonLogo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Gravity';
  src: url('/static/fonts/Gravity.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: '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: 'Margot Xtrafette', sans-serif; }
/* Рус-Англ ✅ */
.font-lato-light { font-family: 'Lato Light', sans-serif; }
/* Рус-Англ ✅ */
.font-zurich-wgl4-bt     { font-family: 'Zurich WGL4 BT', sans-serif; }
/* Рус-Англ ✅ */
.font-party-sans { font-family: 'Patsy Sans', sans-serif; }
/* Рус-Англ ✅ */
.font-chicoree { font-family: 'Chicoree', sans-serif; }
/* Рус-Англ ✅ */
.font-SonyEricssonLogo { font-family: 'SonyEricssonLogo', sans-serif; }
/* Рус-Англ ✅ */
.font-gravity { font-family: 'Gravity', sans-serif; }
/* ==========================================================================
   Базовый шрифт сайта
   ========================================================================== */

body {
  font-family: 'gravity', Arial, sans-serif;
}