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

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

@font-face {
  font-family: 'Roc Grotesk';
  src:
    url('/fonts/RocGrotesk-Heavy.woff2') format('woff2'),
    url('/fonts/RocGrotesk-Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
