@font-face {
	font-family: 'Manrope-ExtraLight';
	src: url('./fonts/Manrope/static/Manrope-ExtraLight.ttf');
}
@font-face {
	font-family: 'Manrope-Light';
	src: url('./fonts/Manrope/static/Manrope-Light.ttf');
}
@font-face {
	font-family: 'Manrope-Regular';
	src: url('./fonts/Manrope/static/Manrope-Regular.ttf');
}
@font-face {
	font-family: 'Manrope-Medium';
	src: url('./fonts/Manrope/static/Manrope-Medium.ttf');
}
@font-face {
	font-family: 'Manrope-SemiBold';
	src: url('./fonts/Manrope/static/Manrope-SemiBold.ttf');
}
@font-face {
	font-family: 'Manrope-Bold';
	src: url('./fonts/Manrope/static/Manrope-Bold.ttf');
}
@font-face {
	font-family: 'Manrope-ExtraBold';
	src: url('./fonts/Manrope/static/Manrope-ExtraBold.ttf');
}

@font-face {
	font-family: 'Inter-Thin';
	src: url('./fonts/Inter/static/Inter-Thin.ttf');
}
@font-face {
	font-family: 'Inter-ExtraLight';
	src: url('./fonts/Inter/static/Inter-ExtraLight.ttf');
}
@font-face {
	font-family: 'Inter-Light';
	src: url('./fonts/Inter/static/Inter-Light.ttf');
}
@font-face {
	font-family: 'Inter-Medium';
	src: url('./fonts/Inter/static/Inter-Medium.ttf');
}
@font-face {
	font-family: 'Inter-Regular';
	src: url('./fonts/Inter/static/Inter-Regular.ttf');
}
@font-face {
	font-family: 'Inter-SemiBold';
	src: url('./fonts/Inter/static/Inter-SemiBold.ttf');
}
@font-face {
	font-family: 'Inter-Bold';
	src: url('./fonts/Inter/static/Inter-Bold.ttf');
}
@font-face {
	font-family: 'Inter-ExtraBold';
	src: url('./fonts/Inter/static/Inter-ExtraBold.ttf');
}
@font-face {
	font-family: 'Inter-Black';
	src: url('./fonts/Inter/static/Inter-Black.ttf');
}

.font-manrope-200 {
    font-family: 'Manrope-ExtraLight'
}
.font-manrope-300 {
    font-family: 'Manrope-Light'
}
.font-manrope-400 {
    font-family: 'Manrope-Regular'
}
.font-manrope-500 {
    font-family: 'Manrope-Medium'
}
.font-manrope-600 {
    font-family: 'Manrope-SemiBold'
}
.font-manrope-700 {
    font-family: 'Manrope-Bold'
}
.font-manrope-800 {
    font-family: 'Manrope-ExtraBold'
}

.font-inter-100 {
    font-family: 'Inter-Thin'
}
.font-inter-200 {
    font-family: 'Inter-ExtraLight'
}
.font-inter-300 {
    font-family: 'Inter-Light'
}
.font-inter-400 {
    font-family: 'Inter-Regular'
}
.font-inter-500 {
    font-family: 'Inter-Medium'
}
.font-inter-600 {
    font-family: 'Inter-SemiBold'
}
.font-inter-700 {
    font-family: 'Inter-Bold'
}
.font-inter-800 {
    font-family: 'Inter-ExtraBold'
}
.font-inter-900 {
    font-family: 'Inter-Black'
}
