@font-face {
    font-family: 'NHaas55';
    src: url('font/NHaas55.otf') format('opentype');
}
@font-face {
    font-family: 'NHaas65';
    src: url('font/NHaas65.otf') format('opentype');
}

body {
    font-family: 'NHaas55', sans-serif;
    background-color: #f7f7f7;
}

::selection {
    background: #ACEBFB;
}

b {
    font-family: 'NHaas65', sans-serif;
}

.card-title {
    font-weight: bold;
}

.btn-outline-dark:hover .icon {
    filter: invert(1);
}

.bg-info {
    background-color: #5bc7ff !important;
}

.text-info {
    color: #5bc7ff !important;
}

.border-info {
    border-color: #5bc7ff !important;
}

.bg-danger {
    background-color: #ff6b82 !important; /* Light red */
}

.text-danger {
    color: #ff6b82 !important; /* Light red */
}

.border-danger {
    border-color: #ff6b82 !important; /* Light red */
}

.bg-success {
    background-color: #8ACE00 !important; /* Bright green */
}

.text-success {
    color: #8ACE00 !important; /* Bright green */
}

.border-success {
    border-color: #8ACE00 !important; /* Bright green */
}

