@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap');

body{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
}

.font_regular{
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
}
.font_semibold{
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
}
.font_bold{
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
}

@font-face {
    font-family: 'sf_bold_italic';
    src: url('fonts/SFPRODISPLAYSEMIBOLDITALIC.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font_bold_italic{
	 font-family: 'sf_bold_italic';
}