/*
	Stylesheet Hand Coded by JAM Studios (https://jamstudios.co) on July 31, 2024

	Font:					Hanken Grotesk
	Version:				2.41
	Release:				September 12, 2019
	Category:			Sans-serif
	Language Support:	Baltic, Basic Latin, Central European, Euro, Pinyin, Romanian, Turkish, Western European
	Partial Support:	Afrikaans (97%), Catalan (91%), Dutch (96%)
	License:				SIL Open Font License
	Author:				Hanken Design Co
	Acquired From:		Fonts Arena (https://fontsarena.com)
*/

@font-face {
	font-family:'HKG-Black';
	font-display: swap;
	src: url('../webfonts/hkgrotesk-black.woff2') format('woff2'),
		  url('../webfonts/hkgrotesk-black.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'HKG-Bold';
	font-display: swap;
	src: url('../webfonts/hkgrotesk-bold.woff2') format('woff2'),
		  url('../webfonts/hkgrotesk-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'HKG-Bold-Italic';
	font-display: swap;
	src: url('../webfonts/hkgrotesk-bolditalic.woff2') format('woff2'),
		  url('../webfonts/hkgrotesk-bolditalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'HKG-XBold';
	font-display: swap;
	src: url('../webfonts/hkgrotesk-extrabold.woff2') format('woff2'),
		  url('../webfonts/hkgrotesk-extrabold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'HKG-Light';
	font-display: swap;
	src: url('../webfonts/hkgrotesk-light.woff2') format('woff2'),
		  url('../webfonts/hkgrotesk-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'HKG-Light-Italic';
	font-display: swap;
	src: url('../webfonts/hkgrotesk-lightitalic.woff2') format('woff2'),
		  url('../webfonts/hkgrotesk-lightitalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'HKG-Medium';
	font-display: swap;
	src: url('../webfonts/hkgrotesk-medium.woff2') format('woff2'),
		  url('../webfonts/hkgrotesk-medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'HKG-Medium-Italic';
	font-display: swap;
	src: url('../webfonts/hkgrotesk-mediumitalic.woff2') format('woff2'),
		  url('../webfonts/hkgrotesk-mediumitalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'HKG-Regular';
	font-display: swap;
	src: url('../webfonts/hkgrotesk-regular.woff2') format('woff2'),
		  url('../webfonts/hkgrotesk-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'HKG-Italic';
	font-display: swap;
	src: url('../webfonts/hkgrotesk-italic.woff2') format('woff2'),
		  url('../webfonts/hkgrotesk-italic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'HKG-Semi-Bold';
	font-display: swap;
	src: url('../webfonts/hkgrotesk-semibold.woff2') format('woff2'),
		  url('../webfonts/hkgrotesk-semibold.woff') format('woff');
	font-style:normal;
}

@font-face {
	font-family:'HKG-Semi-Bold-Italic';
	font-display: swap;
	src: url('../webfonts/hkgrotesk-semibolditalic.woff2') format('woff2'),
		  url('../webfonts/hkgrotesk-semibolditalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.hk-bold { font-family:'HKG-Bold',sans-serif; }
.hk-semi { font-family:'HKG-Semi-Bold',sans-serif; }
.hk-reg { font-family:'HKG-Regular',sans-serif; }
.hk-light { font-family:'HKG-Light',sans-serif; }

.text-center { text-align:center; }
.text-right { text-align:right; }