/* [next]/internal/font/google/geist_59dbb69b.module.css [client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.8e0177b5.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.b97b3418.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: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.853070df.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: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_59dbb69b-module__dmyMEG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_59dbb69b-module__dmyMEG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_4d1d9e3e.module.css [client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.c1fdd6c2.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.799d8ef8.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: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.dbea232f.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: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_4d1d9e3e-module__mOt3xG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_4d1d9e3e-module__mOt3xG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/styles/Home.module.css [client] (css) */
.Home-module__g21JLG__page {
  --background: #fafafa;
  --foreground: #fff;
  --text-primary: #000;
  --text-secondary: #666;
  --button-primary-hover: #383838;
  --button-secondary-hover: #f2f2f2;
  --button-secondary-border: #ebebeb;
  min-height: 100vh;
  font-family: var(--font-geist-sans);
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  display: flex;
}

.Home-module__g21JLG__main {
  background-color: var(--foreground);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  min-height: 100vh;
  padding: 120px 60px;
  display: flex;
}

.Home-module__g21JLG__intro {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.Home-module__g21JLG__intro h1 {
  letter-spacing: -2.4px;
  text-wrap: balance;
  max-width: 320px;
  color: var(--text-primary);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.Home-module__g21JLG__intro p {
  text-wrap: balance;
  max-width: 440px;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 32px;
}

.Home-module__g21JLG__intro a {
  color: var(--text-primary);
  font-weight: 500;
}

.Home-module__g21JLG__ctas {
  flex-direction: row;
  gap: 16px;
  width: 100%;
  max-width: 440px;
  font-size: 14px;
  display: flex;
}

.Home-module__g21JLG__ctas a {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 128px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 40px;
  padding: 0 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

a.Home-module__g21JLG__primary {
  background: var(--text-primary);
  color: var(--background);
  gap: 8px;
}

a.Home-module__g21JLG__secondary {
  border-color: var(--button-secondary-border);
}

@media (hover: hover) and (pointer: fine) {
  a.Home-module__g21JLG__primary:hover {
    background: var(--button-primary-hover);
    border-color: #0000;
  }

  a.Home-module__g21JLG__secondary:hover {
    background: var(--button-secondary-hover);
    border-color: #0000;
  }
}

@media (max-width: 600px) {
  .Home-module__g21JLG__main {
    padding: 48px 24px;
  }

  .Home-module__g21JLG__intro {
    gap: 16px;
  }

  .Home-module__g21JLG__intro h1 {
    letter-spacing: -1.92px;
    font-size: 32px;
    line-height: 40px;
  }
}

@media (prefers-color-scheme: dark) {
  .Home-module__g21JLG__logo {
    filter: invert();
  }

  .Home-module__g21JLG__page {
    --background: #000;
    --foreground: #000;
    --text-primary: #ededed;
    --text-secondary: #999;
    --button-primary-hover: #ccc;
    --button-secondary-hover: #1a1a1a;
    --button-secondary-border: #1a1a1a;
  }
}

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