@import url('https://fonts.googleapis.com/css?family=Dosis:400,700,800|Lato:400,400i,700,900');


/*
font-family: 'Lato', sans-serif;
font-family: 'Dosis', sans-serif;
*/

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #f2f2f2;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
    background-color: #283d5c;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #36527c;
}

body {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
}

.header img {
    width: 200px !important;
}
