/*
Theme Name:   Astra Child
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   http://localhost:8080/astra-child
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Astra Child
*/


/* Write here your own personal stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700;800;900&display=swap');
body{
/* 	background-color:#B40D0D !important; */
	font-family: 'Mulish', sans-serif !important;
}