@font-face {
    font-family: 'Majd1 Majd1';
    src: url('/i/fonts/Majd1-Bold.eot') format("embedded-opentype"), 
         url('/i/fonts/Majd1-Bold.woff') format("woff"), 
         url('/i/fonts/Majd1-Bold.ttf') format("truetype"), 
         url('/i/fonts/Majd1-Bold.svg') format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Majd1';
    src: url('/i/fonts/Majd1-Regular.eot') format("embedded-opentype"), 
         url('/i/fonts/Majd1-Regular.woff') format("woff"), 
         url('/i/fonts/Majd1-Regular.ttf') format("truetype"), 
         url('/i/fonts/Majd1-Regular.svg') format("svg");
    font-weight: bold;
    font-style: normal;
}




body {
    min-width: 320px;
    font-family: 'majd1','Segoe UI',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4rem;
    margin: 0;
}