/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@font-face {
    font-family:"mk11";
    src:url("https://kombatant.bucilsoft.com/mk11.otf") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

:root {
	--cnvs-body-font: mk11 !important;
	--cnvs-primary-font: mk11 !important;
	--cnvs-secondary-font: mk11 !important;
}