
/* Google Fonts Imports */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
:root {
    --primary-color: #a11b5e;
    --primary-rgb: 161,27,94;
    --secondary-color: #f6b020;
    --font-arabic: "Tajawal", "Cairo", sans-serif;
    --font-english: "Inter", "Segoe UI", sans-serif;
    --header-bg-style: #055c05;
    --header-text-color: #ffffff;
}

header {
    background: var(--header-bg-style) !important;
    background-size: cover !important;
    background-position: center !important;
    color: var(--header-text-color) !important;
}

header a, header span, header i {
    color: var(--header-text-color) !important;
}

