/* Premium Typography and Aesthetics Overrides for Jannah */

/* Base Body Font - More targeted */
body, p {
    font-family: 'Inter', sans-serif !important;
    line-height: 1.8 !important;
}

/* Post Content Styling */
.entry-content {
    font-size: 18px !important;
    color: #2b2b2b !important;
}
.entry-content p, .entry-content li {
    font-size: 18px !important;
    color: #2b2b2b !important;
}

/* Headings Font */
h1, h2, h3, h4, h5, h6, .entry-title, .widget-title {
    font-family: 'Playfair Display', serif !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
}

/* Accent Color: Dark Gold/Brass - targeted */
.entry-content a, .widget a:hover, #theme-header a:hover {
    color: #b8860b !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.entry-content a:hover {
    color: #8c6608 !important;
}

/* Readability Spacing */
.entry-content p {
    margin-bottom: 1.5em !important;
}

/* Cleaner Header */
#theme-header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eaeaea !important;
}

/* Widget Styles */
.widget-title {
    border-bottom: 2px solid #b8860b !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
}
