/********************/
/* XIAHDEH - CUSTOM */
/********************/

/* SMOOTH SCROLL */
html {
	scroll-behavior: smooth;
}

/* IMAGES */
img {
	image-rendering: -webkit-optimize-contrast;
}

/* WP COMPRESS */
body img.no-delay {
	display: none;
}