/* ----------------------------------------------------------------
	Fonts

	Replace your Fonts as necessary
-----------------------------------------------------------------*/

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/MonumentExtended-Ultrabold.otf');
    src: local('MonumentExtended Ultrabold'), local('MonumentExtended-Ultrabold')
}

@font-face {
    font-family: 'Gotham-Black';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Gotham-Black.otf');
    src: local('Gotham Black'), local('Gotham-Black')
}

@font-face {
    font-family: 'Gotham-Bold';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Gotham-Bold.otf');
    src: local('Gotham Bold'), local('Gotham-Bold')
}

@font-face {
    font-family: 'Gotham-Book';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Gotham-Book.otf');
    src: local('Gotham Book'), local('Gotham-Book')
}

@font-face {
    font-family: 'Gotham-Light';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Gotham-Light.otf');
    src: local('Gotham Light'), local('Gotham-Light')
}

@font-face {
    font-family: 'Gotham-Medium';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Gotham-Medium.otf');
    src: local('Gotham Medium'), local('Gotham-Medium')
}

@font-face {
    font-family: 'font-icons';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/font-icons.eot'); /* IE9 Compat Modes */
    src: local('font-icons'),
    url('../fonts/font-icons.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/font-icons.woff') format('woff'), /* Modern Browsers */
    url('../fonts/font-icons.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/font-icons.svg#font-icons') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Simple-Line-Icons';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Simple-Line-Icons.eot'); /* IE9 Compat Modes */
    src: local('Simple-Line-Icons'),
    url('../fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Simple-Line-Icons.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Simple-Line-Icons.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg'); /* Legacy iOS */
}

body,
small,
.sub-menu-container .menu-item > .menu-link,
.wp-caption,
.fbox-center.fbox-italic p,
.skills li .progress-percent .counter,
.nav-tree ul ul a,
.font-body { font-family: 'Gotham', sans-serif !important; }


h1,
h2,
h3,
h4,
h5,
h6,
#logo a,
.menu-link,
.mega-menu-style-2 .mega-menu-title > .menu-link,
.top-search-form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.fbox-content h3,
.tab-nav-lg li a,
.counter,
label,
.widget-filter-links li a,
.nav-tree li a,
.wedding-head,
.font-primary { font-family: 'Gotham', sans-serif !important;}


.entry-link span,
.entry blockquote p,
.more-link,
.comment-content .comment-author span,
.comment-content .comment-author span a,
.button.button-desc span,
.testi-content p,
.team-title span,
.before-heading,
.wedding-head .first-name span,
.wedding-head .last-name span,
.font-secondary { font-family: 'Manrope', serif !important; }

