@font-face {
    font-family: 'Founders Grotesk Light';
    src: url('/assets/fonts/FoundersGroteskWeb-Light.woff') format('woff');
    font-style: normal;
    font-weight: 200;
  }
  @font-face {
    font-family: 'Founders Grotesk Light Italic';
    src: url('/assets/fonts/FoundersGroteskWeb-LightItalic.woff') format('woff');
    font-style: italic;
    font-weight: 200;
  }
  @font-face {
    font-family: 'Founders Grotesk Regular';
    src: url('/assets/fonts/FoundersGroteskWeb-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
  }
  @font-face {
    font-family: 'Founders Grotesk Regular Italic';
    src: url('/assets/fonts/FoundersGroteskWeb-RegularItalic.woff') format('woff');
    font-style: italic;
    font-weight: 400;
  }
  @font-face {
    font-family: 'Founders Grotesk SemiBold';
    src: url('/assets/fonts/FoundersGroteskWeb-Semibold.woff') format('woff');
    font-style: normal;
    font-weight: 600;
  }
  @font-face {
    font-family: 'Founders Grotesk SemiBold Italic';
    src: url('/assets/fonts/FoundersGroteskWeb-SemiboldItalic.woff') format('woff');
    font-style: italic;
    font-weight: 600;
  }