/*
Theme Name: Shaddadms Theme
Theme URI: https://shaddadms.sa
Author: ahmed abdelnasser
Author URI: https://www.ahmedabdnasser.com
Description: Custom WordPress theme built with Bootstrap for Shaddadms website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shaddadms
Tags: bootstrap, custom, responsive
*/

/* Global Styles */
:root {
    --primary-color: #000000;
    --secondary-color: #FFC107;
    --white: #FFFFFF;
}

body {
    font-family: 'Tajawal', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    line-height: 1.6;
    color: #333;
    background-color: #FFFFFF;
}

/* Apply Tajawal globally to all text elements */
*, 
*::before,
*::after,
body, 
html,
h1, h2, h3, h4, h5, h6,
p, span, div, a, li, ul, ol,
input, textarea, select, button,
label, small, strong, em, b, i,
.navbar, .nav-link, .btn, .card, .container {
    font-family: 'Tajawal', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Bootstrap Overrides and Custom Styles */
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

/* Utility Classes */
.text-primary-custom {
    color: var(--primary-color);
}

.text-secondary-custom {
    color: var(--secondary-color);
}

.bg-primary-custom {
    background-color: var(--primary-color);
}

.bg-secondary-custom {
    background-color: var(--secondary-color);
}





