
/*
 Theme Name: Astra Child Ethan
 Theme URI: https://wpastra.com/
 Description: Child theme for Astra tailored for Ethan's communication site (soft blue, large accessible buttons)
 Author: Paul
 Template: astra
 Version: 1.0.0
*/

/* Soft blue background and readable text */
body{ background:#f0f6ff; color:#0b1a33; }
a{ color:#2a6fdb; }
a:hover{ color:#1f56a8; }

/* Make headings bold and friendly */
h1,h2,h3{ font-weight:800; letter-spacing:0.2px; }

/* Ensure buttons and links have clear focus */
button:focus-visible, a:focus-visible{ outline:3px solid #111; outline-offset:2px; }

/* Constrain content width for readability */
.site-content .ast-container{ max-width: 1100px; }
