/*
Theme Name: Azaad Digital
Theme URI: https://azaaddigital.com/
Author: Azaad Digital
Description: Independent custom WordPress theme for Azaad Digital.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: azaad-digital
*/

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	background: #ffffff;
	color: #111827;
}

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