/* Локальные шрифты Inter Tight (WOFF2 + WOFF для лучшей совместимости с Safari) */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/themes/slid/fonts/InterTight-Regular.woff2') format('woff2'),
       url('/wp-content/themes/slid/fonts/InterTight-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/wp-content/themes/slid/fonts/InterTight-Medium.woff2') format('woff2'),
       url('/wp-content/themes/slid/fonts/InterTight-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/wp-content/themes/slid/fonts/InterTight-SemiBold.woff2') format('woff2'),
       url('/wp-content/themes/slid/fonts/InterTight-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/themes/slid/fonts/InterTight-Bold.woff2') format('woff2'),
       url('/wp-content/themes/slid/fonts/InterTight-Bold.woff') format('woff');
}