/* Custom.css */

/*
 * Fonts
 */ 

/* Termina font */

@font-face {
	font-family: 'Termina';
	src: url('../fonts/termina-bold.woff2') format('woff2'),
		url('../fonts/termina-bold.woff') format('woff');
		url('../fonts/termina-bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Termina';
	src: url('../fonts/termina-extrabold.woff2') format('woff2'),
		url('../fonts/termina-extrabold.woff') format('woff');
		url('../fonts/termina-extrabold.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
}


/*
 * UIKit overrides
 */ 

/* Base */


/*
 * Custom widgets
 */ 


/*
 * Plugins overrides
 */ 


