/* ----------------------------------------------------------------
	Fonts

	Replace your Fonts as necessary
-----------------------------------------------------------------*/

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,
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,
.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: 'Poppins', sans-serif !important; }
@font-face {
 font-family: 'Poppins'; /* Gewünschter Name */
 src: url('fonts/poppins-bold-webfont.eot');
           /* für IE9 */
 src: url('fonts/poppins-bold-webfont.eot?#iefix') 
           format('embedded-opentype'),
           /* für IE6-IE8 */
      url('fonts/poppins-bold-webfont.woff') 
           format('woff'), 
      url('fonts/poppins-bold-webfont.woff2') 
           format('woff2'), 
                  url('fonts/poppins-bold-webfont.svg') format('svg'), /* Legacy iOS */

          /* für moderne Browser */
      url('fonts/poppins-bold-webfont.ttf') 
           format('truetype');
         /* für Safari, Android, iOS */
         src: url('fonts/poppins-regular-webfont.eot');
           /* für IE9 */
 src: url('fonts/poppins-regular-webfont.eot?#iefix') 
           format('embedded-opentype'),
           /* für IE6-IE8 */
      url('fonts/poppins-regular-webfont.woff') 
           format('woff'), 
      url('fonts/poppins-regular-webfont.woff2') 
           format('woff2'), 
                  url('fonts/poppins-regular-webfont.svg') format('svg'), /* Legacy iOS */
          /* für moderne Browser */
      url('fonts/poppins-regular-webfont.ttf') 
           format('truetype');
         /* für Safari, Android, iOS */
         
}

