:root{

    /* ==========================
       BRAND COLOR
    ========================== */

    --primary: #0f172a;
    --primary-dark: #18468f;
    --primary-light: #eef1ff;

    /* ==========================
       TEXT
    ========================== */

    --text-dark: #1f2937;
    --text-body: #374151;
    --text-muted: #6b7280;
    --text-light: #ffffff;

    /* ==========================
       BACKGROUND
    ========================== */

    --bg-body: #f5f7fb;
    --bg-section: #ffffff;
    --bg-card: #ffffff;
    --bg-soft: #f8fafc;

    /* ==========================
       BORDER
    ========================== */

    --border: #e5e7eb;

    /* ==========================
       SHADOW
    ========================== */

    --shadow-sm: 0 2px 8px rgba(0,0,0,.05);
    --shadow-md: 0 8px 24px rgba(0,0,0,.08);
    --shadow-lg: 0 15px 40px rgba(0,0,0,.12);

    /* ==========================
       RADIUS
    ========================== */

    --radius-sm: 8px;
    --radius: 12px;
    --radius-lg: 18px;

    /* ==========================
       HEADER
    ========================== */

    --header-height: 74px;

    /* ==========================
       FOOTER
    ========================== */

    --footer-bg: #6976ee;
    --footer-color: #ffffff;

    /* ==========================
       TRANSITION
    ========================== */

    --transition: .25s ease;

}

