@import 'variables.css';

.box-notation.notation-danger {
    color: #DC3545;
    border-color: #DC3545;
}

.box-notation {
    position: relative;
    border-left: 4px solid #ccc;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.card-header {
    background-color: var(--arancioneMarino);
    color: white;
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif !important;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

#accedi {
    background-color: var(--arancioneMarino);
    color: white;
    padding-left: 30px;
    padding-right: 30px;
}


.font-helvetica {
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
}
