:root {
    --header-bg: #1e1d29;
    --primary: #0e0d17;
    --bg: #1e1d29;
    --surface: #c2c6cb;
    --primary-simple: #95fdfd;
    --primary-cont: #95fdfd;
}

.img-list__img {
    min-width: 70px;
    background: unset;
}

h1, h2, h3, h4, h5, h6,
.content__header-text {
    color: #FFF;
}

.tabs-block__trigger-list {
    background: var(--primary-cont);
}

.tabs-block__trigger:hover,
.tabs-block__trigger.active {
    background: #100e26;
    color: #FFF;
}

.benefits__list li::after {
    border-bottom: 2px solid #0e0d17;
    border-left: 2px solid #0e0d17;
}

.casinos-list__item::before { 
	color: #0e0d17
}

.btn_primary,
.btn_elevated {
	background: var(--on-primary);
  	color: var(--primary);
}
