@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #f3f4f6;
}

.hdfc-blue {
    color: #004c8f;
}

.bg-hdfc-blue {
    background-color: #004c8f;
}

.hdfc-red {
    color: #ed232a;
}

.bg-hdfc-red {
    background-color: #ed232a;
}

.sidebar-link.active {
    background-color: #003666;
    border-left: 4px solid #ed232a;
}