@import url("https://cdn.web-fonts.ge/fonts/bpg-irubaqidze/css/bpg-irubaqidze.min.css");

@font-face {
	font-family: "georgian1";
	src: url("../fonts/bpg-irubaqidze-webfont.eot"); /* IE9 Compat Modes */
	src: url("../fonts/bpg-irubaqidze-webfont.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/bpg-irubaqidze-webfont.woff2") format("woff2"),
		/* Super Modern Browsers */ url("../fonts/bpg-irubaqidze-webfont.woff")
			format("woff"),
		/* Pretty Modern Browsers */ url("../fonts/bpg-irubaqidze-webfont.ttf")
			format("truetype"),
		/* Safari, Android, iOS */
			url("../fonts/bpg-irubaqidze-webfont.svg#bpg_irubaqidzeregular")
			format("svg"); /* Legacy iOS */
}
@font-face {
	font-family: "latin1";
	src: url("../fonts/BitcountSingleInk-Regular.woff2") format("woff2"),
		url("../fonts/BitcountSingleInk-Regular.woff") format("woff"),
		url("../fonts/BitcountSingleInk-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: black;
}
img {
	width: 100%;
}

nav li {
	display: inline-block;
}
nav a {
	color: darkblue;
	font-weight: 900;
	/* font-family: "BPG Irubaqidze", sans-serif; */
	font-family: "georgian1";
}

nav {
	display: inline-block;
}
.img-wrapper p,
.img-wrapper img {
	display: inline-block;
	max-width: 200px;
	vertical-align: middle;
}
span {
	display: block;
	font-family: "latin1";
}
h1 {
	font-family: "Bitcount Single Ink", system-ui;
}
