@import url('https://fonts.maateen.me/kalpurush/font.css');

body {
    font-family: 'Kalpurush', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
p, a, button, input, select, textarea, table, th, td, span, div {
    font-family: 'Kalpurush', sans-serif !important;
}

.public-card {
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

.soft-red-gradient {
    background: linear-gradient(135deg, #dc2626, #ef4444, #f87171);
}