:root {
    --ebci2-white: #ffffff;
    --ebci2-dark: #000000;
    --ebci2-primary: #25343F;
    --ebci2-secondary: #FF9B51;
    --ebci2-gray: #cccccc;

    /* ============================= */
    --space-md: 1.2rem;
    --space-lg: 2rem;
    --space-xl: 3rem;

    /* ================= */
    --fs-md: 1.1rem;
    --fs-lg: 1.125rem;
    --fs-xl: 1.6rem;
}

body {
    font-family: "Cairo", sans-serif;
    direction: rtl;
}

a {
    text-decoration: none;
    color: inherit;
}