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

@layer components {
    .text-heading {
        @apply text-4xl text-gray-900 font-bold mb-8;
    }

    .text-paragraph {
        @apply text-lg text-gray-900 m-2 md:m-16 lg:m-32 xl:m-64;
    }
}

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
