@font-face {
	font-family: 'Go';
	src: url('src/go/GoRegular.woff2') format('woff2'),
		url('src/go/GoRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: 'Go';
	src: url('src/go/GoMedium.woff2') format('woff2'),
		url('src/go/GoMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Go';
	src: url('src/go/GoMedium-Italic.woff2') format('woff2'),
		url('src/go/GoMedium-Italic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}


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

@font-face {
	font-family: 'Go';
	src: url('src/go/Go-BoldItalic.woff2') format('woff2'),
		url('src/go/Go-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}