:root {
    /* =========================================================
       BRAND COLORS
    ========================================================== */

    --crev-blue: #2A357B;
    --crev-teal: #3AB6B3;
    --crev-cyan: #00AEEF;

    --solar-green: #32F279;
    --solar-green-active: #12C95A;
    --solar-deep: #063B2E;
    --solar-night: #071E19;

    --graphite: #293331;

    --white: #FFFFFF;
    --off-white: #F7F9F8;
    --light-gray: #EEF2F0;
    --border-light: #DDE5E2;

    --text-primary: #10233F;
    --text-secondary: #5F6B76;
    --text-light: #FFFFFF;
    --text-muted: #AEB8B4;

    /* =========================================================
       TYPOGRAPHY
    ========================================================== */

    --font-family: "Montserrat", Arial, Helvetica, sans-serif;

    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 600;

    /* =========================================================
       LAYOUT
    ========================================================== */

    --container-width: 1280px;
    --container-padding: 32px;

    --section-padding: 96px;
    --section-padding-mobile: 64px;

    /* =========================================================
       BORDER RADIUS
    ========================================================== */

    --radius-xs: 8px;
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --radius-xl: 36px;
    --radius-pill: 999px;

    /* =========================================================
       SHADOWS
    ========================================================== */

    --shadow-sm:
        0 4px 18px rgba(0, 0, 0, 0.06);

    --shadow-md:
        0 12px 34px rgba(0, 0, 0, 0.10);

    --shadow-lg:
        0 22px 60px rgba(0, 0, 0, 0.16);

    /* =========================================================
       TRANSITIONS
    ========================================================== */

    --transition-fast: 0.2s ease;
    --transition-normal: 0.35s ease;

    /* =========================================================
       Z INDEX
    ========================================================== */

    --z-header: 1000;
    --z-overlay: 10;
    --z-content: 20;
}