/* Base typography for spookycastlefungame */
:root {
  --ff-base: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
html, body {
  font-family: var(--ff-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Normalize common font-family declarations */
*[style*="font-family"] { font-family: var(--ff-base) !important; }
h1,h2,h3,h4,h5,h6 { font-family: var(--ff-base); }
