/* [project]/app/globals.css [app-client] (css) */
*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #f2e8e0;
  -webkit-font-smoothing: antialiased;
  background: #060204;
  font-family: Inter, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr !important;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr !important;
  }
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/