
h1,h2,h3,h4,h5,h6,a {
    font-family: 'Inter', sans-serif;
    color: #161616;
}

p , span{
    font-family: 'Inter', sans-serif;
    line-height: 1.65 !important;
}

@font-face{
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	src: url('../fonts/SourceSans3-Light.ttf') format('ttf');
}

@font-face{
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
	src: url('../fonts/SourceSans3-Regular.ttf') format('ttf');
}

@font-face{
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
	src: url('../fonts/SourceSans3-Bold.ttf') format('ttf');
}
/*Inter-300*/
@font-face{
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
	src: url('../fonts/Inter_28pt-Light.ttf') format('ttf');
}
/*Inter-400*/
@font-face{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
	src: url('../fonts/Inter_28pt-Light.ttf') format('ttf');
}
/*Inter-500*/
@font-face{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	src: url('../fonts/Inter_28pt-Regular.ttf') format('ttf');
}
/*Inter-600*/
@font-face{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	src: url('../fonts/Inter_28pt-SemiBold.ttf') format('ttf');
}
/*Inter-700*/
@font-face{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
	src: url('../fonts/Inter_28pt-Bold.ttf') format('ttf');
}
