/**********************************************************
// FONT >> Restora Neue >> Extra Light (200)
**********************************************************/
@font-face {
    font-family: "Restora Neue";
    src: local("Restora Neue ExtraLight"), local("RestoraNeue-ExtraLight"),
        url("../Fonts/Restora-Neue/Restora-Neue-ExtraLight.woff2") format("woff2"),
        url("../Fonts/Restora-Neue/Restora-Neue-ExtraLight.woff") format("woff");
	font-display: swap;
	font-style: normal;
    font-weight: 200;
	}

/**********************************************************
// FONT >> Restora Neue >> Light (300)
**********************************************************/
@font-face {
    font-family: "Restora Neue";
    src: local("Restora Neue Light"), local("RestoraNeue-Light"),
        url("../Fonts/Restora-Neue/Restora-Neue-Light.woff2") format("woff2"),
        url("../Fonts/Restora-Neue/Restora-Neue-Light.woff") format("woff");
	font-display: swap;
	font-style: normal;
    font-weight: 300;
	}
