/*
Theme Name: Honor FC Child
Theme URI: https://honorfc.org
Description: Child theme for Honor FC built on Astra. Includes maroon/gold branding and custom button, header, and link styles.
Author: Honor FC Web Team
Template: astra
Version: 1.0
Text Domain: honorfc-child
*/

:root {
  --honor-maroon: #7A0019;
  --honor-gold: #C9A34E;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #1A1A1A;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: var(--honor-maroon);
  font-weight: 700;
}

button, .ast-button, .elementor-button {
  background-color: var(--honor-maroon);
  color: #fff !important;
  border-radius: 4px;
  border: none;
  padding: 0.6em 1.4em;
  transition: 0.3s ease;
}

button:hover, .ast-button:hover, .elementor-button:hover {
  background-color: var(--honor-gold);
  color: #000 !important;
}

a {
  color: var(--honor-maroon);
  text-decoration: none;
}
a:hover {
  color: var(--honor-gold);
  text-decoration: underline;
}

.site-header, .ast-footer {
  border-top: 4px solid var(--honor-gold);
}
