body {
  font-family:
    "Onest",
    "Inter",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  color: #171a1f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Onest", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #171a1f;
}

h1 {
  line-height: 1.1;
}

p {
  line-height: 1.6;
  color: #565d6d;
}

.glass-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.honeycomb-pattern {
  background-color: #ffffff;
  background-image: radial-gradient(#fbbf24 0.5px, transparent 0.5px);
  background-size: 24px 24px;
  opacity: 0.05;
}

.text-balance {
  text-wrap: balance;
}

.shadow-soft {
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.05),
    0 10px 10px -5px rgba(0, 0, 0, 0.02);
}

.shadow-xl-soft {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #f9c31f;
  box-shadow: 0 0 0 3px rgba(249, 195, 31, 0.1);
}

.btn-hover-scale:hover {
  transform: scale(1.02);
}

.btn-hover-scale:active {
  transform: scale(0.98);
}

::selection {
  background-color: rgba(249, 195, 31, 0.3);
  color: #92400e;
}

.hero-gradient-bg {
  background: linear-gradient(
    135deg,
    rgba(249, 195, 31, 0.2) 0%,
    rgba(237, 154, 94, 0.2) 100%
  );
}
