/*
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: 'karayel-handwritten';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
	src: local('karayel-handwritten'), local('karayel'),
	url('fonts/karayel-handwritten.woff2') format('woff2'),
	url('fonts/karayel-handwritten.woff') format('woff');
}
@font-face {
	font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
	src: local('DMSans-Bold'), local('DM Sans'),
	url('fonts/DMSans-Bold.woff2') format('woff2'),
	url('fonts/DMSans-Bold.woff') format('woff');
}
@font-face {
	font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
	src: local('DMSans-Regular'), local('DM Sans'),
	url('fonts/DMSans-Regular.woff2') format('woff2'),
	url('fonts/DMSans-Regular.woff') format('woff');
}