
/* Critical CSS for LifeWestWay Above-the-Fold */
:root {
  --background: oklch(0.13 0.01 260);
  --foreground: oklch(0.98 0.005 250);
  --accent: oklch(0.78 0.13 85);
  --navy: oklch(0.18 0.03 260);
}

body {
  background-color: var(--background);
  color: var(--foreground);
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
}

.max-w-7xl {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  position: relative;
  min-height: 400px;
  background-color: var(--background);
}

.text-accent {
  color: var(--accent);
}

h1, h2 {
  font-family: ui-serif, Georgia, serif;
}
