/* You can add global styles to this file, and also import other style files */
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color: #171923;
color: #e2e8f0;
}
// Override Bootstrap default styles
.btn {
font-weight: 500;
border-radius: 6px;
}
.form-control:focus {
box-shadow: none;
}
.dropdown-menu {
background-color: #2d3748;
border: 1px solid #4a5568;
.dropdown-item {
color: #cbd5e0;
&:hover, &:focus {
background-color: #4a5568;
color: #f7fafc;
}
}
}
.card {
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}