/* Локальные шрифты DIN Pro Condensed */

@font-face {
  font-family: 'DIN Pro Condensed';
  src: url('../fonts/DINPro-CondensedLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro Condensed';
  src: url('../fonts/DINPro-CondensedRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro Condensed';
  src: url('../fonts/DINPro-CondensedMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro Condensed';
  src: url('../fonts/DINPro-CondensedBlack.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} 