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