html {
	scroll-behavior: smooth;
}
/*custom colors force*/
/* .text-indigo-900 */
.text-main-dark {
	color: #141414 !important;
}
/* .text-yellow-400 */
.text-main-detail {
	color: #F95711 !important;
}
/* .bg-yellow-400 */ 
.bg-detail {
	background-color: #F95711 !important;
}
/* .bg-indigo-90 */
.bg-dark {
	background-color: #141414 !important;
}
/* .bg-indigo-90 */
.bg-dark2 {
	background-color: #22263B !important;
}
/*
datanova palette
#F95711
#022358
#0B508A
#141414
*/