@font-face {
    font-family: "luckiestguy";
    font-style: normal;
    font-weight: 400;
    src: url("luckiestguy.ttf");
}

@font-face {
    font-family: "fredburger_ar";
    /*font-style: normal;*/
    font-weight: 400;
    src: url("fred_burger_black_arabic.woff") format("woff");
}

@font-face {
    font-family: "fredburger_cy";
    /*font-style: normal;*/
    font-weight: 400;
    src: url("fred_burger_black.woff") format("woff");
}

@font-face {
    font-family: "benguiat";
    font-style: normal;
    font-weight: 400;
    src: url("benguiat.ttf");
}

@font-face {
    font-family: "avenir";
    font-style: normal;
    font-weight: 400;
    src: url("avenir.ttf");
}

body {
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-user-select: none;
    /* prevent copy paste, to allow, change 'none' to 'text' */
}