/*
 Theme Name:   AS Golf de la Forteresse
 Theme URI:    https://asgolf-forteresse.fr
 Description:  Theme enfant pour l'AS Golf de la Forteresse, bas&eacute; sur GeneratePress.
 Author:       AS Golf de la Forteresse
 Author URI:   https://asgolf-forteresse.fr
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  asgolf
*/

/* ==========================================================================
   Design Tokens (Proprietes personnalisees)
   ========================================================================== */

:root {
	--color-primary: #00994d;
	--color-text-green: #007a3d;
	--color-background: #fcfcfc;
	--color-white: #ffffff;
	--color-text: #333333;
	--color-text-light: #666666;
	--color-border: #e0e0e0;

	--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

	--breakpoint-md: 768px;
	--breakpoint-lg: 1024px;

	--spacing-xs: 0.25rem;
	--spacing-sm: 0.5rem;
	--spacing-md: 1rem;
	--spacing-lg: 1.5rem;
	--spacing-xl: 2rem;

	--radius-sm: 4px;
	--radius-md: 8px;
	--radius-lg: 12px;
}

/* ==========================================================================
   Styles de base
   ========================================================================== */

body {
	background-color: var(--color-background);
	color: var(--color-text);
	font-family: var(--font-family-base);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-text-green);
}

a {
	color: var(--color-primary);
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--color-text-green);
	text-decoration: underline;
}
