@font-face {
    font-family: 'Founders Grotesk';
    src: url('/fonts/FoundersGrotesk-Regular.otf') format('opentype'); /* Include OTF */
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Founders Grotesk';
    src: url('/fonts/FoundersGrotesk-Medium.otf') format('opentype'); /* Include OTF */
    font-weight: medium;
    font-style: medium;
  }

  @font-face {
    font-family: 'Founders Grotesk';
    src: url('/fonts/FoundersGrotesk-Bold.otf') format('opentype'); /* Include OTF */
    font-weight: bold;
    font-style: bold;
  }

  @font-face {
    font-family: 'Founders Grotesk';
    src: url('/fonts/FoundersGrotesk-Light.otf') format('opentype'); /* Include OTF */
    font-weight: light;
    font-style: light;
  }

  

  @font-face {
    font-family: 'Alternate Gothic';
    src: url('/fonts/AlternateGothicStd-No2.otf') format('opentype'); 
        
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Pitch Sans';
    src: url('/fonts/PitchSans-Regular.otf') format('opentype'); 
        
    font-weight: normal;
    font-style: normal;
  }
