/* Import HSBI Lausanne fonts */
@import url('fonts.css');

/* Global styles */
* {
    font-family: 'HSBI Lausanne', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

body {
    background-color: #ffffff;
    font-family: 'HSBI Lausanne', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'HSBI Lausanne', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
}

/* Dash Bootstrap overrides */
.card-body, .card-title, .btn, .form-control {
    font-family: 'HSBI Lausanne', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Cytoscape network */
#project-network {
    background-color: #ffffff;
}

/* Details panel specific styles */
#element-details {
    font-family: 'HSBI Lausanne', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

#element-details h5 {
    font-weight: 600;
}

#element-details strong {
    font-weight: 600;
}

/* Dropdown specific */
.dash-dropdown {
    font-family: 'HSBI Lausanne', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

.Select-control,
.Select-value-label,
.Select-placeholder,
.Select-option {
    font-family: 'HSBI Lausanne', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}