/*
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: 'mutually_beneficialregular';
    src: url('library/fonts/mutually/mutually_beneficial-webfont.woff2') format('woff2'),
         url('library/fonts/mutually/mutually_beneficial-webfont.woff') format('woff'),
         url('library/fonts/mutually/mutually_beneficial-webfont.ttf') format('truetype'),
         url('library/fonts/mutually/mutually_beneficial-webfont.svg#mutually_beneficialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'outfit';
    src: url('library/fonts/outfit/outfit-variablefont_wght-webfont.woff2') format('woff2'),
         url('library/fonts/outfit/outfit-variablefont_wght-webfont.woff') format('woff'),
		 url('library/fonts/outfit/outfit-variablefont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


.legend-home {
	font-size: 65px;
	font-weight: 300;
}

#menu-main-menu a {
	text-transform: uppercase;
}

.full-logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	min-width: 350px;
}

.full-logo .text-logo{
	padding-left: 18px;
}

.full-logo .text-logo h1 {
	font-family: 'mutually_beneficialregular';
	font-weight: 400;
    font-size: 50px;
    line-height: 25px;
	margin: 0;
}


.full-logo .text-logo h2 {
	font-family: 'outfit';
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 5px;
}