/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --background: #050403;
  --foreground: #f1e6ce;
  --foreground-strong: #fff8e7;
  --foreground-soft: #f1e6cebd;
  --accent: #d5a84c;
  --accent-strong: #f4d988;
  --surface: #ffffff09;
  --surface-strong: #ffffff0f;
  --border: #d5a84c29;
  --font-inter: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-barlow-condensed: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

html, body {
  max-width: 100vw;
  overflow-x: clip;
}

body {
  min-height: 100%;
  color: var(--foreground);
  font-family: var(--font-inter), sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: radial-gradient(circle at top, #d5a84c2e, #0000 20%), radial-gradient(circle at 0 100%, #d5a84c1f, #0000 24%), linear-gradient(#0b0905 0%, #040302 100%);
  flex-direction: column;
  display: flex;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/