@tailwind base;@tailwind components;@tailwind utilities;@import 'https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap';:root{--primary-color:#111;--secondary-color:#666;--background-color:#FFFDF7;--accent-color:#e0e0e0;--content-max-width:48rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:lora,georgia,serif;font-size:1.3rem;line-height:1.8;color:#333;color:var(--primary-color);background-color:var(--background-color)}h1,h2,h3{font-weight:600;margin:4rem 0 2rem;line-height:1.2}h3{font-size:1.7rem}.container{width:90%;max-width:1200px;margin:0 auto;padding:2rem 1rem}.site-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--accent-color)}.site-title{font-size:1.5rem;font-weight:700;text-decoration:none;color:var(--primary-color)}.site-nav{display:flex;gap:1.5rem}.site-nav a{text-decoration:none;color:var(--secondary-color);text-transform:lowercase;transition:color .3s ease}.site-nav a:hover{color:var(--primary-color)}.homepage-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 0}.homepage-hero h1{font-size:3rem;margin-bottom:1rem;max-width:800px}.homepage-hero p{color:var(--secondary-color);max-width:600px;line-height:1.8}.post-list{display:block;padding:2rem 0}.post-card{margin:2rem 0 0}.post-card img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.post-card-content{padding:1.5rem}.post-card-title{font-size:1.75rem;margin-bottom:2rem}.post-card-title,.post-card-content h2,.post-card-content h3,.post-card-content time,.post-card-content p,.post-card-content ul,.post-card-content ol,.post-card-content>a,.post-content h2,.post-content h3,.post-content p,.post-content ul,.post-content ol{max-width:var(--content-max-width);margin-left:auto;margin-right:auto;width:100%}.post-card-content p,.post-card-content ul,.post-card-content ol,.post-card-content>a,.post-content p,.post-content ul,.post-content ol{margin-bottom:1.25rem}.post-card-content time,.post-card-content>a{display:block}.post-card-content h2,.post-card-content h3{margin-top:2.5rem;margin-bottom:1rem}.post-card-content>a{text-decoration:underline}.post-card-content ul,.post-card-content ol,.post-content ul,.post-content ol{padding-left:1.5rem}.post-header{text-align:center;margin-bottom:2rem}.post-header h1{font-size:2.5rem;margin-bottom:1rem}.post-meta,.post-card-content time{color:var(--secondary-color);margin-bottom:2rem;font-size:1rem}.post-content{width:100%;line-height:1.8}.post-content img{max-width:100%;height:auto;margin:1.5rem 0}.post-card-content iframe,.post-content iframe{display:block;width:100%;max-width:100%;height:auto;margin:1.5rem auto;aspect-ratio:16/9;border:0}blockquote{margin:12px auto 24px;border-left:3px solid #9999;padding-left:1rem;font-style:italic;max-width:var(--content-max-width)}footer p{font-size:65%;color:var(--secondary-color)}footer p a{color:var(--secondary-color)}.about-section{display:flex;align-items:center;gap:3rem;padding:3rem 0}.about-image{flex:1}.about-image img{width:100%;border-radius:8px}.about-content{flex:1}.about-content h1{margin-bottom:1rem;font-size:2.5rem}@media(max-width:768px){.site-header{flex-direction:column;text-align:center}.site-nav{margin-top:1rem}.about-section{flex-direction:column}}img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}