/* ═══════════════════════════════════════════════
   GDR SEO THEME — CSS Custom Properties (Fallbacks)
   ═══════════════════════════════════════════════

   These are static fallback values used when the Customizer has not
   overridden any settings. The dynamic :root block injected by
   dynamic-css.php takes precedence because it loads after this file.

   This file ensures the theme renders correctly even without PHP
   (e.g., static HTML previews, cache scenarios).
   ═══════════════════════════════════════════════ */

:root {
	/* ── Colors ─────────────────────────────────────── */
	--gdr-color-primary:      #E8670A;
	--gdr-color-primary-hover: #C45508;
	--gdr-color-secondary:    #1B3A5C;
	--gdr-color-background:   #F9FAFB;
	--gdr-color-text:         #1A1F2E;

	/* ── Layout ─────────────────────────────────────── */
	--gdr-container-width:    1200px;
	--gdr-section-spacing:    72px;

	/* ── Typography ─────────────────────────────────── */
	--gdr-font-body:          'Inter', sans-serif;
	--gdr-font-heading:       'Poppins', sans-serif;

	/* ── Buttons ────────────────────────────────────── */
	--gdr-button-radius:      6px;
	--gdr-button-padding-y:   15px;
	--gdr-button-padding-x:   32px;
}
