@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;800&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: 'Raleway', sans-serif !important;
color: #000000;
}

h2 {
	font-family: 'Raleway', sans-serif !important;
color: #000000;
}

p {
    font-family: 'Raleway', sans-serif !important;

}

body {
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px;
	font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-rendering: optimizeLegibility;

}



