@import "variables/fonts-oj9fAfu.css";
@import "components/site-title-V5mo2k6.css";
@import "components/youtube-button-15cP4lO.css";
@import "components/youtube-video-GDNGg2P.css";

a {
    text-decoration: none !important;
}

:root,
[data-bs-theme='light'] {
    --font-family-sans-serif: 'Source Sans Pro', Helvetica, sans-serif !important;

    [data-bs-theme='dark'] {
        h1,
        h2 {
            a {
                color: var(--h-link-color-dark);

                &:hover {
                    color: var(--h-link-hover-color-dark);
                }
            }
        }
    }
}

.custom-theme[data-bs-theme='dark'] {
    --font-family-sans-serif: 'Source Sans Pro', Helvetica, sans-serif;
    --bs-link-color: #f7ebbc;
    --bs-link-color-rgb: 247, 235, 188;
    --bs-link-hover-color: #f7cb1a;
    --bs-link-hover-color-rgb: 247, 203, 26;
    --h-link-color-dark: #d1f185;
    --h-link-hover-color-dark: #95f156;
}

@media (max-width: 992px) {
    .border-end.header-title {
        border-right: none !important;
    }
}
