/*
Theme Name: Gladiators FC Child
Theme URI: https://gladiators.lawsongalaxy.com
Description: Child theme of Astra for Elite Gladiators FC. Holds custom styles and template overrides so they survive Astra updates.
Author: Gladiators FC
Author URI: https://gladiators.lawsongalaxy.com
Template: astra
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gladiators-fc-child
*/

/* ==========================================================================
   Club brand tokens. Adjust here, not in the parent theme.
   ========================================================================== */
:root {
	--gfc-gold: #d4af37;
	--gfc-gold-dark: #b8932b;
	--gfc-black: #111418;
}

/* Add custom site styles below this line. They load after Astra, so they win. */

/* ==========================================================================
   Typography. Inter for body, Poppins for headings (loaded via gfc-fonts).
   ========================================================================== */
body,
button,
input,
select,
textarea,
.ast-container {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title,
.ast-site-title-wrap .site-title {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	letter-spacing: -0.01em;
}

body {
	color: #1b1f27;
}

/* Links and accents use the club gold. */
a {
	color: var(--gfc-gold-dark);
}
a:hover {
	color: var(--gfc-black);
}

/* Tighten the default content rhythm a touch for readability. */
p {
	line-height: 1.65;
}
