:root {
    --ebctaf1-container-width: 1200px;
    --ebctaf1-dark: #000000;
    --ebctaf1-whatsapp-color: #25D366;

    --ebctaf1-primary: rgb(37, 52, 63);
    --ebctaf1-secondary: #FF9B51;
    --ebctaf1-gray: #cccccc;
    --ebctaf1-contact-text: #ffffff;

    --ebctaf1-space-xs: .4rem;
    --ebctaf1-space-sm: .8rem;
    --ebctaf1-space-md: 1.2rem;

    --ebctaf1-space-lg: 2rem;
    --ebctaf1-br-lg:50px;
    --ebctaf1-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;
}