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

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

@font-face {
    font-family: teko-regular;
    src: url("./fonts/teko-regular.ttf");
}

@font-face {
    font-family: 'headliner';
    src: url('./fonts/headlinerno.45_demo-webfont.woff2') format('woff2'),
         url('./fonts/headlinerno.45_demo-webfont.woff') format('woff'),
         url('./fonts/headlinerno.45_demo-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'teko';
    src: url('./fonts/teko-light-webfont.woff2') format('woff2'),
         url('./fonts/teko-light-webfont.woff') format('woff'),
         url('./fonts/teko-light-webfont.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'teko';
    src: url('./fonts/teko-regular-webfont.woff2') format('woff2'),
         url('./fonts/teko-regular-webfont.woff') format('woff'),
         url('./fonts/teko-regular-webfont.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'teko';
    src: url('./fonts/teko-medium-webfont.woff2') format('woff2'),
         url('./fonts/teko-medium-webfont.woff') format('woff'),
         url('./fonts/teko-medium-webfont.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'teko';
    src: url('./fonts/teko-semibold-webfont.woff2') format('woff2'),
         url('./fonts/teko-semibold-webfont.woff') format('woff'),
         url('./fonts/teko-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'teko';
    src: url('./fonts/teko-bold-webfont.woff2') format('woff2'),
         url('./fonts/teko-bold-webfont.woff') format('woff'),
         url('./fonts/teko-bold-webfont.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'agency-fb';
    src: url('./fonts/AgencyFB-Reg.woff2') format('woff2'),
         url('./fonts/AgencyFB-Reg.woff') format('woff'),
         url('./fonts/AgencyFB-Reg.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'agency-fb';
    src: url('./fonts/agencyfb-bold-webfont.woff2') format('woff2'),
         url('./fonts/agencyfb-bold-webfont.woff') format('woff'),
         url('./fonts/agencyfb-bold-webfont.ttf') format('truetype');
    font-weight: 700;
}



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-content,
.font-body {
    font-family: 'teko', sans-serif;
}


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,

.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,

.header-mobile .menu-mobile a,

.font-title,
.font-primary {
    font-family: 'agency-fb', sans-serif;
}

.font-headliner {
    font-family: 'headliner', sans-serif;
}
