@font-face {
	font-family: 'MiSans-R';
	src: url('../fonts/MiSans-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MiSans-Bold';
	src: url('../fonts/MiSans-Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MiSans-Medium';
	src: url('../fonts/MiSans-Medium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MiSans-Light';
	src: url('../fonts/MiSans-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MiSans-ExtraLight';
	src: url('../fonts/MiSans-ExtraLight.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'objectivity-medium';
	src: url('../fonts/objectivity-medium-8.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'objectivity-light';
	src: url('../fonts/objectivity-light-6.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Inter_18pt-ExtraLight';
	src: url('../fonts/Inter_18pt-ExtraLight.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins-Medium';
	src: url('../fonts/Poppins-Medium.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Light';
	src: url('../fonts/Poppins-Light.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

:root {
	--font-Slogan: 80px;
	--font-Title-L: 56px;
	--font-Title-M: 32px;
	--font-Title-S: 24px;
	--font-Body: 18px;
	--font-Label: 16px;
	--font-Caption: 16px;
	/*line-height*/
	--line-h-84:84px;
	--line-h-64:64px;
	--line-h-40:40px;
	--line-h-32:32px;
	--line-h-26:26px;
	--line-h-24:24px;
}