/*
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
*/

/* Helvetica Neue */
@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
	font-weight: 300 !important;
    src:          url('fonts/HelveticaNeueLTStd-Lt.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
	font-weight: 500 !important;
    src:          url('fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Md';
	font-weight: 600 !important;
    src:          url('fonts/HelveticaNeueLTStd-Md.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
	font-weight: 800 !important;
    src:          url('fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
}


/* Arial */
@font-face {
    font-family: 'Arial';
    src:          url('fonts/Arial.ttf') format('truetype');
}

@font-face {
    font-family: 'Arial-Bold';
    src:          url('fonts/Arial-Bold.ttf') format('truetype');
}


/*----------------------------------------------------------
#HelveticaNeueLTStd-Lt
----------------------------------------------------------*/
.HelveticaNeueLTStd-Lt { font-family: HelveticaNeueLTStd-Lt !important; font-weight: lighter;}
.btn-custom-typo.HelveticaNeueLTStd-Lt { font-family: HelveticaNeueLTStd-Lt !important; font-weight: lighter;}

/*----------------------------------------------------------
#HelveticaNeueLTStd-Roman
----------------------------------------------------------*/
.HelveticaNeueLTStd-Roman { font-family: HelveticaNeueLTStd-Roman !important; font-weight: 500;}
.btn-custom-typo.HelveticaNeueLTStd-Roman { font-family: HelveticaNeueLTStd-Roman !important; font-weight: 500;}

/*----------------------------------------------------------
#HelveticaNeueLTStd-Md
----------------------------------------------------------*/
.HelveticaNeueLTStd-Md { font-family: HelveticaNeueLTStd-Md !important; font-weight: normal;}
.btn-custom-typo.HelveticaNeueLTStd-Md { font-family: HelveticaNeueLTStd-Md !important; font-weight: normal;}

/*----------------------------------------------------------
#HelveticaNeueLTStd-Bd
----------------------------------------------------------*/
.HelveticaNeueLTStd-Bd { font-family: HelveticaNeueLTStd-Bd !important; font-weight: bold;}
.btn-custom-typo.HelveticaNeueLTStd-Bd { font-family: HelveticaNeueLTStd-Bd !important; font-weight: bold;}

/*----------------------------------------------------------
#Arial
----------------------------------------------------------*/
.Arial { font-family: Arial !important; }
.btn-custom-typo.Arial { font-family: Arial !important; }

/*----------------------------------------------------------
#'Arial Bold'
----------------------------------------------------------*/
.Arial-Bold { font-family: 'Arial-Bold' !important; font-weight: bold;}
.btn-custom-typo.Arial-Bold { font-family: 'Arial-Bold' !important; font-weight: bold;}