/* .tl-timenav-slider-background {
    background: var(--color-background);
} */

.tl-slidenav-title {
    display: none;
}

.tl-timegroup {
    background: var(--color-background);
}

.tl-timegroup.tl-timegroup-alternate {
    background: var(--color-muted);
}

.tl-menubar {
    display: none;
}

.tl-headline,
.tl-text-content,
.tl-text-headline-container,
.tl-timegroup-message {
    font-family: var(--font-sans) !important;
    text-shadow: 0 0 black !important;
    color: var(--color-foreground) !important;
}

.tl-timemarker-line-left,
.tl-timemarker-line-right {
    border-color: var(--color-muted);
}

.tl-timemarker .tl-timemarker-content-container {
    box-shadow: none !important;
    border-radius: 0px !important;
    background: var(--color-muted);
    color: var(--color-muted-foreground);
    border-color: rgba(255, 255, 255, 0.1);
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container {
    background: var(--color-primary);
    color: var(--color-foreground);
    border-color: var(--color-card-foreground);
}

.tl-timeline .tl-headline-date, .tl-timeline h3.tl-headline-date,
.tl-text .tl-headline-date, .tl-text h3.tl-headline-date {
    font-family: "Gothic", var(--font-sans) !important;
    text-shadow: 0 0 black !important;
    color: var(--color-foreground) !important;
}

.tl-slide.tl-full-image-background p, .tl-slide.tl-full-color-background p, .tl-slide.tl-full-image-background h1, .tl-slide.tl-full-color-background h1, .tl-slide.tl-full-image-background h2, .tl-slide.tl-full-color-background h2, .tl-slide.tl-full-image-background h3, .tl-slide.tl-full-color-background h3, .tl-slide.tl-full-image-background h4, .tl-slide.tl-full-color-background h4, .tl-slide.tl-full-image-background h5, .tl-slide.tl-full-color-background h5, .tl-slide.tl-full-image-background h6, .tl-slide.tl-full-color-background h6 {
    font-family: var(--font-sans) !important;
    text-shadow: 0 0 black !important;
}

.tl-full-image-background .tl-text .tl-headline-date, .tl-full-color-background .tl-text .tl-headline-date, .tl-full-image-background .tl-text p .tl-headline-date, .tl-full-color-background .tl-text p .tl-headline-date, .tl-full-image-background .tl-text h3.tl-headline-date, .tl-full-color-background .tl-text h3.tl-headline-date, .tl-full-image-background .tl-text p h3.tl-headline-date, .tl-full-color-background .tl-text p h3.tl-headline-date {
    color: var(--color-foreground) !important;
}