:root{
    --ebsrv1-dark: #000000;
    --ebsrv1-whatsapp-color: #25D366;
    --ebsrv1-call-color: #1877F2;

    --ebsrv1-white: #ffffff;

    --ebsrv1-primary: rgb(37, 52, 63);
    --ebsrv1-secondary: #FF9B51;

    --ebsrv1-container-width: 1440px;
    /* ===== SPACING ===== */
    --ebsrv1-space-xs: .4rem;
    --ebsrv1-space-sm: .8rem;
    --ebsrv1-space-md: 1.2rem;
    --ebsrv1-space-lg: 2rem;
    --ebsrv1-space-xl: 3rem;

    /* ===== FONT SCALE ===== */
    --ebsrv1-fs-sm: .85rem;
    --ebsrv1-fs-base: 1rem;
    --ebsrv1-fs-md: 1.1rem;
    --ebsrv1-fs-lg: 1.125rem;
    --ebsrv1-fs-xl: 1.6rem;
    --ebsrv1-fs-2xl: 1.25rem;
    /* ===== TRANSITION ===== */
    --ebsrv1-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;
}