/**
 * Atlantis the lost City — police manuscrite (woff2 + woff + ttf).
 *
 * Source : zip fourni (octotypeone). Licence zip = personal use ;
 * pour la prod client, obtenir la licence commerciale (octotypeone@gmail.com).
 */

@font-face {
	font-family: "Atlantis the lost City";
	src:
		url("../fonts/atlantis-the-lost-city.woff2") format("woff2"),
		url("../fonts/atlantis-the-lost-city.woff") format("woff"),
		url("../fonts/atlantis-the-lost-city.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.cs-font-script {
	font-family: "Atlantis the lost City", cursive, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
