/*
 Theme Name: Writee Child
 Template: writee
*/
body {
    font-size: 16px;
    line-height: 1.7;
}

p {
    font-size: 16px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}
/* Fix tiny text on blog posts */
.entry-content,
.entry-content p,
.entry-content li,
.entry-content span {
    font-size: 18px !important;
    line-height: 1.6 !important;
}

/* Fix tiny text on blog list page */
.blog .post,
.blog .post p,
.blog .post li {
    font-size: 18px !important;
    line-height: 1.6 !important;
}

/* Fix tiny text in sidebar */
.widget,
.widget p,
.widget li {
    font-size: 17px !important;
}
/* Use Arial site‑wide */
body,
.entry-content,
.entry-content p,
.entry-content li,
.entry-content span,
.blog .post,
.blog .post p,
.blog .post li,
.widget,
.widget p,
.widget li {
    font-family: Arial, sans-serif !important;
}
