@font-face{
	font-family: 'silka';
	src:url(../fonts/silka/silka-regular-webfont.ttf);
}

@font-face{
	font-family: 'silka_bold';
	src:url(../fonts/silka/silka-bold-webfont.ttf);
}

@font-face{
	font-family: 'silka_black';
	src:url(../fonts/silka/silka-black-webfont.ttf);
}

@font-face{
	font-family: 'silka_medium';
	src:url(../fonts/silka/silka-medium-webfont.ttf);
}

@font-face{
	font-family: 'silka_semibold';
	src:url(../fonts/silka/silka-semibold-webfont.ttf);
}
@font-face{
	font-family: 'wotfard_regular';
	src:url(../fonts/wotfard/Wotfard-Regular.ttf);
}

@font-face{
	font-family: 'wotfard_bold';
	src:url(../fonts/wotfard/Wotfard-Bold.ttf);
}

@font-face{
	font-family: 'wotfard_semibold';
	src:url(../fonts/wotfard/Wotfard-SemiBold.ttf);
}

@font-face{
	font-family: 'wotfard_light';
	src:url(../fonts/wotfard/Wotfard-Light.ttf);
}

@font-face{
	font-family: 'exo';
	src:url(../fonts/exo/Exo-VariableFont_wght.ttf);
}

@font-face{
	font-family: 'DMSerifDisplay-Regular';
	src:url(../fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf);
}
@font-face{
	font-family: 'mmfont';
	src:url(../fonts/myanmar/Cherry_Unicode.ttf);
}

.silka{
	font-family: silka;
}

.mmfont{
	font-family: mmfont;
	color: #777;
}

.wotfard_semibold{
	font-family: wotfard_semibold;
}
.dmSerifDisplay-Regular{
	font-family: DMSerifDisplay-Regular;
}