@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
  /* .btn-primary {
      @apply py-1.5 px-3 text-center bg-blue-700 rounded-md text-white;
  } */
}

/* 
CONFIG

tailwind.config = {
  darkMode: 'class',
  theme: {
    extend: {}
  }
} */
