@font-face {
  font-family: 'DM Sans';
  src: url('../font/DMSans-SemiBold.woff2') format('woff2'),
      url('../font/DMSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../font/DMSans-Bold.woff2') format('woff2'),
      url('../font/DMSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../font/DMSans-Medium.woff2') format('woff2'),
      url('../font/DMSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../font/DMSans-Regular.woff2') format('woff2'),
      url('../font/DMSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../font/SpaceGrotesk-Regular.woff2') format('woff2'),
      url('../font/SpaceGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../font/SpaceGrotesk-Medium.woff2') format('woff2'),
      url('../font/SpaceGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../font/SpaceGrotesk-SemiBold.woff2') format('woff2'),
      url('../font/SpaceGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../font/SpaceGrotesk-Bold.woff2') format('woff2'),
      url('../font/SpaceGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

