/* Starting Frame - Custom Styles */
body { background-color: #f8f8f8; color: #1a1a1a; }
.site-header { background-color: #ffffff; border-bottom: 1px solid #e8e8e8; }
h1, h2, h3, h4 { font-weight: 300; letter-spacing: 0.02em; }
img, .wp-block-image img, figure img { border-radius: 4px; }
.site-footer { background-color: #1a1a1a; color: #f8f8f8; }
.site-footer a { color: #aaaaaa; }

/* Hide page title banner on front page */
.home .entry-header { display: none; }

/* Remove white card box from content area */
.content-bg, .entry-content-wrap { background: transparent !important; box-shadow: none !important; border: none !important; }

/* Remove "WordPress Theme by Kadence WP" from footer */
.site-info-wrap .sep, .site-info-wrap a[href*="kadencewp"] { display: none; }
