@font-face {
    font-family: "Noto Sans Display";
	src: url('NotoSansDisplay-Regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "Noto Sans Display Light";
	src: url('NotoSansDisplay-Light.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "Noto Sans Display Extra Light";
	src: url('NotoSansDisplay-ExtraLight.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}