/*
Theme Name: Fashion-Hobbies
Theme URI: https://example.com/fashion-hobbies
Author: Senior Frontend Engineer
Author URI: https://example.com
Description: A modern, clean, and elegant theme for fashion and hobby enthusiasts.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fashion-hobbies
*/

body { font-family: 'Inter', sans-serif; background: #FDFBF7; color: #333; margin: 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
header { background: #fff; border-bottom: 1px solid #E8D5C4; padding: 20px 0; }
.hero { background: #F5E6D3; padding: 80px 0; text-align: center; }
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; margin: 40px 0; }
.card { background: #fff; border: 1px solid #E8D5C4; border-radius: 8px; overflow: hidden; transition: transform 0.3s; }
.card:hover { transform: translateY(-5px); }
.card img { width: 100%; height: 200px; object-fit: cover; }
.card-content { padding: 20px; }
footer { background: #5D534A; color: #fff; padding: 40px 0; text-align: center; margin-top: 60px; }