html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #3e3e3e;
    font-family: Delivery, Source Han Sans CN, SimHei, sans-serif;
    background: white;
}

@font-face {
    font-family: "Delivery";
    src: url('../fonts/DeliveryArabic_W_Rg.woff2') format('woff2'),
    url('../fonts/DeliveryArabic_W_Rg.woff') format('woff'),
    url('../fonts/DeliveryArabic_W_Rg.svg') format('svg'),
    url('../fonts/DeliveryArabic_W_Rg.eot') format('embedded-opentype');
}
