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