@font-face {
	font-display: auto;
	font-family: 'Aktiv Grotesk';
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/ag-w2.woff2') format('woff2'),
       url('/fonts/ag-w.woff') format('woff'),
       url('/fonts/ag-o.otf') format('opentype');
}

@font-face {
	font-display: auto;
	font-family: 'Aktiv Grotesk';
	font-stretch: normal;
	font-style: italic;
	font-weight: 400;
	src: url('/fonts/agi-w2.woff2') format('woff2'),
       url('/fonts/agi-w.woff') format('woff'),
       url('/fonts/agi-o.otf') format('opentype');
}

@font-face {
	font-display: auto;
	font-family: 'Aktiv Grotesk';
	font-stretch: normal;
	font-style: normal;
	font-weight: 700;
	 src: url('/fonts/agb-w2.woff2') format('woff2'),
       url('/fonts/agb-w.woff') format('woff'),
       url('/fonts/agb-o.otf') format('opentype');
}

@font-face {
	font-display: auto;
	font-family: 'Aktiv Grotesk';
	font-stretch: normal;
	font-style: italic;
	font-weight: 700;
	src: url('/fonts/agbi-w2.woff2') format('woff2'),
       url('/fonts/agbi-w.woff') format('woff'),
       url('/fonts/agbi-o.otf') format('opentype');
}

body {
	font-family: 'Aktiv Grotesk', sans-serif;
	margin: 0;
}

code {
	font-family: 'Aktiv Grotesk', sans-serif;
}
