/* Define the font-face for TTNormsProBlack */
@font-face {
    font-family: 'TTNormsProBlack';
    src: url('../fonts/TTNormsProBlack.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProBlackItalic */
  @font-face {
    font-family: 'TTNormsProBlackItalic';
    src: url('../fonts/TTNormsProBlackItalic.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProBold */
  @font-face {
    font-family: 'TTNormsProBold';
    src: url('../fonts/TTNormsProBold.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProBoldItalic */
  @font-face {
    font-family: 'TTNormsProBoldItalic';
    src: url('../fonts/TTNormsProBoldItalic.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProExtraBlack */
  @font-face {
    font-family: 'TTNormsProExtraBlack';
    src: url('../fonts/TTNormsProExtraBlack.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProExtraBlackItalic */
  @font-face {
    font-family: 'TTNormsProExtraBlackItalic';
    src: url('../fonts/TTNormsProExtraBlackItalic.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProExtraBold */
  @font-face {
    font-family: 'TTNormsProExtraBold';
    src: url('../fonts/TTNormsProExtraBold.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProExtraBoldItalic */
  @font-face {
    font-family: 'TTNormsProExtraBoldItalic';
    src: url('../fonts/TTNormsProExtraBoldItalic.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProExtraLight */
  @font-face {
    font-family: 'TTNormsProExtraLight';
    src: url('../fonts/TTNormsProExtraLight.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProExtraLightItalic */
  @font-face {
    font-family: 'TTNormsProExtraLightItalic';
    src: url('../fonts/TTNormsProExtraLightItalic.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProItalic */
  @font-face {
    font-family: 'TTNormsProItalic';
    src: url('../fonts/TTNormsProItalic.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProLight */
  @font-face {
    font-family: 'TTNormsProLight';
    src: url('../fonts/TTNormsProLight.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProLightItalic */
  @font-face {
    font-family: 'TTNormsProLightItalic';
    src: url('../fonts/TTNormsProLightItalic.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProMedium */
  @font-face {
    font-family: 'TTNormsProMedium';
    src: url('../fonts/TTNormsProMedium.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProMediumItalic */
  @font-face {
    font-family: 'TTNormsProMediumItalic';
    src: url('../fonts/TTNormsProMediumItalic.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProRegular */
  @font-face {
    font-family: 'TTNormsProRegular';
    src: url('../fonts/TTNormsProRegular.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProThin */
  @font-face {
    font-family: 'TTNormsProThin';
    src: url('../fonts/TTNormsProThin.otf') format('opentype');
  }
  
  /* Define the font-face for TTNormsProThinItalic */
  @font-face {
    font-family: 'TTNormsProThinItalic';
    src: url('../fonts/TTNormsProThinItalic.otf') format('opentype');
  }
  

  body {
    font-family: 'TTNormsProRegular', Arial, Helvetica, sans-serif;
  }
  
  h1,h2,h3,h4,h5, strong {
    font-family: 'TTNormsProBold', Arial, Helvetica, sans-serif;
  }
h1{
  font-size: 2.15rem;
}
h2{
  font-size: 1.65rem;
}
h3{
  font-size: 1.40rem;
}
h4{
  font-size: 1.15rem;
}
.letter-spacing-small{
  letter-spacing: 0.1rem !important;
}
.bold{
  font-family: 'TTNormsProBold';
}
  /* Add more CSS rules to apply the fonts to other elements as needed */
  