.montserrat-100 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}
.montserrat-200 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.montserrat-300 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.montserrat-400 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.montserrat-600 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.montserrat-700 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.montserrat-800 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
.montserrat-900 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}
.bg-light {
    background-color: #e6e6e6 !important;
}
.bg-card {
    background-color: #F6ECE0;
}
.btn-secondary{
    --bs-btn-bg: #B66A2C !important;
    --bs-btn-border-color: #B66A2C !important;
}
.btn-secondary:hover {
    background-color: #9E5621 !important;
    border-color: #9E5621 !important;
}
.text-chronic{
    color: #818b7e;
}
.text-green{
    color: rgb(0, 150, 136);
}
.text-darkgreen{
    color: rgb(6, 68, 74);
}
.solution-section{
    background-color: #a0ab9d;
}
.footer-section{
    background-color: #a0ab9d;
}
.guide-modal{
    background-color: #9E5621;
}
.guide-inputbg{
    background-color: #e9e8df;
}
.text-deepgreen{
    color: #06444a;
}
.bg-guide{
    background-color: #a0ab9d;
}
