diff --git a/src/app.css b/src/app.css index a31e444..a03145c 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,22 @@ @import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; + +h1, +h2, +h3, +h4 { + @apply text-slate-700; +} + +h1 { + @apply font-display text-4xl; +} + +h2 { + @apply font-display text-3xl; +} + +h3 { + @apply font-display text-2xl; +} \ No newline at end of file