/*
Theme Name: Goodwood United FC
Theme URI: https://goodwoodunited.co.za
Author: Goodwood United FC
Author URI: https://goodwoodunited.co.za
Description: Official custom WordPress theme for Goodwood United Football Club (Cape Town Tygerberg Football Association). Built with a Home, About, Info & Registration, Team/Exco, Fixtures, Pledge Program, Documentation and Contact page-template structure inspired by modern sports-club layouts. Colors and content are aligned with goodwoodunited.co.za.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goodwood-united
Tags: sports, football, club, one-column, two-columns, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready

Goodwood United FC WordPress Theme is distributed under the terms of the GNU GPL.
*/

/* Base variables are output dynamically in inc/customizer.php via wp_head.
   Fallback values are defined here so the theme still looks correct
   even before the customizer options are saved. */
:root{
	--gu-primary:#146c80;
	--gu-primary-dark:#0c4a58;
	--gu-gold:#f2b705;
	--gu-dark:#0b0e11;
	--gu-light:#f6f8f8;
	--gu-gray:#69737a;
	--gu-white:#ffffff;
	--gu-radius:10px;
	--gu-font-heading:'Oswald', sans-serif;
	--gu-font-body:'Inter', sans-serif;
}
