html {
	scroll-behavior: smooth;
}
/*custom colors force*/
/* .text-indigo-900 */
.text-main-dark {
	color: #121214 !important;
}
/* .text-yellow-400 */
.text-main-detail {
	color: #6366CA !important;
}
/* .bg-yellow-400 */ 
.bg-detail {
	background-color: #6366CA !important;
}
/* .bg-indigo-90 */
.bg-dark {
	background-color: #2E2F5C !important;
}
/*
datanova palette
#9BAEB6
#6366CA
#2E2F5C
#121214
*/