:root {
    /* Logo ______________________________________ */
    --logo-width: 140px;
    --logo-height: 48px;
    --logo-path: url("../img/radionix_logo_black.svg");
    /* --logo-path: url("../img/squash_logo.svg"); */
    

    /* // Core Brand Colors______________________ */
    --ims-core-white: #FFFFFF;
    --ims-core-black: #000000;
    --ims-core-brand: #007BC0;
    /* --ims-core-brand: #f79729; */

    --ims-core-secondary: #9E2896;
    --ims-core-tertiary: #18837E;

    
    /* // Brand Shades___________________________ */
    --ims-core-brand-rgb: 0, 123, 192;
    /* --ims-core-brand-rgb: 247, 151, 41; */

    --ims-core-brand-hsl: 202, 100%, 38%;
    --ims-core-brand-75: hsl(202, 100%, 60%);
    --ims-core-brand-50: hsl(202, 100%, 75%);
    --ims-core-brand-25: hsl(202, 100%, 90%);
    --ims-core-brand-10: hsl(202, 100%, 95%);
    
    
    /* // Grays__________________________________ */
    --ims-gray-10: #FAFAFA;
    --ims-gray-15: #F6F6F6;
    --ims-gray-20: #F2F2F2;
    --ims-gray-25: #EBEBEB;
    --ims-gray-30: #E3E3E3;
    --ims-gray-35: #C2C2C2;
    --ims-gray-40: #8E8E8E;
    --ims-gray-45: #565656;
    --ims-gray-50: #333333;
    
    
    /* // "Digital" Info Colors___________________ */
    --ims-info-blue: #007BC0;
    --ims-info-green: #00884A;
    --ims-info-yellow: #FFCF00;
    --ims-info-red: #ED0007;

    /* Theme Base Colors__________________________  */
    --ims-background-color: var(--ims-core-white);
    --ims-foreground-color: var(--ims-core-black);

    /* Tables______________________________________ */

    --table-hover-color: var(--foreground-color);
    --table-hover-bg: var(--ims-core-brand-25) !important;
    --table-stripe-bg: var(--ims-gray-20);

    /* CTA____________________________________________ */
    /* Btn Border Radius  */
    --ims-btn-border-radius: 0;
    /* Link Color  */
    --ims-link-color: var(--ims-core-brand);
}
