:root {
    /* === SSGC Custom Variables === */
    --ssgc-textprimaryonlight: #0d1423;
    --ssgc-richblack: #0d1423;
    --ssgc-orange: #e96000;
    --ssgc-sand: #fda76d;
    --ssgc-white: white;
    --ssgc-black: black;

    --ssgc-textonlightsecondary: #6b6b6b;
    --ssgc-textonlighttertiary: #878787;
    --ssgc-textondarkprimary: whitesmoke;
    --ssgc-textondarksecondary: #b8b8b8;
    --ssgc-textondarktertiary: #979797;
    --ssgc-textsecondaryondark: #c8c8c8;

    --ssgc-grey: #7c7c7c;
    --ssgc-light-grey: #cbcbcb;
    --ssgc-dark-slate-grey: #434343;

    --ssgc-bglight1-white-smoke: #f9f9f9;
    --ssgc-bglight2-alpine: #f4f6f9;
    --ssgc-bglight3-smoke: #eaecf0;

    --ssgc-orange-transparent: #d354001c;
    --ssgc-success-green: #009650;
    --ssgc-error-red: #c20027;

    --ssgc-accentdark-mahogany: #b64900;
    --ssgc-gunmetal: #1f2636;
    --ssgc-independence: #33415c;
    --ssgc-romansilver: #868d9d;

    --ssgc-orange-rgb: 233, 96, 0;
    --ssgc-sand-rgb: 253, 167, 109;
    --ssgc-danger-rgb: 241, 65, 65;
    --ssgc-gunmetal-rgb: 31, 38, 54;
    --ssgc-black-rgb: 0, 0, 0;
    --ssgc-success-green-rgb: 0, 150, 80;
    --ssgc-error-red-rgb: 194, 0, 39;
    --ssgc-textonlighttertiary-rgb: 135, 135, 135;

    /* Additional colors for badges and tags */
    --ssgc-blue-rgb: 59, 130, 246;
    --ssgc-purple-rgb: 147, 51, 234;
    --ssgc-yellow-rgb: 245, 158, 11;
    --ssgc-pink-rgb: 236, 72, 153;
    --ssgc-indigo-rgb: 99, 102, 241;
    --ssgc-teal-rgb: 20, 184, 166;
    --ssgc-gray-rgb: 107, 114, 128;
}