/**
 * Theme
 * 
 * Dark Color: #141134  / rgba(20,17,52,1)
 * Light Color: # / rgba(0,185,187,1)
 */

a {
    color: #00b9bb;
}

.theme-color-light {
    color: #00b9bb;
}

.theme-color-dark {
    color: #141134;
}

.theme-background-color {
    background-color: #141134;
}

.theme-background-dark {
    background-color: #141134;
}

.theme-bg-wash {
    background-color: rgba(20, 17, 52, 0.04);
}

.theme-bg-wash-hover:hover {
    background-color: rgba(0, 185, 187, 0.04);
}

.theme-button-primary {
    background: #00b9bb;
    color: #fff;
}
.theme-button-secondary {
    background: #141134;
    color: #00b9bb;
}
.theme-button-tertiary {
    background: rgba(20, 17, 52, 0.05);
    color: rgba(20, 17, 52, 1);
}

.theme-color-affirmative {
    color: #6fba1e;
}

.theme-color-warning {
    color: #d0021b;
}
