/*
 Theme Name:   They Are Testing Us
 Description:  A child theme for the Twenty Thirteen parent theme.
 Author:	   CharlesWorks & Gemini
 Template:     twentythirteen
 Version:      1.0.0
*/

/* Scale all standard body copy and headings up cleanly */
.entry-content p,
.entry-content li,
.entry-content a {
    font-size: 1.18rem;
    line-height: 1.6;
    color: #800000; /* Sets your signature maroon text color globally */
}

/* Set up proper font scaling for headings */
.entry-content h2 {
    font-size: 2.2rem;
    line-height: 1.3;
    color: #800000;
}

/* Keep list items aligned tightly with small, clean gaps */
.entry-content ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}
