@font-face{
	font-family: "Geometos";
	src: url('fonts/geometos/GeometosRounded.woff') format('woff');
}

@font-face{
	font-family: "Gill Sans";
	src: url('fonts/gillsans/GillSans.woff') format('woff');
          font-weight: 400;
          font-style: normal;
}

@font-face{
	font-family: "Gill Sans";
	src: url('fonts/gillsans/GillSans-Italic.woff') format('woff');
          font-weight: 400;
          font-style: italic;
}

@font-face{
	font-family: "Gill Sans";
	src: url('fonts/gillsans/GillSans-SemiBold.woff') format('woff');
          font-weight: 600;
          font-style: normal;
}

@font-face{
	font-family: "Gill Sans";
	src: url('fonts/gillsans/GillSans-SemiBoldItalic.woff') format('woff');
          font-weight: 600;
          font-style: italic;
}

@font-face{
	font-family: "Gill Sans";
	src: url('fonts/gillsans/GillSans-Bold.woff') format('woff');
          font-weight: bold;
          font-style: normal;
}

@font-face{
	font-family: "Gill Sans";
	src: url('fonts/gillsans/GillSans-BoldItalic.woff') format('woff');
          font-weight: bold;
          font-style: italic;
}

html,
body{
	font-family: 'Gill Sans', sans-serif;
}

h1,
h1.ct-headline{
	font-family: 'Gill Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
}

h2,
h2.ct-headline,
h3,
h3.ct-headline{
	font-family: 'Geometos', sans-serif;
	font-weight: normal;
}