:root {
    --ebatc1-dark: #000000;
    --ebatc1-white: #ffffff;
    --ebatc1-primary: rgb(37, 52, 63);
    --ebatc1-secondary: #FF9B51;

    --ebatc1-container-width: 1440px;

    --ebatc1-space-xs: .4rem;
    --ebatc1-space-sm: .8rem;
    --ebatc1-space-md: 1.2rem;
    --ebatc1-space-lg: 2rem;
    --ebatc1-space-xl: 3rem;

    --ebatc1-fs-sm: .85rem;
    --ebatc1-fs-base: 1rem;
    --ebatc1-fs-md: 1.1rem;
    --ebatc1-fs-lg: 1.125rem;
    --ebatc1-fs-xl: 1.6rem;
    --ebatc1-fs-2xl: 1.25rem;

    --ebatc1-transition: .35s cubic-bezier(.4, 0, .2, 1);
}


body {
    font-family: "Cairo", sans-serif;
    direction: rtl;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}