/* Font-face declarations for Good Stuff */

@font-face {
  font-family: 'Good Stuff';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/y-fonts/goodstuff-regular.woff2');
}

@font-face {
  font-family: 'Good Stuff';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/y-fonts/goodstuff-semibold.woff2');
}

@font-face {
  font-family: 'Good Stuff';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/y-fonts/goodstuff-script.woff2');
}

@font-face {
  font-family: 'Good Stuff';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/y-fonts/goodstuff-bold.woff2');
}

