
  @font-face {
    font-family: "InstrumentSans";
    src: url('../fonts/instrumentSans/InstrumentSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "InstrumentSans";
    src: url('../fonts/instrumentSans/InstrumentSans-Medium.ttf');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "InstrumentSans";
    src: url('../fonts/instrumentSans/InstrumentSans-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: "InstrumentSans";
    letter-spacing: 0.5px;
    src: url('../fonts/instrumentSans/InstrumentSans_SemiCondensed-Bold.ttf');
    font-weight: 700;
    font-style: normal;
  }






  @font-face {
    font-family: "SpaceGrotesk";
    letter-spacing: 0.5px;
    src: url('../fonts/spaceGrotesk/SpaceGrotesk-Light.ttf');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: "SpaceGrotesk";
    letter-spacing: 0.5px;
    src: url('../fonts/spaceGrotesk/SpaceGrotesk-Regular.ttf');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "SpaceGrotesk";
    letter-spacing: 0.5px;
    src: url('../fonts/spaceGrotesk/SpaceGrotesk-Medium.ttf');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "SpaceGrotesk";
    letter-spacing: 0.5px;
    src: url('../fonts/spaceGrotesk/SpaceGrotesk-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: "SpaceGrotesk";
    letter-spacing: 0.5px;
    src: url('../fonts/spaceGrotesk/SpaceGrotesk-Bold.ttf');
    font-weight: 700;
    font-style: normal;
  }

  body{
    font-family: "InstrumentSans";
  }
  p,span{
    font-family: "InstrumentSans";
  }