@font-face {
    font-family: 'quick_r';
    src: url('../fonts/Quicksand-Regular.woff2') format('woff2'), 
    url('../fonts/Quicksand-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'quick_b';
    src: url('../fonts/Quicksand-Bold.woff2') format('woff2'), 
    url('../fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'quick_semi';
    src: url('../fonts/Quicksand-SemiBold.woff2') format('woff2'), 
    url('../fonts/Quicksand-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'quick_m';
    src: url('../fonts/Quicksand-Medium.woff2') format('woff2'), 
    url('../fonts/Quicksand-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'BeautiqueDisplay_bl';
    src: url('../fonts/BeautiqueDisplay-Black.woff2') format('woff2'), 
    url('../fonts/BeautiqueDisplay-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'BeautiqueDisplay_r';
    src: url('../fonts/BeautiqueDisplay-Regular.woff2') format('woff2'), 
    url('../fonts/BeautiqueDisplay-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
