/* FONT BlitarianLiberty */
@font-face {
	font-family: 'BlitarianLiberty';
	src: url('/fonts/BlitarianLiberty-Regular.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'BlitarianLiberty';
	src: url('/fonts/BlitarianLiberty-Extralight.ttf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'BlitarianLiberty';
	src: url('/fonts/BlitarianLiberty-Thin.ttf') format('opentype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'BlitarianLiberty';
	src: url('/fonts/BlitarianLiberty-Medium.ttf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'BlitarianLiberty';
	src: url('/fonts/BlitarianLiberty-Bold.ttf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'BlitarianLiberty';
	src: url('/fonts/BlitarianLiberty-ExtraBold.ttf') format('opentype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* FONT Glancyr Neue */
@font-face {
	font-family: 'Glancyr Neue';
	src: url('/fonts/GlancyrNeue-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Glancyr Neue';
	src: url('/fonts/GlancyrNeue-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Glancyr Neue';
	src: url('/fonts/GlancyrNeue-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Glancyr Neue';
	src: url('/fonts/GlancyrNeue-Light.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* FONT Humingnite */
@font-face {
	font-family: 'Humingnite';
	src: url('/fonts/Humingnite.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

		body {
  background-color: #ffffff;
  transition: background-color 0.5s ease;
}
