﻿/* Regular */
@font-face {
    font-family: 'Loew Next Arabic';
    src: url('../fonts/LoewNextArabic-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LoewNextArabic-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/LoewNextArabic-Regular.woff2') format('woff2'), url('../fonts/LoewNextArabic-Regular.woff') format('woff'), url('../fonts/LoewNextArabic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Loew Next Arabic';
    src: url('../fonts/LoewNextArabic-Bold.eot');
    src: url('../fonts/LoewNextArabic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/LoewNextArabic-Bold.woff2') format('woff2'), url('../fonts/LoewNextArabic-Bold.woff') format('woff'), url('../fonts/LoewNextArabic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Heavy */
@font-face {
    font-family: 'loew_next_arabicheavy';
    src: url('../fonts/loew_next_arabic_heavy-webfont.eot');
    src: url('../fonts/loew_next_arabic_heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/loew_next_arabic_heavy-webfont.woff2') format('woff2'), url('../fonts/loew_next_arabic_heavy-webfont.woff') format('woff'), url('../fonts/loew_next_arabic_heavy-webfont.ttf') format('truetype'), url('../fonts/loew_next_arabic_heavy-webfont.svg#loew_next_arabicheavy') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: 'loew_next_arabicextrabold';
    src: url('../fonts/loew_next_arabic_extrabold-webfont.eot');
    src: url('../fonts/loew_next_arabic_extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/loew_next_arabic_extrabold-webfont.woff2') format('woff2'), url('../fonts/loew_next_arabic_extrabold-webfont.woff') format('woff'), url('../fonts/loew_next_arabic_extrabold-webfont.ttf') format('truetype'), url('../fonts/loew_next_arabic_extrabold-webfont.svg#loew_next_arabicextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    flex-direction: column;
    align-items: center;
    margin: 0;
    background-color: #90335f;
    margin-bottom: 60px;
    font-family: 'Loew Next Arabic', 'Cairo',Tajawal,sans-serif;
}
