/**
 * Minimal utilities — replaces Tailwind CDN (bg-citrus-cream, sr-only, etc.)
 * Keep in sync with home/css/tokens.css citrus values.
 */

.bg-citrus-cream {
  background-color: #FFFDF7;
}

.text-neutral-900 {
  color: #171717;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
