/* Custom styles extending Tailwind CSS */
@layer base {
  body {
    @apply bg-ivory text-earth-900 min-h-screen font-sans;
  }
}
