/*
Theme Name: Slick Operator
Author: Me
Description: One-page Gutenberg theme, centered text, Oswald headings, Courier New text
Version: 1.0
*/
body {
    background-color: #ffffff;
    font-family: "Courier New", serif;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
	color: #333333; /* grey text */
	line-height: 1.6; /* optimized for screens */
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif;
    text-align: center;
	color: #1E4E8C; /* black text */
	line-height: 1.2; /* optimized for screens */
	letter-spacing: 0.10em; /* slightly more spacing */
}
h1 { font-size: 1.8rem; }
h2 { font-size: 1.45rem; }
h3 { font-size: 1.15rem; }
h4 { font-size: 0.95rem; }
h5 { font-size: 0.75rem; }
h6 { font-size: 0.6rem; }
p  { font-size: 0.9rem; }
.site-header,
.site-footer {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #ffffff;
}