/* Bacon Clan Bubble Typography */
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
html, body, body *, button, input, textarea, select, option { font-family: "Fredoka", system-ui, sans-serif !important; }
body { font-weight: 500; }
button, input, textarea, select { font-weight: 600; }

/* Extra rounded bubble treatment */
html,body,button,input,textarea,select{letter-spacing:.15px}
h1,h2,h3,h4,.logo,.btn,.section-title,.eyebrow,.kicker,.role,.badge,.stat-card b,.news-card h3{font-weight:700}

/* Clean bubble letters: no dark/black text outlines */
*, *::before, *::after {
  -webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
}
.hero h1 {
  -webkit-text-stroke: 0 !important;
  text-shadow: 0 0 24px color-mix(in srgb, var(--site-glow, #ff2948) 45%, transparent) !important;
}
