html, body {
	position: relative;
	width: 100%;
	height: 100%;
    background-color: #f1efef;
}

body {
	font-family: 'Roboto', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: #f1efef;
}

input:focus, textarea:focus, select:focus{
	outline: none;
}

h1, h2, h3, h4 {
    color:#2c3e5044;
}

ion-icon {
	pointer-events: none;
}