/* [next]/internal/font/google/outfit_ec844a4e.module.css [app-client] (css) */
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/b2ea385cb5ae8625-s.866357a4.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1b99372b3eaef0c8-s.p.758e15a8.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Outfit Fallback;
  src: local(Arial);
  ascent-override: 100.18%;
  descent-override: 26.05%;
  line-gap-override: 0.0%;
  size-adjust: 99.82%;
}

.outfit_ec844a4e-module__kRo21a__className {
  font-family: Outfit, Outfit Fallback;
  font-style: normal;
}

.outfit_ec844a4e-module__kRo21a__variable {
  --font-sans: "Outfit", "Outfit Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --background: #0a0a0f;
  --foreground: #ededed;
  --primary: #6366f1;
  --primary-glow: #6366f166;
  --secondary: #ec4899;
  --secondary-glow: #ec489966;
  --accent: #14b8a6;
  --surface: #13131f;
  --surface-highlight: #1c1c2e;
  --glass-bg: #13131fb3;
  --glass-border: #ffffff1a;
  --font-sans: "Inter", sans-serif;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --transition-fast: .2s ease;
  --transition-normal: .3s ease;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 768px) {
  .container {
    padding: 0 5%;
  }
}

section {
  padding: 3rem 0;
}

@media (min-width: 768px) {
  section {
    padding: 6rem 0;
  }
}

h1 {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 1.1;
}

h2 {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}

h3, h4 {
  margin-bottom: 2rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }
}

p {
  margin-bottom: 1.5rem;
  font-size: .95rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  p {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.page-header {
  text-align: center;
  padding: 6rem 1.5rem 3rem;
}

@media (min-width: 768px) {
  .page-header {
    padding: 8rem 5% 4rem;
  }
}

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

html, body {
  background: var(--background);
  max-width: 100vw;
  color: var(--foreground);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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

@media (prefers-color-scheme: dark) {
  html {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
  }
}

nextjs-portal, #nextjs-dev-overlay, .__next_static_indicator, .nextjs-static-indicator-container {
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__8077a232._.css.map*/