/* [project]/apps/web/app/geistsans_d025f23b.module.css [app-client] (css) */
@font-face {
  font-family: geistSans;
  src: url("../media/GeistVF-s.p.4c3c0b96.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: geistSans Fallback;
  src: local(Arial);
  ascent-override: 85.83%;
  descent-override: 20.52%;
  line-gap-override: 9.33%;
  size-adjust: 107.19%;
}

.geistsans_d025f23b-module__btTCTG__className {
  font-family: geistSans, geistSans Fallback;
}

.geistsans_d025f23b-module__btTCTG__variable {
  --font-geist-sans: "geistSans", "geistSans Fallback";
}

/* [project]/apps/web/app/geistmono_df95d851.module.css [app-client] (css) */
@font-face {
  font-family: geistMono;
  src: url("../media/GeistMonoVF-s.p.2cee7d16.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: geistMono Fallback;
  src: local(Arial);
  ascent-override: 69.97%;
  descent-override: 16.73%;
  line-gap-override: 7.61%;
  size-adjust: 131.49%;
}

.geistmono_df95d851-module__CWPfka__className {
  font-family: geistMono, geistMono Fallback;
}

.geistmono_df95d851-module__CWPfka__variable {
  --font-geist-mono: "geistMono", "geistMono Fallback";
}

/* [project]/apps/web/app/globals.css [app-client] (css) */
@tailwind base;

@tailwind components;

@tailwind utilities;

@layer base {
  :root {
    --background: 0 0% 5%;
    --foreground: 270 100% 92%;
    --primary: 270 100% 65%;
    --primary-foreground: 0 0% 100%;
    --accent: 260 100% 70%;
    --accent-foreground: 0 0% 100%;
    --border: 270 20% 20%;
  }
}

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

body {
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: -apple-system, BlinkMacSystemFont, SF Pro Display, Helvetica Neue, Arial, sans-serif;
}

/*# sourceMappingURL=apps_web_app_971b7504._.css.map*/