
/*Fonte*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/*=================================
Geral
=================================*/
h1, h2, h3, h4, h5, h6, li, a, p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

body {
    background-position: center top;
    background-repeat: no-repeat;
    font-size: .9rem;
    background-color: #e8e8e8;
}