@font-face {
    font-display: swap;
    font-family: 'light';
	src: url("Montserrat-Light.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: 'normal';
src: url("Montserrat-Medium.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: 'bold';
src: url("Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: 'back';
src: url("Montserrat-ExtraBold.ttf") format("truetype");
}
