@font-face {
    font-family: "Goody Sans Web";
    src:
      url(https://assets.ongoody.com/static/fonts/Goody_Sans-Bold.woff2) format("woff2"),
      url(https://assets.ongoody.com/static/fonts/Goody_Sans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
  }
  
  @font-face {
    font-family: "Goody Sans Web";
    src:
      url(https://assets.ongoody.com/static/fonts/Goody_Sans-Semibold.woff2) format("woff2"),
      url(https://assets.ongoody.com/static/fonts/Goody_Sans-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
  }
  
  @font-face {
    font-family: "Goody Sans Web";
    src:
      url(https://assets.ongoody.com/static/fonts/Goody_Sans-Medium.woff2) format("woff2"),
      url(https://assets.ongoody.com/static/fonts/Goody_Sans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
  }
  
  @font-face {
    font-family: "Goody Sans Web";
    src:
      url(https://assets.ongoody.com/static/fonts/Goody_Sans-Regular.woff2) format("woff2"),
      url(https://assets.ongoody.com/static/fonts/Goody_Sans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
  }

:root {
   --fontFamily: "Goody Sans Web", "Whitney SSm", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
}

body {
    --webkit-font-smoothing: antialiased !important;
    --moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}