/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Version: 4.11.18
*/

/* ==================================
   Base Typography (Global – NON Telugu)
================================== */

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 22px;
    line-height: 1.6;
    background-color: #f8f9fa;
    color: #212529;
}


/* ==================================
   Input / Form sizing (Bootstrap)
================================== */

.input-group-lg > .form-control,
.input-group-lg > .btn {
    height: calc(3.5rem + 2px);
}


/* ==================================
   Reading Font Size Controls
================================== */

body.font-small {
    font-size: 20px;
}

body.font-normal {
    font-size: 24px;
}

body.font-large {
    font-size: 28px;
}


/* ==================================
   Kirtan Reading Area
================================== */

.kirtan-reading-area {
    font-size: 1em;
}

/* Force Astra / Bootstrap to inherit font size */
.kirtan-reading-area *,
.kirtan-reading-area p,
.kirtan-reading-area li {
    font-size: inherit !important;
    line-height: 1.75;
}



/* ==================================
   Telugu Typography (Mandali ONLY)
================================== */

/* IMPORTANT:
   This applies ONLY when lang="te" is present
*/

.reading-content[lang="te"],
.reading-content[lang="te"] p,
.reading-content[lang="te"] span,
.reading-content[lang="te"] li {
    font-family: "Mandali", sans-serif;
    font-size: 1.15em;
    line-height: 1.8;
}


/* ==================================
   Safety: Prevent accidental overrides
================================== */

/* Do NOT set Telugu fonts globally */
/* Do NOT use !important for font-family */
/* Language decides the font */
