@import url('https://fonts.googleapis.com/css2?family=Vina+Sans&display=swap');

a, button, h1 {
    font-family: 'Vina Sans', serif !important;
}

[data-bs-theme="dark"] {
    --bs-body-bg: #000 !important;
    --bs-body-color: #FFF !important;
    --bs-link-color-rgb: #FFF !important;
}