@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-paper text-ink;font-family:Crimson Text,Georgia,serif;font-size:18px;line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:900;letter-spacing:-.02em}}@layer components{.masthead{@apply border-y-4 border-ink py-8;}.newspaper-border{@apply border-t-2 border-b-2 border-ink py-3;}.article-card{@apply border-b-2 border-gray-400 pb-6 mb-6 last:border-0;}.section-heading{@apply border-y-2 border-ink py-3 mb-6;}.featured-box{@apply border-4 border-ink bg-paper p-6;}.btn-newspaper{@apply inline-block px-6 py-2 border-2 border-ink bg-paper text-ink hover:bg-ink hover:text-paper transition-all duration-200 font-bold uppercase text-sm tracking-wider;}}@layer utilities{.drop-cap:first-letter{@apply float-left text-7xl font-bold leading-none mr-2 mt-1;font-family:Playfair Display,serif}.old-style-numerals{font-variant-numeric:oldstyle-nums}.small-caps{@apply uppercase text-xs tracking-widest;}}
