:root {
    --font-design-headings: "Univa Nova", system-ui, -apple-system, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-design-headings);
    font-weight: 500;
}

html,
body {
    min-height: 100vh;
}

.carousel-indicators > li[data-bs-target]::marker {
    font-size: 0;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -3rem !important;
}
