@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  html {
    @apply touch-manipulation;
  }

  body {
    @apply text-careeru-dark;
  }
}

@layer components {
  .container {
    @apply max-w-5xl mx-auto px-4;
  }
}