/*
Theme Name:     Catch Flames Child
Theme URI:      https://timhieuthanhkinh.com
Description:    Child theme for Catch Flames
Author:         Tu Nguyen
Author URI:     https://timhieuthanhkinh.com
Template:       catch-flames
Version:        0.1.0
*/

/* --------------------------------------------------
   Content typography: force Arial, 20px, bold, black, justified
   Applies to frontend post content to match the editor
   -------------------------------------------------- */

.entry-content, .post, .page, .entry-content p, .post p, .page p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    text-align: justify;
}

/* Ensure lists and headings don't break the visual consistency */
.entry-content li, .post li, .page li { font-family: Arial, Helvetica, sans-serif; }
.entry-content h1, .entry-content h2, .entry-content h3 { font-family: Arial, Helvetica, sans-serif; }
