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

@layer base {
  .header {
    @apply w-full flex justify-between items-center p-4;
  }

  .navigation {
    @apply flex justify-between items-center gap-3 bg-white rounded-full p-1;
  }

  .link-header {
    @apply px-14 py-3 dark:hover:text-white;
  }
}
