/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://ilmulquranus.org/
Template: twentytwentyfour
Author: Ilm-ul-Quran Team
Author URI: https://ilmulquranus.org/
Description: A child theme of Twenty Twenty-Four, customized for specific needs.
Requires at least: 6.4
Requires PHP: 7.0
Version: 1.0.0
Text Domain: twentytwentyfour-child

*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}