/*
 Theme Name:     Betoé Astra Child
 Theme URI:      https://example.com
 Description:    Child theme for Astra tailored to Betoé Audits & Consulting
 Author:         Betoé
 Template:       astra
 Version:        1.0.0
 License:        GNU General Public License v2 or later
 License URI:    http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:    betoe-astra-child
*/

/* Inherit Astra then add small tweaks */
:root{
  --brand:#1a365d;
  --brand-2:#0ea5e9;
  --ink:#1f2937;
  --muted:#6b7280;
}
a{color:var(--brand)}
.ast-container{max-width:1120px}
.ast-single-post .entry-title, .site-title a, h1,h2,h3{color:var(--brand)}
p{color:var(--ink)}
.btn-primary, .wp-block-button__link{background:var(--brand);border-radius:999px;padding:.6rem 1rem}
.btn-outline{border:1px solid var(--brand);color:var(--brand);background:transparent;border-radius:999px;padding:.6rem 1rem}
.section{padding:36px 0}
.card{border:1px solid #e5e7eb;border-radius:14px;padding:18px}
.badge{display:inline-block;font-size:12px;padding:4px 8px;border-radius:999px;background:#eff6ff;color:#0b3b7a;margin-bottom:8px}
.quote{border-left:3px solid var(--brand-2);padding:10px 14px;background:#f8fafc;border-radius:8px;margin-top:8px}
*/