:root {
    --ebtb1-white: #ffffff;
    --ebtb1-dark: #000000;
    --ebtb1-primary: #25343F;
    --ebtb1-secondary: #FF9B51;
    --ebtb1-gray: #cccccc;
    --ebtb1-icon-shadow: 0 0 15px var(--ebtb1-gray);

    /* ===== SPACING ===== */
    --ebtb1-space-xs: .4rem;
    --ebtb1-space-sm: .8rem;

    /* ===== FONT SCALE ===== */
    --ebtb1-fs-lg: 1.125rem;
    --ebtb1-fs-xl: 1.6rem;

    /* ===== TRANSITION ===== */
    --ebtb1-transition: .35s cubic-bezier(.4, 0, .2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Cairo", sans-serif;
    direction: rtl;
}


a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background-color: inherit;
}