/*
 Theme Name: AECSN Child
 Theme URI: https://www.aecsn.com
 Description: AECSN child theme (branding + menus). Change Template if your parent theme is not Twenty Twenty‑Four.
 Author: AECSN
 Template: twentytwentyfour
 Version: 1.0.0
*/

:root {
  --aecsn-blue:#0056A8;
  --aecsn-blue-light:#0F6DB3;
  --aecsn-yellow:#FFD200;
  --aecsn-text:#0f172a;
}

body { color: var(--aecsn-text); }
.wp-block-button__link,
button, .button {
  border-radius: 999px;
  font-weight: 700;
}
.is-style-aecsn-primary { background: var(--aecsn-yellow) !important; color:#000 !important; }
.is-style-aecsn-outline { background: transparent !important; color: var(--aecsn-blue-light) !important; border: 2px solid var(--aecsn-blue-light) !important; }
