/***************************************************
*   Migrační styly z vyšší verze Bootstrap
******************************************* *<:o) */

:root,
[data-bs-theme=light] {
	--bs-warning-bg-subtle: #fff3cd;
}


.bg-warning-subtle {
	background-color: var(--bs-warning-bg-subtle) !important;
}

.fw-normal {
	font-weight: 400 !important;
}
