@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    font-family: 'Roboto', sans-serif !important;
}
body {
    font-family: 'Roboto', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
}
p, span, div, a, button, input, textarea, select {
    font-family: 'Roboto', sans-serif !important;
}
.footer .footer-icon i.mdi {
    color: #ffffff !important;
}
.footer .footer-link li a {
    color: rgb(255 255 255 / 72%) !important;
}
.bg-overlay-gradiant {
    background: linear-gradient(80deg, #198754 0%, #045d41 100%);
}
.features .nav .nav-item .nav-link.active {
    border: 1px solid #0B563F;
    background: linear-gradient(#0B563F 0%, #007551 100%);
    color: #fff;
}
.bg-gradiant {
    background: linear-gradient(80deg, #0B563F 0%, #007551 100%);
    border: none !important;
    color: #fff !important;
}