/* [project]/apps/sites/src/app/not-found.module.css [app-client] (css) */
.not-found-module__5U8NSG__root {
  color: #09090b;
  width: 100%;
  min-height: 100vh;
  font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  display: flex;
}

.not-found-module__5U8NSG__card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 440px;
  display: flex;
}

.not-found-module__5U8NSG__logoContainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-bottom: 24px;
  display: flex;
}

.not-found-module__5U8NSG__logoSvg {
  width: 100%;
  max-width: 320px;
  height: 72px;
}

.not-found-module__5U8NSG__title {
  letter-spacing: -.02em;
  color: #09090b;
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.not-found-module__5U8NSG__description {
  color: #71717a;
  letter-spacing: -.01em;
  margin: 0 0 28px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.55;
}

/*# sourceMappingURL=apps_sites_src_app_not-found_module_09096me.css.map*/