:root {
    --bs-link-color: #000;
    --bs-link-hover-color: #000;
}

body {
    background-color: #f8f7f4;
    font-family: 'Instrument Sans';
}

.top-home-badge {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 9999999px;
    background-color: #f8d5cf;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 1
}

.blurred-nav {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    }

@media (max-width: 576px) {
    .position-fixed-sm {
        position: static !important;
    }
 }

.tr-header {
    background-color: #f1f0ea;
}

.focus-text {
    color: #fc9e70;
    font-weight: bold;
   }

   .accordion-collapse {
    border: 0;
}

.accordion-button {
    padding: 0px;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    color: #333333;
    text-align: left;
    border-bottom: 1px solid #ddd; 
}
.accordion-button:focus {
    box-shadow: none;
    border: none;
}
.accordion-button:not(.collapsed) {
    background: none;
    color: #fc9e70;
}
.accordion-body {
    padding: 15px;
    background-color: #f6f6f6;
}
.accordion-button::after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 40px;
    background-image: none;
    font-weight: 100;
    color: #fc9e70;
    transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 48px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}