/*
ProVision Co.
-------------
This web application design and development by ProVision Co.

All source files, presentable or core, graphics and layout are owned/controlled by ProVision, and no one, entity or individual, can use/modify/destribute at anytime or to anywhere without a written approval from ProVision.

This website/web app is based on LegionCMS engine, which is a MVC platform built completely from scratch by ProVision's team.

-We know that you like this code, if you are interested joining our team, dont hesitate sending your CV to us.
--------------
Omar Shamali
https://provision.ps
*/

/* Arabic — Almarai (300/400/700/800) | English — Sora (400/500/600/700/800, open-licensed stand-in for Seol Sans) */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Sora:wght@400;500;600;700;800&display=swap');

/* English brand font — Seol Sans.
   STAGED, NOT ACTIVE: the freely-downloadable "Seol Sans" is a low-quality
   knockoff that renders illegibly. To activate the real font, drop the
   licensed Seol Sans web files into res/front/fonts/ (seol-sans.woff2/woff),
   uncomment this @font-face, and put 'Seol Sans' first in the body stack
   in main.css. */
/*
@font-face {
    font-family: 'Seol Sans';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(../fonts/seol-sans.woff2) format('woff2'),
         url(../fonts/seol-sans.woff) format('woff'),
         url(../fonts/seol-sans.otf) format('opentype');
}
*/

/* legacy site font (kept for safety; no longer the default) */
@font-face {
    font-family: 'robot';
    font-display: swap;
    src:
        local('robot'),
        url(../../../uploads/17429964931344125596.ttf) format('truetype');
}

/* Direction-based brand typography: English -> Seol Sans, Arabic -> Almarai */
html[dir="rtl"] body,
html[lang="ar"] body { font-family: 'Almarai', system-ui, 'Segoe UI', sans-serif; }
h1, h2, h3, h4, h5, h6,
button, input, select, textarea { font-family: inherit; }
