/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* unbounded-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/unbounded-v5-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/unbounded-v5-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/unbounded-v5-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/unbounded-v5-latin-500.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/unbounded-v5-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/unbounded-v5-latin-500.svg#Unbounded') format('svg'); /* Legacy iOS */
}