/* [project]/apps/web/app/GeistVF-s.p.woff (static in css) */
/* embedded static asset "/_next/static/media/GeistVF-s.p.7fe29570.woff" */

/* [project]/apps/web/app/geistsans_55c12ce1.module.css [app-client] (css) */
@font-face {
  font-family: geistSans;
  src: url("../media/GeistVF-s.p.7fe29570.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_55c12ce1-module__Ro1gLq__className {
  font-family: geistSans, geistSans Fallback;
}

.geistsans_55c12ce1-module__Ro1gLq__variable {
  --font-geist-sans: "geistSans", "geistSans Fallback";
}


/* [project]/apps/web/app/GeistMonoVF-s.p.woff (static in css) */
/* embedded static asset "/_next/static/media/GeistMonoVF-s.p.a9159d35.woff" */

/* [project]/apps/web/app/geistmono_7c774ef6.module.css [app-client] (css) */
@font-face {
  font-family: geistMono;
  src: url("../media/GeistMonoVF-s.p.a9159d35.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_7c774ef6-module__8KRTEa__className {
  font-family: geistMono, geistMono Fallback;
}

.geistmono_7c774ef6-module__8KRTEa__variable {
  --font-geist-mono: "geistMono", "geistMono Fallback";
}


/* [project]/apps/web/app/globals.css [app-client] (css) */
:root {
  --background: #fff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

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

body {
  color: var(--foreground);
  background: var(--background);
}

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

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

.imgDark {
  display: none;
}

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

  .imgLight {
    display: none;
  }

  .imgDark {
    display: unset;
  }
}


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