*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Almarai", "Cairo", sans-serif;
    background: var(--az-ivory);
    color: var(--az-text);
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

.azzam-v2-page {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}
