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

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

@font-face {
	font-family: 'gotham';
	src: url('../include/fonts/GOTHAM.OTF');
}

@font-face {
	font-family: 'gothamLight';
	src: url('../include/fonts/GOTHAM-BOOK.OTF');
}

@font-face {
	font-family: 'gothamThin';
	src: url('../include/fonts/GOTHAM-LIGHT.OTF');
}

.work-sans-alma {
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
  


body,
small,
#primary-menu ul li a,
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a,
#primary-menu ul ul a,
.wp-caption,
.feature-box.fbox-center.fbox-italic p,
.skills li .progress-percent .counter,
.entry-meta li,
.entry-link span,
.entry blockquote p,
.more-link,
.comment-content .comment-author span,
.button.button-desc span,
.testi-content p,
.team-title span,
.before-heading,
.wedding-head .first-name span, 
/* .wedding-head .last-name span { font-family: 'Roboto', sans-serif; } */
.wedding-head .last-name span { font-family: "Work Sans", serif; }


h1,
h2,
h3,
h4,
h5,
h6,
#logo,
#top-search form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.counter,
label,
.wedding-head .first-name,
/* .wedding-head .last-name { font-family: 'Source Sans Pro', sans-serif; } */
.wedding-head .last-name { 
    /* font-family: 'gotham';  */
    /* font-family: 'gothamLight';  */
    font-family: "Work Sans", serif;
}


/* ----------------------------------------------------------------
    You can change your Font Specific Settings here
-----------------------------------------------------------------*/

.brown-alma{
    color:#978368;
}


