@font-face {
  font-family: 'FK Grotesk';
  src: url('FKGrotesk-Bold.woff2') format('woff2'),
  url('FKGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FK Grotesk';
  src: url('FKGrotesk-Medium.woff2') format('woff2'),
     url('FKGrotesk-Medium.woff') format('woff');
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: 'FK Grotesk';
  src: url('FKGrotesk-Regular.woff2') format('woff2'),
  url('FKGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
