@font-face {
  font-family: 'Space-Grotesk';
  src: url('/fonts/SpaceGrotesk-Light.woff2') format('woff2'),
       url('/fonts/SpaceGrotesk-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space-Grotesk';
  src: url('/fonts/SpaceGrotesk-Medium.woff2') format('woff2'),
       url('/fonts/SpaceGrotesk-Medium.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
