@tailwind base; @tailwind components; @tailwind utilities; .baskerville { font-family: baskerville, serif; } blockquote::before { font-family: "Font Awesome 6 Free"; color: #79c753; content: "\f10d"; font-weight: 900; font-size: 2rem; position: absolute; left: 10px; top: -15px; } @layer base { blockquote { @apply border-l-4 p-6 pb-1 mx-8 relative border-lime-500 baskerville; } blockquote p:last-of-type { @apply text-center uppercase mt-4 tracking-wide; } } @layer components { #hero { text-shadow: 2px 2px 3px black; } }