:root {
    --ebhdr1-white: #ffffff;
    --ebhdr1-dark: #000000;

    --ebhdr1-whatsapp-color: #25D366;
    --ebhdr1-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    --ebhdr1-drop-down-shadow: 0 0 15px rgba(0, 0, 0, 0.226);

    --ebhdr1-overlay: rgba(0, 0, 0, .45);
    --ebhdr1-primary: #25343F;
    --ebhdr1-secondary: #FF9B51;
    --ebhdr1-gray: #cccccc;


    --container-width: 1440px;
    /* ===== SPACING ===== */
    --ebhdr1-space-xs: .4rem;
    --ebhdr1-space-sm: .8rem;
    --ebhdr1-space-md: 1.2rem;
    --ebhdr1-space-lg: 2rem;


    /* ===== FONT SCALE ===== */
    --ebhdr1-fs-sm: .85rem;
    --ebhdr1-fs-xl: 1.6rem;
    --ebhdr1-fs-2xl: 1.25rem;
    /* ===== TRANSITION ===== */
    --ebhdr1-transition: .35s cubic-bezier(.4, 0, .2, 1);
    --ebhdr1-shadow-card: 0 10px 10px 0 #ff9c5118, 0 10px 10px 0 #ff9c5113;
    /* ====== border radius === */
    --ebhdr1-br-sm: 12px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Cairo", sans-serif;
    direction: rtl;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-xl);
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background-color: inherit;
}