@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Outfit:wght@100..900&display=swap');

@font-face {
    font-family: 'CostumedHero';
    src: url('fonts/costumedherojnl.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal !important;
    padding: 0;
    margin: 0;
    background-color: white;
    height: 100%
}

.ff-primary {
    font-family: 'Arvo', serif !important;
}

h1,
h2,
h3 {
    letter-spacing: -0.1rem;
}

a,
input,
textarea,
select,
option,
button {
    font-weight: normal !important;
}

.no-focus,
.no-focus:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.fixed-top {
    animation: smoothScroll 1s forwards;
    z-index: 9999 !important
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.lb-image {
    border: 0 !important;
    border-radius: 0 !important;
}

.lb-number {
    display: none !important;
}

.bgcolor-primary {
    background-color: #87afa1 !important;
}

.bgcolor-secondary {
    background-color: #546950 !important;
}

.btncolor-primary {
    background-color: #87afa1 !important;
    border-color: #87afa1 !important;
    color: white !important
}

.btncolor-secondary {
    background-color: #546950 !important;
    border-color: #546950 !important;
    color: white !important
}

.textcolor-primary {
    color: #87afa1 !important;
}

.textcolor-secondary {
    color: #546950 !important;
}

.nav-active {
    color: #546950 !important;
    border-bottom: 2px solid #87afa1 !important;
    font-weight: 600 !important;
}