/* ============================================
   PT Root UI (отдельные файлы)
   ============================================ */
@font-face {
  font-family: 'PT Root UI';
  src: url('../../fonts2/PT-Root-UI_Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../../fonts2/PT-Root-UI_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../../fonts2/PT-Root-UI_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('../../fonts2/PT-Root-UI_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Вариативная версия (если нужна поддержка всех весов в одном файле) */
@font-face {
  font-family: 'PT Root UI VF';
  src: url('../../fonts2/PT-Root-UI_VF.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   Involve (основные начертания)
   ============================================ */
@font-face {
  font-family: 'Involve';
  src: url('../../fonts2/Involve-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Involve';
  src: url('../../fonts2/Involve-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Involve';
  src: url('../../fonts2/Involve-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Involve';
  src: url('../../fonts2/Involve-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Наклонные (italic/oblique) */
@font-face {
  font-family: 'Involve';
  src: url('../../fonts2/Involve-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Involve';
  src: url('../../fonts2/Involve-MediumOblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Involve';
  src: url('../../fonts2/Involve-SemiBoldOblique.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Involve';
  src: url('../../fonts2/Involve-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}