/*
 Theme Name:   Neve Child
 Description:  Deniz' Child Theme
 Author:       Deniz Celebi
 Author URI:   https://www.denizcelebi.com
 Template:     neve
 Version:      1.0
 Text Domain:  neve-child
*/

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.eot');
  src: local(''),
       url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'),
       url('../fonts/poppins-v20-latin-regular.woff') format('woff'),
       url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'),
       url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
	font-display: swap; /* damit Fonts schneller laden */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v24-latin-900.eot');
  src: local(''),
       url('../fonts/montserrat-v24-latin-900.eot?#iefix') format('embedded-opentype'),
       url('../fonts/montserrat-v24-latin-900.woff2') format('woff2'),
       url('../fonts/montserrat-v24-latin-900.woff') format('woff'),
       url('../fonts/montserrat-v24-latin-900.ttf') format('truetype'),
       url('../fonts/montserrat-v24-latin-900.svg#Montserrat') format('svg');
	font-display: swap;
}


@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/merriweather-v30-latin-regular.woff2') format('woff2'),
	   url('../fonts/Merriweather-Regular.ttf') format('truetype'),
	font-display: swap; /* damit Fonts schneller laden */
}