/* Glober webfont — the actual licensed font files used by the current
   site (copied from wp-content/themes/uncode-child/fonts/glober/), served
   independently from this theme, no Uncode CSS/PHP dependency. */

@font-face {
	font-family: 'Glober';
	src: url('../fonts/glober/glober_thin-webfont.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Glober';
	src: url('../fonts/glober/glober_light-webfont.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Glober';
	src: url('../fonts/glober/glober_book-webfont.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Glober';
	src: url('../fonts/glober/glober_regular-webfont.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Glober';
	src: url('../fonts/glober/glober_semibold-webfont.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Glober';
	src: url('../fonts/glober/glober_bold-webfont.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Glober';
	src: url('../fonts/glober/glober_heavy-webfont.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Glober';
	src: url('../fonts/glober/glober_black-webfont.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
