/*
 Theme Name: Neve Child
 Description: Neve Child Theme
 Author: Celebi
 Author URI: https://mimar-atelier.de
 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;
}

@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;
}