@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";

/* src/styles.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  margin: 0;
  overflow-x: clip;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: #f8fafc;
  color: #0f172a;
}
.glossary-overlay,
.celebration-overlay {
  max-width: 100vw;
}
.glossary-panel {
  max-width: min(600px, 100vw - 24px);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
