

@ import "../bootstrap-5.3.3-dist/scss/bootstrap";

:root {
    --bs-border-radius: .6rem;
    --bs-link-color-rgb: 136,136,136;
    --bs-body-font-size: 2rem;
}

.modal {
    --bs-modal-width: 700px;
}

:root, [data-bs-theme="light"] {
    --bs-body-font-size: 1.2rem;
    --bs-border-radius: .3rem;
}