/*
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: 'Raleway';
    src: url('https://fonts.googleapis.com/css?family=Raleway:300');
    font-weight: normal;
    font-style: normal;
 
}
@font-face {
    font-family: 'Raleway';
    src: url('https://fonts.googleapis.com/css?family=Raleway:300i');
    font-weight: normal;
    font-style: italic;
    
}
@font-face {
    font-family: 'Raleway';
    src: url('https://fonts.googleapis.com/css?family=Raleway:600');
    font-weight: Bold;
    font-style: normal;
}		
@font-face {
    font-family: 'Raleway';
    src: url('https://fonts.googleapis.com/css?family=Raleway:600i');
    font-weight: Bold;
    font-style: italic;
}
body {
	font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4 {
	font-family: 'Raleway';
}