@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Cairo:wght@200..1000&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
:root{
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height)
}
.header-start{
    width: 100%!important;
}


:root{
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + var(--header-height)/2);
}

body, *{
    font-family: "IBM Plex Sans Arabic", serif !important;
}
#footer-bottom{
    & img {
        max-width: 100%;
    }
}