:root {
    --ebctad3-dark: #000000;
    --ebctad3-whatsapp-color: #25D366;
    --ebctad3-call-color: #1877F2;

    --ebctad3-white: #ffffff;

    --ebctad3-primary: rgb(37, 52, 63);
    --ebctad3-secondary: #FF9B51;

    --ebctad3-space-xs: .4rem;
    --ebctad3-space-sm: .8rem;
    --ebctad3-space-md: 1.2rem;
    --ebctad3-space-lg: 2rem;
    --ebctad3-space-xl: 4rem;

    --ebctad3-br-lg: 50px;
    --ebctad3-transition: .35s cubic-bezier(.4, 0, .2, 1);

    --ebctad3-fs-lg: 1.125rem;
    --ebctad3-fs-xl: 1.5rem;


}

body {
    font-family: "Cairo", sans-serif;
    direction: rtl;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}