/*
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
*/

@font-face {
  font-family: 'DIN Pro RNT';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/DINPro.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/DINPro.woff') format('woff'); /* Modern Browsers */
}

@font-face {
  font-family: 'DIN Pro RNT';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/DINPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/DINPro-Bold.woff') format('woff'); /* Modern Browsers */
}