/* Brightnest brand typefaces — same set as lab.brightnest.ai */

@font-face {
  font-family: 'Good Sans';
  src: url('../assets/brightnest/GoodSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Good Sans';
  src: url('../assets/brightnest/GoodSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Good Sans';
  src: url('../assets/brightnest/GoodSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minion Pro';
  src: url('../assets/brightnest/MinionPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minion Pro';
  src: url('../assets/brightnest/MinionPro-It.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Minion Pro';
  src: url('../assets/brightnest/MinionPro-Disp.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
