/*
Theme Name: Real Million Heir
Description: Urban & Faith-Based Apparel WordPress Theme
Author: UIKing.co
Version: 1.0
Text Domain: real-million-heir
*/

@import url('https://cdn.tailwindcss.com');

@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

body { 
    font-family: 'Inter', sans-serif; 
}

/* Custom WordPress specific styles */
.wp-admin-bar {
    display: none !important;
}

/* Ensure proper spacing with admin bar when logged in */
body.admin-bar header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar header {
        top: 46px;
    }
}

/* Custom post content styles */
.single-post .content,
.page .content {
    max-width: 80rem;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.single-post h1,
.page h1 {
    color: #FFA500;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.single-post .post-meta {
    color: #666;
    margin-bottom: 2rem;
    font-size: 0.9rem;
}

/* WooCommerce compatibility */
.woocommerce-page {
    max-width: 80rem;
    margin: 0 auto;
    padding: 2rem 1rem;
    margin-top: 120px;
}

