@font-face {
  font-family: 'Nunito Sans';
  src: url('/themes/custom/earthbox/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.woff2') format('woff2-variations');
  font-weight: 200 1000;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Nunito Sans Fallback';
  src: local('Arial');
  size-adjust: 97.5%;
  ascent-override: 100%;
  descent-override: 26%;
  line-gap-override: 0%;
}

body {
  font-family: 'Nunito Sans', 'Nunito Sans Fallback', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
}

