/* ==========================================================================
   Kimaya Gynec & Fertility Center — CSS Variables
   
   Centralized design tokens for branding, colors, typography, and spacing.
   These override or extend the Doccure template theme (theme-9) values.
   ========================================================================== */

:root {
    /* ── Brand Colors ── */
    /* Primary colors are inherited from style.min.css theme-9 palette.
       Add Kimaya-specific overrides below as needed. */

    /* ── Spacing Scale ── */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 3rem;
    --spacing-3xl: 4rem;

    /* ── Typography ── */
    /* Font families are loaded via style.min.css (Inter, Poppins, Hanken Grotesk) */

    /* ── Breakpoints (reference only — use Bootstrap breakpoints via grid classes) ── */
    /* sm: 576px | md: 768px | lg: 992px | xl: 1200px | xxl: 1400px */

    /* ── Transitions ── */
    --transition-fast: 0.15s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}
