html, body {
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: clamp(18px, 2vw, 20px);
}
.card, .dropdown-menu, .nav .nav-item .active, .list-group, .form-select, .toast, .pagination, .page-link, .alert, .btn-close, .form-check-input, .btn, .badge, .form-control, .input-group-text, .modal-content {
    border-radius: 0 !important;
}