@import url("https://use.typekit.net/ais7drj.css");

@font-face {
  font-family: "AmsterdamSignatureOne";
  src: url('../fonts/font.woff2') format('woff2'), url('../fonts/font.woff') format('woff');
}

body {
	/* color: red; */
}

h1, h2, h3, h4, h5, h6 {
	em, i {
		font-style: normal;
		font-weight: 400;
		font-family: "AmsterdamSignatureOne";
		font-size: 150%;
		line-height: 1.2;
	}
}