/* Add your own custom css here */
body {
	font-family: 'Rajdhani', sans-serif !important;
}
:root {

	--font-family-primary: 'Rajdhani', sans-serif;
	--font-family-secondary: 'Rajdhani', sans-serif;
	--font-family-serif: 'Rajdhani', sans-serif;
	--font-family-mono: 'Rajdhani', sans-serif;

	--body-color-background: #ececec;
}


