/* src/styles.scss */
@font-face {
  font-family: "Michroma";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/michroma-latin-ext-400-normal.woff2") format("woff2"), url("./media/michroma-latin-ext-400-normal.woff") format("woff");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    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: "Michroma";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/michroma-latin-400-normal.woff2") format("woff2"), url("./media/michroma-latin-400-normal.woff") format("woff");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
:host {
  display: block;
  min-height: 100vh;
}
.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(
      circle at top,
      rgba(56, 189, 248, 0.16),
      transparent 35%),
    linear-gradient(
      180deg,
      #0f172a 0%,
      #111827 100%);
  color: #f8fafc;
}
.hero {
  width: min(760px, 100%);
  text-align: center;
}
.brand {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #38bdf8;
}
h1 {
  margin: 0;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.subtitle {
  max-width: 620px;
  margin: 1.75rem auto 0;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.7;
  color: #cbd5e1;
}
button {
  margin-top: 2.5rem;
  border: 0;
  border-radius: 999px;
  padding: 0.95rem 1.8rem;
  font: inherit;
  font-weight: 700;
  color: #0f172a;
  background: #f8fafc;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

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