/**** begin custom colors ****/
:root {
    --color-1: #0b0b0b;
    --color-2: #1a1a1a;
    --color-3: #2b2b2b;
    --color-4: #0e9200;
    --color-5: #4cbb17;
    --color-6: #46dc9c;
    --color-7: #bba817;
    --color-8: #f1fb85;
    --color-9: #eeeeee;

    --gradient-1: radial-gradient(circle at center, var(--color-6), var(--color-4));
    --gradient-2: linear-gradient(to bottom, var(--color-8), var(--color-7));
    --gradient-3: radial-gradient(circle at center, var(--color-8), var(--color-7));
    --gradient-4: radial-gradient(circle at bottom, var(--color-8), var(--color-7));
    --gradient-5: linear-gradient(to bottom, var(--color-6), var(--color-4));
}
/**** endof custom colors ****/



/**** begin custom background colors ****/
.bg-color-1 { background-color: var(--color-1) !important; }
.bg-color-2 { background-color: var(--color-2) !important; }
.bg-color-3 { background-color: var(--color-3) !important; }
.bg-color-4 { background-color: var(--color-4) !important; }
.bg-color-5 { background-color: var(--color-5) !important; }
.bg-color-6 { background-color: var(--color-6) !important; }
.bg-color-7 { background-color: var(--color-7) !important; }
.bg-color-8 { background-color: var(--color-8) !important; }
.bg-color-9 { background-color: var(--color-9) !important; }

.bg-black { background-color: #000000 !important; }

.bg-gradient-1 { background-image: var(--gradient-1) !important; }
.bg-gradient-2 { background-image: var(--gradient-2) !important; }
.bg-gradient-3 { background-image: var(--gradient-3) !important; }
.bg-gradient-4 { background-image: var(--gradient-4) !important; }
.bg-gradient-5 { background-image: var(--gradient-5) !important; }
/**** endof custom background colors ****/



/**** begin custom button colors ****/
/**** endof custom button colors ****/



/**** begin custom text colors ****/
/**** endof custom text colors ****/



/**** begin custom rtp-slot colors ****/
.yellow{
    background-color: #ffc107;
}
.green{
    background-color: #28a745;
}
.red{
    background-color: #dc3545;
}
/**** endof custom rtp-slot colors ****/

@font-face {
    font-family: 'font-digits';
    src: url("../fonts/digits.otf");
}
