@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

body {
	font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, p, small, a {
	font-family: 'Roboto', sans-serif !important;
}

/*========= Input =========*/
.login label {
	color: #071a38;
}
/*========= Input =========*/


/*========= Menu =========*/
/* Estilos da navbar movidos para layout_custom.php para permitir personalização */

#topnav .has-submenu.active>a {
	color: #2464ec !important;
}
.navigation-menu>li>a:hover,
.navigation-menu>li .submenu li a:hover {
	color: #2464ec !important;
}
/*========= Menu =========*/


/*========= Textos =========*/
.dashboard .card-box h1{
	color: #2464ec;
}
.dashboard .card-box h4 {
	color: #2464ec;
}
/*========= Textos =========*/


/*========= Footer =========*/
.footer {
	background-color: #071a38;
	color: #fff;
}
/*========= Footer =========*/


/*========= SweetAlert2 - Fonte Padrão =========*/
.swal2-popup,
.swal2-title,
.swal2-html-container,
.swal2-content,
.swal2-confirm,
.swal2-cancel,
.swal2-deny {
	font-family: 'Roboto', sans-serif !important;
}

.swal2-title {
	font-weight: 600 !important;
}
/*========= SweetAlert2 - Fonte Padrão =========*/
