@tailwind base;

@tailwind components;

body {
  @apply .font-sans;
}

@tailwind utilities;

