@font-face {
    font-family: 'Alef';
    src: url('Alef-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Alef';
    src: url('Alef-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{font-family:Alef, Arial, sans-serif;font-size:14px;}