@font-face {
  font-family: 'SpaceGroteskRegular';
  src: url('../Fonts/Space Grotesk/SpaceGrotesk-Regular.ttf');
  src: url('../Fonts/Space Grotesk/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SpaceGroteskMedium';
  src: url('../Fonts/Space Grotesk/SpaceGrotesk-Medium.ttf');
  src: url('../Fonts/Space Grotesk/SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SpaceGroteskSemiBold';
  src: url('../Fonts/Space Grotesk/SpaceGrotesk-SemiBold.ttf');
  src: url('../Fonts/Space Grotesk/SpaceGrotesk-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SpaceGroteskBold';
  src: url('../Fonts/Space Grotesk/SpaceGrotesk-Bold.ttf');
  src: url('../Fonts/Space Grotesk/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SpaceGroteskLight';
  src: url('../Fonts/Space Grotesk/SpaceGrotesk-Light.ttf');
  src: url('../Fonts/Space Grotesk/SpaceGrotesk-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaRegular';
  src: url('../Fonts/Proxima Nova/ProximaNova-Regular.otf');
  src: url('../Fonts/Proxima Nova/ProximaNova-Regular.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaBold';
  src: url('../Fonts/Proxima Nova/ProximaNova-Bold.otf');
  src: url('../Fonts/Proxima Nova/ProximaNova-Bold.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}