body {
    font-family: "Inter", sans-serif;
}

.dm-sans {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.bebas-neue {
    font-family: "Bebas Neue", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.text-stroke {
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.text-stroke-green {
    -webkit-text-stroke: 1px #65745d;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.accordionScroll {
    transition: flex-grow 0.3s ease-in-out;
}

.btnActive {
    background-color: #65745d !important;
    color: white;
}
