@charset "UTF-8";

/* src/styles.scss */
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #f8fafc;
  color: #1a202c;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
  color: #1a202c;
}
h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
}
h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
h4 {
  font-size: 1.25rem;
  font-weight: 500;
}
h5 {
  font-size: 1.125rem;
  font-weight: 500;
}
h6 {
  font-size: 1rem;
  font-weight: 500;
}
p,
span,
div {
  font-family: "Inter", sans-serif;
}
button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
input,
textarea,
select {
  font-family: "Inter", sans-serif;
}
a {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
a:hover {
  color: #764ba2;
}
.app-logo {
  filter: drop-shadow(0 4px 16px rgba(102, 126, 234, 0.3));
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.app-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 24px rgba(102, 126, 234, 0.5));
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-4SAFNWEA.css.map */
