@font-face {
    font-family: 'Quicksand';
    src: url('Quicksand-Regular.eot');
    src: url('Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
    url('Quicksand-Regular.woff2') format('woff2'),
    url('Quicksand-Regular.woff') format('woff'),
    url('Quicksand-Regular.ttf') format('truetype'),
    url('Quicksand-Regular.svg#Quicksand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.quick {
    font-family: 'Quicksand', sans-serif;
}

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