/* [project]/apps/frontend/src/app/styles.css [app-client] (css) */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  line-height: 1.5;
}

body {
  margin: 0;
}

.container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  max-width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
}

.title {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
}

.title span {
  color: #0000;
  background-image: linear-gradient(to right, #3b82f6, #ef4444);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.description {
  color: #9ca3af;
  font-weight: 500;
}

.description a {
  color: #3b82f6;
  text-decoration: none;
}

.description a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=apps_frontend_src_app_styles_87886749.css.map*/