/* Good Sans – Light */
@font-face{
  font-family: "Good Sans";
  src: url("/wp-content/themes/moss/assets/fonts/good-sans/GoodSans-Light.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Good Sans – Regular */
@font-face{
  font-family: "Good Sans";
  src: url("/wp-content/themes/moss/assets/fonts/good-sans/GoodSans-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Good Sans – Medium */
@font-face{
  font-family: "Good Sans";
  src: url("/wp-content/themes/moss/assets/fonts/good-sans/GoodSans-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Add italic faces too if you use italic styles */