/* Custom CSS additions for Private Bank Canada */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #0f172a;
}

::-webkit-scrollbar-thumb {
    background: #065f46;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #10b981;
}

/* Glassmorphism utility */
.glass-panel {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Credit card style */
.bank-card-gradient {
    background: linear-gradient(135deg, #064e3b 0%, #022c22 60%, #0f172a 100%);
    box-shadow: 0 20px 25px -5px rgba(6, 78, 59, 0.3), 0 8px 10px -6px rgba(0, 0, 0, 0.3);
}
