
/* FONTS */
@font-face {
    font-family: 'tahu';
    src: url('../fonts/Tahu.eot');
    src: url('../fonts/Tahu.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Tahu.woff2') format('woff2'),
        url('../fonts/Tahu.woff') format('woff'),
        url('../fonts/Tahu.ttf') format('truetype'),
        url('../fonts/Tahu.svg#Tahu!') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'quick';
    src: url('../fonts/Quicksand-Regular.eot');
    src: url('../fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Regular.woff2') format('woff2'),
        url('../fonts/Quicksand-Regular.woff') format('woff'),
        url('../fonts/Quicksand-Regular.ttf') format('truetype'),
        url('../fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'quick_light';
    src: url('../fonts/Quicksand-Light.eot');
    src: url('../fonts/Quicksand-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Light.woff2') format('woff2'),
        url('../fonts/Quicksand-Light.woff') format('woff'),
        url('../fonts/Quicksand-Light.ttf') format('truetype'),
        url('../fonts/Quicksand-Light.svg#Quicksand-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'liberation';
    src: url('../fonts/LiberationSerif.eot');
    src: url('../fonts/LiberationSerif.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LiberationSerif.woff2') format('woff2'),
        url('../fonts/LiberationSerif.woff') format('woff'),
        url('../fonts/LiberationSerif.ttf') format('truetype'),
        url('../fonts/LiberationSerif.svg#LiberationSerif') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

