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

* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'DM Sans', sans-serif;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 1em;
}


html, body {
	background: #f7f7f7;
}


h1,h2,h3,h4,h5,h6 {
	font-family: 'Kanit', sans-serif;
	color: #000;
}

h1 {
	font-size: 1.7em;
	font-weight: 600;
}

h2 {
	font-size: 1.4em;
	font-weight: 400;
}

h3 {
	font-size: 1.2em;
	font-weight: 400;
}

p, a{
	color: #000;
}

a {
	text-decoration: none;
}

nav a {
	display: block!important;
	color: white!important;
	font-weight: 400!important;
	font-size: 1.1em!important;
	letter-spacing: 0.1px;
}

.btn {
	font-family: 'Kanit', sans-serif!important;
	border-radius: 25px!important;
	font-weight: 500!important;
	font-size: 1em;
}

.fondo-card {
	background: #fff!important;
	border-radius: 15px;
}

.numero {
	font-size: 3.5em;
	font-weight: bold;
}

.scroll-horizontal {
	overflow: auto;
    white-space: nowrap;
}

@media print {

	#tabla_principal, #pedidos_ajax, footer, #btnmenucanva, #prueba30dias, #botones_pedido, #pedido_cliente, #impresion_automatica, #numero_posibles_pedidos {
		display:none!important;
	}
	html, body {
		background: #fff!important;
		padding: 0!important;
		margin: 0!important;
		width: 58mm!important;
	}
	
}

@media only screen and (max-width: 768px) {


}
