body {
    direction: rtl;
    background: url('bg.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Janna-LT-Bold', sans-serif;
}
@font-face {
    font-family: 'Janna-LT-Regular';
    src: url('fonts/Janna-LT-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Janna-LT-Bold';
    src: url('fonts/Janna-LT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
