@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
body,
html {
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.0312rem;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.0312rem;
    font-weight: 600;
}

