/* ----------------------------------------------------------------
    Fonts

    Replace your Fonts as necessary
-----------------------------------------------------------------*/

@font-face {
    font-family: "font01";
    src: url("fonts/font01.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "font02";
    src: url("fonts/font02.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "font02-bold";
    src: url("fonts/font02-bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "font03";
    src: url("fonts/font03.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


body,
small,
.mega-menu-style-2 .mega-menu-title > .menu-link,
.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,
.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: 'font02', sans-serif !important; }

.menu-link {
    font-family: 'font02-bold', sans-serif !important;   
}

.button, .btn {
    font-family: 'font02', sans-serif !important;   
    font-size: .75rem !important;
    font-weight: 700 !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
#logo a,
.top-search-form input,
.entry-link,
.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: 'font02', serif !important; }

.font-style-01 {
    font-family: 'font01', sans-serif !important;  
}

.font-style-02 {
    font-family: 'font02', sans-serif !important;  
}

.font-style-02-bold {
    font-family: 'font02-bold', sans-serif !important;  
}

.font-style-03 {
    font-family: 'font03', sans-serif !important;  
}
