/**
 * BrightHub Addons — Default CSS Variables
 * These mirror the BrightHub theme defaults and are only loaded
 * when the theme is not active (standalone plugin mode).
 */
:root {
    --primary-color: #181D27;
    --primary-color-rgb: 24, 29, 39;
    --secondary-color: #7A5AF8;
    --secondary-color-rgb: 122, 90, 248;
    --third-color: #535862;
    --third-color-rgb: 83, 88, 98;
    --link-color: #181D27;
    --link-color-hover: #7A5AF8;
    --link-color-active: #7A5AF8;
    --gradient-color-from: #181D27;
    --gradient-color-to: #7A5AF8;
    --border-color: #d5d7da;
    --border-dot-color: #d5d7da;
    --grid-color: rgba(0,0,0,0.06);
}
