/**
 * Custom Fonts for Faraz Landing Page
 */

/* Main Arabic Font - Khebrat Musamim */
@font-face {
    font-family: 'Khebrat-Musamim';
    src: url('../fonts/18-Khebrat-Musamim-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Default Font Setup */
body {
    font-family: 'Khebrat-Musamim', 'Amiri', 'Droid Arabic Naskh', Arial, sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Khebrat-Musamim', 'Amiri', 'Droid Arabic Naskh', Arial, sans-serif;
    font-weight: bold;
}

/* Specific Elements */
.info-card h2 {
    font-family: 'Khebrat-Musamim', 'Amiri', 'Droid Arabic Naskh', Arial, sans-serif;
    font-weight: bold;
}

.cta-button {
    font-family: 'Khebrat-Musamim', 'Amiri', 'Droid Arabic Naskh', Arial, sans-serif;
}