/* ESKlarheitGrotesk Font Family
 * Place the font files in this directory (public/fonts/) with these names:
 *   ESKlarheitGrotesk-Light.woff2 / .woff
 *   ESKlarheitGrotesk-Regular.woff2 / .woff
 *   ESKlarheitGrotesk-Medium.woff2 / .woff
 *   ESKlarheitGrotesk-SemiBold.woff2 / .woff
 *   ESKlarheitGrotesk-Bold.woff2 / .woff
 */

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

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

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

@font-face {
  font-family: 'ESKlarheitGrotesk';
  src: url('/fonts/ESKlarheitGrotesk-SemiBold.woff2') format('woff2'),
       url('/fonts/ESKlarheitGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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