/**********************************************************
// FONT >> Bernaillo >> Normal (400)
**********************************************************/
@font-face {
    font-family: "Bernaillo";
    src: url(../Fonts/Bernaillo.woff2) format("woff2"),
         url(../Fonts/Bernaillo.woff) format("woff");
	display: swap;
    font-weight: normal;
    font-style: normal;
	}

/**********************************************************
// FONT >> Santorini >> Normal (400)
**********************************************************/
@font-face {
    font-family: "Santorini";
    src: url(../Fonts/Santorini.woff2) format("woff2"),
         url(../Fonts/Santorini.woff) format("woff");
	display: swap;
    font-weight: normal;
    font-style: normal;
	}
