/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/
/* ===== GLOBAL FONT STYLE ===== */
body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* ===== HEADINGS ===== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* H1 */
h1 {
    font-size: 42px;
    font-weight: 700;
}

/* H2 */
h2 {
    font-size: 34px;
}

/* H3 */
h3 {
    font-size: 28px;
}

/* H4 */
h4 {
    font-size: 22px;
}

/* H5 */
h5 {
    font-size: 18px;
}

/* H6 */
h6 {
    font-size: 16px;
}

/* ===== PARAGRAPH ===== */
p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

/* ===== RESPONSIVE (Mobile) ===== */
@media (max-width: 768px) {
    h1 { font-size: 32px; }
    h2 { font-size: 28px; }
    h3 { font-size: 24px; }
    h4 { font-size: 20px; }
    h5 { font-size: 17px; }
    h6 { font-size: 15px; }

    p { font-size: 15px; }
}




