/* Font-face declarations for Roc Grotesk */

@font-face {
  font-family: 'Roc Grotesk';
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url('/y-fonts/rocgrotesk-condensedlight.woff2');
}

@font-face {
  font-family: 'Roc Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/y-fonts/rocgrotesk-condensedmedium.woff2');
}

@font-face {
  font-family: 'Roc Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/y-fonts/rocgrotesk-condensedbold.woff2');
}

@font-face {
  font-family: 'Roc Grotesk';
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url('/y-fonts/rocgrotesk-condensedextrabold.woff2');
}

@font-face {
  font-family: 'Roc Grotesk';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/y-fonts/rocgrotesk-condensedblack.woff2');
}

