/*
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:'DaimlerCS';
	font-style:normal;
	font-weight:300;
	font-display:swap;
    src: url('fonts/DaimlerCS-Light.woff2') format('woff2'),
         url('fonts/DaimlerCS-Light.woff') format('woff');
}

@font-face {
	font-family:'DaimlerCS';
	font-style:normal;
	font-weight:400;
	font-display:swap;
    src: url('fonts/DaimlerCS-Regular.woff2') format('woff2'),
         url('fonts/DaimlerCS-Regular.woff') format('woff');
}

@font-face {
	font-family:'DaimlerCS';
	font-style:normal;
	font-weight:600;
	font-display:swap;
    src: url('fonts/DaimlerCS-Demi.woff2') format('woff2'),
         url('fonts/DaimlerCS-Demi.woff') format('woff');
}

@font-face {
	font-family:'DaimlerCS';
	font-style:normal;
	font-weight:700;
	font-display:swap;
    src: url('fonts/DaimlerCS-Bold.woff2') format('woff2'),
         url('fonts/DaimlerCS-Bold.woff') format('woff');
}