/**
 * DIN Pro Font Family - Web Font Definitions
 * Converted from OTF to WOFF2 for optimal web performance
 *
 * Available weights:
 * - Light (300)
 * - Regular (400)
 * - Medium (500)
 * - Bold (700)
 * - Black (900)
 *
 * Available variants:
 * - Normal width
 * - Condensed width
 * - Italic styles
 */

/* DIN Pro Light */
@font-face {
  font-family: 'DIN Pro';
  src: url('/fonts/din-pro/DIN-Pro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* DIN Pro Regular */
@font-face {
  font-family: 'DIN Pro';
  src: url('/fonts/din-pro/DIN-Pro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('/fonts/din-pro/DIN-Pro-Regular-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* DIN Pro Medium */
@font-face {
  font-family: 'DIN Pro';
  src: url('/fonts/din-pro/DIN-Pro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('/fonts/din-pro/DIN-Pro-Medium-Italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* DIN Pro Bold */
@font-face {
  font-family: 'DIN Pro';
  src: url('/fonts/din-pro/DIN-Pro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('/fonts/din-pro/DIN-Pro-Bold-Italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* DIN Pro Black */
@font-face {
  font-family: 'DIN Pro';
  src: url('/fonts/din-pro/DIN-Pro-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('/fonts/din-pro/DIN-Pro-Black-Italic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ========== DIN Pro Condensed ========== */

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

@font-face {
  font-family: 'DIN Pro Condensed';
  src: url('/fonts/din-pro/DIN-Pro-Condensed-Light-Italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'DIN Pro Condensed';
  src: url('/fonts/din-pro/DIN-Pro-Condensed-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'DIN Pro Condensed';
  src: url('/fonts/din-pro/DIN-Pro-Condensed-Medium-Italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'DIN Pro Condensed';
  src: url('/fonts/din-pro/DIN-Pro-Condensed-Bold-Italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* DIN Pro Condensed Black */
@font-face {
  font-family: 'DIN Pro Condensed';
  src: url('/fonts/din-pro/DIN-Pro-Condensed-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Pro Condensed';
  src: url('/fonts/din-pro/DIN-Pro-Condensed-Black-Italic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
