@font-face {
    font-family: 'Quicksand';
    src: url('/assets/fonts/Quicksand-Regular.woff2') format('woff2'),
         url('/assets/fonts/Quicksand-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('/assets/fonts/Quicksand-SemiBold.woff2') format('woff2'),
         url('/assets/fonts/Quicksand-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
