﻿
@media ALL {
    
}

.theme{
    --gray-text-light: #9a9a9a78;
    --neutral-border-color: #8585859c
}

/*GENERAL*/
.theme-text {
    color: var(--theme-text-color) ;
}

.theme-text-dark{
    color:#F8F9FA; 
}


.theme-text-light {
    color: #222222;
}

.top-row .theme-light {
    --theme-text: white !important;
}
.top-row .theme-dark {
    --theme-text: white !important;
}
/*GENERAL*/

/*BUTTONS and LINKS*/
.app-btn-primary {
    color: var(--btn-primary-color) !important;
    background-color: var(--btn-primary-bg);
    border-color: var(--btn-primary-border-color);
}

.app-btn-neutral {
    background: transparent !important;
    color: var(--theme-text-color);
    border: 1px solid var(--default-border-contrast);
}

/*BUTTONS and LINKS*/


/*GENERAL BACKGROUND*/
.theme-bg {
    background: var(--theme-bg);
    transition: background linear 0.1s;
}
/*GENERAL BACKGROUND*/


/*HOME CARD*/
.home-card {
    background: var(--card-bg);
}




/*HOME CARD*/