@import url('https://fonts.googleapis.com/css2?family=Gruppo&family=Bad+Script&display=swap');

/* Keep the original visual match from Google Fonts for Bad Script.
   The previously bundled local file was the wrong font and rendered too bold. */
@font-face {
  font-family: 'Gruppo';
  src: url('../fonts/Gruppo-local.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

/* Force Bad Script to come from the official family so the weight matches the original site. */
:root {
  --cx-script-font: 'Bad Script', cursive;
  --cx-body-font: 'Gruppo', ui-sans-serif, system-ui, sans-serif;
}
