@font-face {
  font-family: 'Open Sans:Regular';
  src: local('Open Sans Regular'),
       local('Open Sans'),
       url('/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi:Regular';
  src: local('Satoshi Regular'),
       local('Satoshi'),
       url('/fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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