/*New-fonts*/

@font-face {
  font-family: 'IndustryW00';
  src: url('../custom-fonts/IndustryW00-Bold.woff2') format('woff2'), 
      url('../custom-fonts/IndustryW00-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../custom-fonts/Rajdhani-Bold.woff2') format('woff2'), 
      url('../custom-fonts/Rajdhani-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../custom-fonts/Rajdhani-Light.woff2') format('woff2'), 
      url('../custom-fonts/Rajdhani-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../custom-fonts/Rajdhani-Medium.woff2') format('woff2'), 
      url('../custom-fonts/Rajdhani-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../custom-fonts/Rajdhani-Regular.woff2') format('woff2'), 
      url('../custom-fonts/Rajdhani-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../custom-fonts/Rajdhani-SemiBold.woff2') format('woff2'), 
      url('../custom-fonts/Rajdhani-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Impact';
  src: url('../custom-fonts/Impact.woff2') format('woff2'), 
      url('../custom-fonts/Impact.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*New-fonts*/

@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../fonts/HelveticaNeueLTPro-Roman.woff2') format('woff2'), 
    url('../fonts/HelveticaNeueLTPro-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../fonts/HelveticaNeueLTPro-BdCn.woff2') format('woff2'), 
    url('../fonts/HelveticaNeueLTPro-BdCn.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'), 
    url('../fonts/HelveticaNeueLTPro-Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'), 
    url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}