@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');

*, a, div, ul, li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h4, h5, h6 {
	font-family: 'Roboto', sans-serif !important;
	
}



p {
    font-family: 'Roboto', sans-serif !important;

}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
	font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-rendering: optimizeLegibility;

}



