:root {
    --ahoora-content-max: 1280px;
}

html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

img[width][height] {
    aspect-ratio: attr(width) / attr(height);
}

[data-content-visibility="auto"] {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
}

.ahoora-skeleton {
    background: linear-gradient(90deg, #eef4f8 25%, #f8fbfd 37%, #eef4f8 63%);
    background-size: 400% 100%;
    animation: ahoora-skeleton 1.4s ease infinite;
}

@keyframes ahoora-skeleton {
    0% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
