/*
	Theme Name:  Apollo Safety Child
	Theme URI:   https://apollosafety.co.uk/
	Description: Custom Elementor child theme for Apollo Safety. Built on top of the Hello Elementor theme and adds a bespoke, site-wide custom header that matches the Apollo Safety brand (Montserrat typography, #EF334B accent, translucent black header bar and bundled logo).
	Author:      Balliante
	Author URI:  https://balliante.com/
	Template:    hello-elementor
	Version:     1.0.0
	Requires at least: 6.0
	Requires PHP: 7.4
	License:     GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: apollo-safety-child
*/

/* -------------------------------------------------------------------------
 * Global brand defaults
 *
 * The bulk of the header styling lives in assets/css/apollo-header.css.
 * This file sets the site-wide Montserrat default and exposes the brand
 * palette as CSS custom properties so it can be reused elsewhere.
 * ---------------------------------------------------------------------- */

:root {
	--apollo-accent: #EF334B;      /* brand red / accent            */
	--apollo-button-text: #242B42; /* CTA button text (dark navy)   */
	--apollo-header-bg: rgba(0, 0, 0, 0.43); /* #000 @ 43% opacity  */
	--apollo-header-text: #ffffff;
	--apollo-font: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

body {
	font-family: var(--apollo-font);
}
