/*!
Theme Name: EarthSong
Theme URI: https://ashusingh.in/
Author: Ashutosh Singh
Author URI: https://ashusingh.in/
Description: Custom theme for EarthSong Communities
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: earthsong
*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    scroll-behavior: smooth;
	margin: 0;
	padding: 0
}

body {
    height: 100%;
	margin: 0;
	padding: 0
}