body, * {
    font-family: 'Figtree', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .navbar-brand {
    font-family: "Cal Sans", sans-serif;
    font-optical-sizing: auto;
}

.bg-img {
    position: relative;
    z-index: 0;
}

.bg-img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-dark::before {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
}

.bg-img-light::before {
    opacity: .5;
}

.inline-block-children > * {
    display: inline-block;
}