/*
 * Your global styles here
 */
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}

html {
    background: white;
}

body {
    margin: 0;
}

h1,
h2
h3 {
    font-family: 'Dosis', sans-serif !important;
}

p , span {
    font-family: 'Open Sans', sans-serif;
}
