:root {
    --primary: #253d74;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1b1d29;
}

.account-card {
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(37, 61, 116, 0.08);
}
