/* Base Typography and Font Settings */body {    font-family: "Noto Serif", "Georgia", "Times New Roman", serif;    background-color: #fdfdf9;    color: #2e2e2e;    font-size: 16px;    line-height: 1.7;}h1, h2, h3, h4, h5, h6 {    font-family: "Noto Serif", "Georgia", serif;    color: #6b240c;}/* Sanskrit Text Styling */.sanskrit-text, .sanskrit {    font-family: "Sanskrit 2003", "Noto Sans Devanagari", "Jaini", "Tiro Devanagari", serif;    font-size: 18px;    line-height: 2;    color: #3a2005;}/* Header and Navigation */.pkp_site_name {
margin-top: -32px;
  margin-bottom: 5px;    font-family: "Noto Serif", "Georgia", "Times New Roman", serif;    font-size: 60px !important;
  font-weight: bold;
  color: #f7f2ec; /* Optional: customize color */
  line-height: .5;
}
.header {    background-color: #fff6ea;    border-bottom: 2px solid #d4b07a;}.navbar {    background-color: #8b322c;}.navbar a {    color: #ffffff !important;}.navbar a:hover {    color: #ffdca8 !important;}/* Sidebar and Widgets */.sidebar {    background-color: #f7f2ec;    padding: 15px;    border: 1px solid #e0d6cc;}/* Article Titles and Meta */.obj_article_details h1, .obj_article_details h2 {    color: #6b240c;    font-family: "Noto Serif", "Georgia", serif;}.obj_article_details .authors, .published, .doi {    color: #4b4b4b;    font-size: 15px;}/* Footer */.footer {    background-color: #8b322c;    color: #ffffff;}.footer a {    color: #ffdca8;}.footer a:hover {    color: #ffffff;}/* Buttons and Links */.btn-primary {    background-color: #6b240c;    border-color: #6b240c;    color: #fff;}.btn-primary:hover {    background-color: #a14c27;    border-color: #a14c27;}/* Table Formatting */table {    border: 1px solid #ccc;    width: 100%;    margin-bottom: 1rem;}table th, table td {    border: 1px solid #ddd;    padding: 0.5rem;    text-align: left;}/* Callout/Quote Blocks */blockquote {    background-color: #f5eee2;    border-left: 4px solid #a77b46;    padding: 10px 20px;    font-style: italic;}/* Miscellaneous Utility Classes */.center-text {    text-align: center;}.devanagari {    font-family: "Noto Sans Devanagari", "Sanskrit 2003", "Jaini", serif;    font-size: 18px;}.verse {    font-style: italic;    margin-left: 2em;    margin-right: 2em;}