:root {
    --ebpt3-container-width:1440px;
    --ebpt3-dark: #000000;
    --ebpt3-white: #ffffff;
    --ebpt3-primary: #FE1883;
    --ebpt3-secondary: rgb(33, 37, 41);
    --ebpt3-container-width: 1440px;

    --ebpt3-card-img-shadow: 0 10px 15px -3px #2125291f;
    --ebpt3-shadow-card: 0 10px 10px 0 rgb(33, 37, 41, 0.1), 0 10px 10px 0 rgb(33, 37, 41, 0.06);
    --ebpt3-shadow-card-hover: 0 25px 50px -12px rgba(33, 37, 41, 0.25);
   
    --ebpt3-br-sm: 12px;
    --ebpt3-br-md: 15px;
    --ebpt3-br-lg: 20px;

    --ebpt3-space-xs: .4rem;
    --ebpt3-space-sm: .8rem;
    --ebpt3-space-md: 1.2rem;
    --ebpt3-space-lg: 2rem;
    --ebpt3-space-xl: 3rem;

   
    --ebpt3-fs-sm: 0.8rem;
    --ebpt3-fs-md: 1.1rem;
    --ebpt3-fs-lg: 1.125rem;
    --ebpts-fs-xl: 1.6rem;
    --ebpt3-fs-base: 1rem;
}

body {
    font-family: "Cairo", sans-serif;
    direction: rtl;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}