/*
Theme Name:   GeneratePress Child
Description:  GeneratePress Child Theme
Author:       Felix Zörb
Author URI:   https://felixzoerb.de
Template:     generatepress
Version:      1.0.0
Text Domain:  generatepresschild
*/

/* FONTS */

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v20-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/poppins-v20-latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Mak Dah';
    src: url('fonts/MakDah.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* FIRST */

.entry-header {
	display: none;
}
.site-content {
	padding-top: 0!important;
}
.entry-content {
	margin-top: 0!important;
}