/* Put any custom CSS rules here */
/* Rat Candy — brand styling */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap');

/* Flat light-pink page background (no gradient = nothing bleeds through checkout) */
body {
  background: #FFE3F6 !important;
}

/* Bubbly brand font + magenta for headings */
h1, h2, h3, h4 {
  font-family: 'Fredoka', 'Poppins', sans-serif !important;
  color: #B81C9D !important;
}

/* Sticky tab bar — blend into the pink */
.fixed-nav {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}