.yellow {
	color: rgb(255, 235, 51) !important;
}
.blue {
	color: rgb(2, 127, 201) !important;
}
.blue2 {
	color: rgb(8, 55, 138) !important;
}
.green {
	color: rgb(133, 169, 8) !important;
}
.green2 {
	color: rgb(106, 173, 10) !important;
}
.brown {
	color: rgb(111, 84, 1) !important;
}
.purple {
	color: rgb(159, 44, 112) !important;
}
.orange {
	color: rgb(255, 121, 2) !important;
}
.red {
	color: rgb(246, 0, 0) !important;
}
.gray {
	color: rgb(153, 153, 153) !important;
}
.white {
	color: rgb(255, 255, 255) !important;
}
.bold {
	font-weight: bold !important;
}
.font-300 {
	font-family: "notokr-300" !important;
}
.font-500 {
	font-family: "notokr-500";
}
.font-700 {
	font-family: "notokr-700";
}
