@font-face {
	font-family: 'Good Head Pro';
	src: url('/bitburger/fonts/GoodHeadPro-WideRegular.otf');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Good Head Pro';
	src: url('/bitburger/fonts/GoodHeadPro-WideRegular.otf');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Good Head Pro';
	src: url('/bitburger/fonts/GoodHeadPro-WideMedium.otf');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Good Head Pro';
	src: url('/bitburger/fonts/GoodHeadPro-WideBold.otf');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Good Head Pro';
	src: url('/bitburger/fonts/GoodHeadPro-WideBold.otf');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* Regular Styles */
@font-face {
	font-family: 'Good Head Pro';
	src: url('/bitburger/fonts/GoodHeadPro-WideRegular.otf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

/* Bold */
@font-face {
	font-family: 'Good Head Pro';
	src: url('/bitburger/fonts/GoodHeadPro-WideBold.otf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

/* Extra Bold */
@font-face {
	font-family: 'Good Head Pro';
	src: url('/bitburger/fonts/GoodHeadPro-WideBold.otf') format('truetype');
	font-weight: 800; /* Extra Bold */
	font-style: normal;
}

/* Light */
@font-face {
	font-family: 'Good Head Pro';
	src: url('/bitburger/fonts/GoodHeadPro-WideRegular.otf') format('truetype');
	font-weight: 300; /* Light */
	font-style: normal;
}

/* Medium */
@font-face {
	font-family: 'Good Head Pro';
	src: url('/bitburger/fonts/GoodHeadPro-WideMedium.otf') format('truetype');
	font-weight: 500; /* Medium */
	font-style: normal;
}

/* SemiBold */
@font-face {
	font-family: 'Good Head Pro';
	src: url('/bitburger/fonts/GoodHeadPro-WideMedium.otf') format('truetype');
	font-weight: 600; /* Semi Bold */
	font-style: normal;
}
