/*
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: 'Sabon';
	font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local('Sabon'),
		url('fonts/SabonLTStd-Roman.woff') format('woff');
}
@font-face {
    font-family: 'Sabon';
	font-weight: 400;
    font-style: italic;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local('Sabon'),
		url('fonts/SabonLTStd-Italic.woff') format('woff');
}
@font-face {
    font-family: 'Sabon';
	font-weight: 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: local('Sabon'),
		url('fonts/SabonLTStd-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Futura';
    font-weight: 400;
    font-style: normal;
	font-display: swap;
    unicode-range: U+000-5FF;
    src: local('Futura'),
        url('fonts/Futura Book.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-weight: 600;
    font-style: normal;
	font-display: swap;
    unicode-range: U+000-5FF;
    src: local('Futura'),
        url('fonts/Futura Medium.woff') format('woff');
}