:root {
    --nsstars-main-font: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --nsstars-heading-font: "Oswald", "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body,
button,
input,
select,
textarea,
.btn,
.nav-link,
.dropdown-item {
    font-family: var(--nsstars-main-font) !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6,
.slider__title {
    font-family: var(--nsstars-heading-font) !important;
    letter-spacing: 0.01em;
}

.text-bg-stroke {
    z-index: -1;
    -webkit-text-stroke: 1.3px;
    -webkit-text-stroke-color: #85baeb;
}

.z-10 {
    z-index: 2500 !important;
}

.alfa-slab-one-regular {
    font-family: "Alfa Slab One", serif;
    font-weight: bolder;
    font-style: normal;
    color: #003e7d;
}

footer.bg-black {
    background-color: #000 !important;
}
