/*
	Developed By Surajit Majumdar | EGO Developers
	www.egodevelopers.com | hello@egodevelopers.com | hello@surajitmajumdar.com | +91 9614411550
	
	Custom style for SchoolDesk Designs
	
	v1.0.0 | Last Updated on 22-March-2023
*/

/* Font starts here */
	.font-0-8 {
		font-size:0.8rem;
	}
	.font-0-9 {
		font-size:0.9rem;
	}
	.font-1-0 {
		font-size:1.0rem;
	}
	.font-1-1 {
		font-size:1.1rem;
	}
	.font-1-2 {
		font-size:1.2rem;
	}
	.font-1-3 {
		font-size:1.3rem;
	}
	.font-1-4 {
		font-size:1.4rem;
	}
	.font-1-5 {
		font-size:1.5rem;
	}
	.font-1-6 {
		font-size:1.6rem;
	}
	.font-1-7 {
		font-size:1.7rem;
	}
	.font-1-8 {
		font-size:1.8rem;
	}
	.font-1-9 {
		font-size:1.9rem;
	}
	.font-2-0 {
		font-size:2.0rem;
	}
/* Font Ends here */

/* Animation delay starts here */
	.delay-0-1 {
		animation-delay:0.1s;
	}
	
	.delay-0-2 {
		animation-delay:0.2s;
	}
	
	.delay-0-3 {
		animation-delay:0.3s;
	}
	
	.delay-0-4 {
		animation-delay:0.4s;
	}
	
	.delay-0-5 {
		animation-delay:0.5s;
	}
	
	.delay-0-6 {
		animation-delay:0.6s;
	}
	
	.delay-0-7 {
		animation-delay:0.7s;
	}
	
	.delay-0-8 {
		animation-delay:0.8s;
	}
	
	.delay-0-9 {
		animation-delay:0.9s;
	}
	
	.delay-1-0 {
		animation-delay:1.0s;
	}
/* Animation delay ends here */
