/* ==========================================
   SHARED STRUCTURAL LAYOUT (Applies to all pages)
   ========================================== */
.story-container {
    text-align: center;
    margin: 0 auto;
}
.story-container h2 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: normal;
}
.story-container p {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ==========================================================================
   THE LEGACY OF SYLVER THEME (Blue Profile)
   ========================================================================== */
.theme-tlos h2 {
    font-family: "Times New Roman", Times, serif;
    color: #74bcee;
}

.theme-tlos p {
    color: #74bcee;
}

/* ==========================================================================
   SHIFTING WINDS THEME (Gold Profile)
   ========================================================================== */
.theme-sw h2 {
    font-family: "Times New Roman", Times, serif;
    color: #cdb16a;
}

.theme-sw p {
    color: #cdb16a;
}