﻿@font-face {
    font-family: 'Cairo';
    src: url('/ALRAQIB/fonts/Cairo-Regular.ttf') format('truetype');
    /* Add other font weights or styles as needed */
}
body {
    font-family: 'Cairo', sans-serif;
}
