@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('../fonts/lora-normal-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('../fonts/lora-normal-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/lora-italic-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/lora-italic-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/playfair-display-normal-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/playfair-display-normal-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/playfair-display-italic-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/playfair-display-italic-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.literary-post {
    font-family: 'Lora', serif;
    color: #2c2c2c;
    line-height: 1.8;
    font-size: 1.125rem;
    max-width: 720px; /* Optimal reading width */
    margin: 0 auto;
}

.literary-post h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 0.2em;
    text-align: center;
    color: #111;
    line-height: 1.2;
}

.literary-post h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1.8rem;
    margin-top: 2.5em;
    margin-bottom: 1em;
    text-align: center;
    font-style: italic;
}

.literary-post .date {
    font-family: 'Inter', sans-serif;
    text-align: center;
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 4em;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 1em 0;
    margin-top: 1em;
}

.literary-post p {
    margin-bottom: 1.5em;
}

/* Drop cap for the first paragraph */
.literary-post .drop-cap::first-letter {
    float: left;
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    line-height: 0.8;
    padding-right: 0.1em;
    padding-top: 0.1em;
    color: #111;
    font-weight: 700;
}

/* Pull Quote */
.literary-post .pull-quote {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.4;
    color: #111;
    border-left: 4px solid #111;
    padding-left: 1.5rem;
    margin: 2.5rem 0;
    max-width: 90%;
}

/* Category Pills */
.literary-post .category-pills {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.literary-post .category-pill {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3em 0.8em;
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease;
}

.literary-post .category-pill:hover {
    border-color: #111;
    color: #111;
    background-color: #f9f9f9;
}

/* Reading Time */
.literary-post .reading-time {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin-bottom: 2rem;
    display: block;
}

/* Subtle Figure Borders */
.literary-post figure img {
    border: 1px solid #e0e0e0;
    padding: 4px;
    background: #fff;
}
.literary-post p.drop-cap::first-letter {
    float: left;
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    line-height: 0.8;
    padding-right: 0.15em;
    padding-top: 0.05em;
    color: #111;
}

/* Image Styling */
.editorial-image {
    margin: 4em 0;
    width: 100%;
    text-align: center;
}

.editorial-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05); /* Subtle shadow */
}

.editorial-caption {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #888;
    margin-top: 1.2em;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* Section Divider override */
.literary-post .section-divider {
    border-top: 1px solid #eee;
    width: 100px;
    margin: 3em auto;
}

/* Strong tags styling */
.literary-post strong {
    font-weight: 600;
    color: #000;
}

/* Em tags styling */
.literary-post em {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
