/* ============================================
   FONTS - Подключение шрифтов проекта
   ============================================ */

/* Random Grotesque Standard */
@font-face {
  font-family: 'Random Grotesque Standard';
  src: url('../fonts/RG-StandardBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-feature-settings: "kern" 1, "liga" 1;
  font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Random Grotesque Standard';
  src: url('../fonts/RG-StandardMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-feature-settings: "kern" 1, "liga" 1;
  font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Random Grotesque Standard';
  src: url('../fonts/RG-StandardSemibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-feature-settings: "kern" 1, "liga" 1;
  font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Random Grotesque Standard';
  src: url('../fonts/RG-StandardBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-feature-settings: "kern" 1, "liga" 1;
  font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Random Grotesque Slim */
@font-face {
  font-family: 'Random Grotesque Slim';
  src: url('../fonts/RG-SlimBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-feature-settings: "kern" 1, "liga" 1;
  font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Nyght Serif */
@font-face {
  font-family: 'Nyght Serif';
  src: url('../fonts/NyghtSerif-Medium.woff2') format('woff2'),
       url('../fonts/NyghtSerif-Medium.woff') format('woff'),
       url('../fonts/NyghtSerif-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-feature-settings: "kern" 1, "liga" 1;
  font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url('../fonts/NyghtSerif-MediumItalic.woff2') format('woff2'),
       url('../fonts/NyghtSerif-MediumItalic.woff') format('woff'),
       url('../fonts/NyghtSerif-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  font-feature-settings: "kern" 1, "liga" 1;
  font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* SF Pro Display (используем системный шрифт как fallback) */
@font-face {
  font-family: 'SF Pro Display';
  src: local('SF Pro Display'), local('-apple-system');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

