font-family: 'Open Sans', sans-serif;

@font-face {
    font-family: 'Quicksand';
    src: url('QuicksandBold-Regular.woff2') format('woff2'),
        url('QuicksandBold-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand Book';
    src: url('QuicksandBook-Regular.woff2') format('woff2'),
        url('QuicksandBook-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

