/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2020 Colophon Foundry
 *
 * Licenced to Emil Bj&ouml;rnum Ports Group
 */

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

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

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

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