@font-face {
    font-family: 'SF Arabic';
    src: url('/static/fonts/SaudiWeb-Regular.woff') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'SF Arabic';
    src: url('/static/fonts/SaudiWeb-Bold.woff') format('truetype');
    font-weight: bold;
}

body {
    font-family: 'SF Arabic', sans-serif;
    font-weight: bold;
    direction: rtl;
}