:root {
    --ebhro4-dark: #000000;
    --ebhro4-white: #ffffff;
    /* الألوان المستخرجة من تصميمك */
    --ebhro4-primary: #7944d1; 
    --ebhro4-secondary: #d7fd75;

    --ebhro4-container-width: 1440px;

    --ebhro4-space-xs: .20rem;
    --ebhro4-space-sm: .8rem;
    --ebhro4-space-md: 1.2rem;
    --ebhro4-space-lg: 2rem;
    --ebhro4-space-xl: 3rem;

    --ebhro4-fs-sm: .85rem;
    --ebhro4-fs-base: 1rem;
    --ebhro4-fs-md: 1.1rem;
    --ebhro4-fs-lg: 1.125rem;
    --ebhro4-fs-xl: 1.6rem;
    --ebhro4-fs-2xl: 1.25rem;

    --ebhro4-transition: .35s cubic-bezier(.4, 0, .2, 1);
    
    /* المتغير الإضافي المسموح به لحجم الخط الكبير جداً */
    --ebhro4-title-clamp: clamp(3rem, 10vw, 5.5rem);
}

body {
    font-family: "Cairo", sans-serif;
    direction: rtl;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}