/*
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
*/

/* roboto-mono-regular - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-mono-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-mono-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-mono-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-mono-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-mono-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-mono-v22-latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
}

/* source-sans-regular - latin */
@font-face {
  font-family: 'Source Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/SourceSans3-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/SourceSans3-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/SourceSans3-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Source Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('fonts/SourceSans3-Italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/SourceSans3-Italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/SourceSans3-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Source Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('fonts/SourceSans3-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/SourceSans3-Bold.woff') format('woff'), /* Modern Browsers */
       url('fonts/SourceSans3-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Source Sans';
  font-style: italic;
  font-weight: 600;
  src: local(''),
       url('fonts/SourceSans3-BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/SourceSans3-BoldItalic.woff') format('woff'), /* Modern Browsers */
       url('fonts/SourceSans3-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* source-sans-black - latin */
@font-face {
  font-family: 'Source Sans';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('fonts/SourceSans3-Black.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/SourceSans3-Black.woff') format('woff'), /* Modern Browsers */
       url('fonts/SourceSans3-Black.ttf') format('truetype'), /* Safari, Android, iOS */
}