/* Akram Net - Local Assets Stylesheet
   This file loads Cairo Font and FontAwesome locally without internet.
*/

/* 1. Cairo Font Local Definition */
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* 2. FontAwesome Local Placeholder */
/* Note: For full icons, please place your local all.min.css into this folder and webfonts into fonts/ */

/* استهداف الروابط التي تأتي داخل الفقرات النصية والعناوين فقط */
p a, p a:link, p a:visited,
h1 a, h1 a:link, h1 a:visited,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited,
span a, span a:link, span a:visited {
    color: inherit !important;
    text-decoration: none !important;
}

p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, span a:hover { 
    color: inherit !important;
    text-decoration: underline !important; /* يظهر خط تحت النص عند التمرير فقط ليُعرف أنه رابط */
}