.toast-body {
    font-family: 'Roboto-Light';
}

.toast .toast-header [data-bs-dismiss] {
    cursor: pointer;
}

.toast-header span {
    font-family: BebasNeue-Regular;
    font-size: 1.25em;
    margin-bottom: -5px;
}

.toast-header small {
    font-family: 'Roboto-Bold';
}

.toast-header .toast-icon, .toast-header span {
    color: var(--mschoa-color-blue-standard-selected);
}

.toast hr {
    opacity: .1;
}