@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap');
:root{
--font-display:'Aref Ruqaa','Amiri',serif;
--font-body:'IBM Plex Sans Arabic','Segoe UI',sans-serif;

--text-xs:13px;--text-sm:14px;--text-base:16px;--text-lg:19px;
--text-xl:23px;--text-2xl:29px;--text-3xl:38px;--text-4xl:50px;--text-5xl:66px;

--leading-tight:1.15;--leading-snug:1.35;--leading-normal:1.65;--leading-relaxed:1.85;
--tracking-normal:0;
--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;
}
