@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");

body, input, select, textarea {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 2em;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    line-height: 1.75em;
}


/* ******************************************************** Sito REPORT ******************************************************** */
fieldset {
	padding: revert;
	border: revert;
}

.my-link {
	cursor: pointer;
}
.my-link:hover, .my-link:active {
	opacity: .7;
}

.bg-light-1 { background: #f5f5f5 }
.bg-light-2 { background: #e5e5e5 }

.font-1 { font-size: .25em !important }
.font-2 { font-size: .5em !important }
.font-3 { font-size: 1em !important }
.font-4 { font-size: 1.5em !important }
.font-5 { font-size: 3em !important }

.w-5 { width: 5% !important }
.w-10 { width: 10% !important }
.w-15 { width: 15% !important }
.w-20 { width: 20% !important }
















