/* Aesthetic Entropy: Sovereign Ledger Styles */

body {
    font-family: "Georgia", "Times New Roman", serif;
    background-color: #fcfbf9; /* Very slight parchment off-white */
    color: #1a1a1a; /* Soft black for less friction on the eyes */
    line-height: 1.8;
}

h1, h2, h3, h4 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #000;
}

/* Make the math pop */
.MathJax {
    font-size: 1.15em !important; 
}