@font-face
{
    font-family:'Coustard';
    src:local("☺"),url("../fonts/Coustard/Coustard-Regular.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}

@font-face
{
    font-family:'SairaExtraCondensed';
    src:local("☺"),url("../fonts/Saira_Extra_Condensed/SairaExtraCondensed-Regular.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}
@font-face
{
    font-family:'SairaExtraCondensed-Bold';
    src:local("☺"),url("../fonts/Saira_Extra_Condensed/SairaExtraCondensed-Bold.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}

/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../img/scroll-top-arrow.png) no-repeat left top;
    z-index: 999;
}