/*--bs-font-sans-serif: "Raleway", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(74 162 178) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(38 59 80) !important;
}
.bg-light {
    background-color: rgb(242 242 242) !important;
}
.btn-primary {
    background-color: rgb(74 162 178) !important;
    border:none;
}

