:root {
    --bs-body-bg: #050925;
    --bs-body-color: #ffffff;
    --bs-text-muted: #8492a8;
    --bs-input-bg: transparent;
    --bs-input-border: #1d293b;
    --bs-body-font-weight: 300;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}

label {
    font-weight: 400;
}