.modal {
    font-weight: 500;
    font-family: 'Inter';
    font-style: normal;
}

.modal-content {
    border: 1px solid var(--light-light-grey);
}

.modal-header {
    font-size: 1rem;

    color: white;
    background-color: var(--lighter-blue);
}