/******************************
 * FONTS
******************************/

@font-face {
    font-family: helvetica;
    src: url(../fonts/helvetica/helvetica.ttf);
}

@font-face {
    font-family: dutch-tulip;
    src: url(../fonts/dutch_tulip/dutch_tulip.ttf);
}

@font-face {
    font-family: grinched;
    src: url(../fonts/grinched/grinched.ttf);
}

.grinched {
    font-family: grinched !important;
}

.dutch-tulip {
    font-family: dutch-tulip !important;
}

.helvetica {
    font-family: helvetica !important;
}

body * {
    font-family: dutch-tulip;
}
