/* Schriften laden */
/* @font-face {
    font-family: 'Mathlete-Bulky';
    src: url('/app/themes/generatepress-child/fonts/Mathlete-Bulky.otf');
    src: local(''),
     url('/app/themes/generatepress-child/fonts/Mathlete-Bulky.woff2') format('woff2'), 
     url('/app/themes/generatepress-child/fonts/Mathlete-Bulky.woff') format('woff'); 
  }

/*Font Zuweisungen ______________*/

/* header, h1, h2, h3, h4, h5, h6, .headerbox-container, .handwriting, .copyright-bar{
    font-family: 'Mathlete-Bulky', sans-serif;
} */ 

body {
    font-family: 'Century Gothic', sans-serif !important;
}

.header-txt {
    font-family: 'PTSerif', serif !important;
}

.grid-box h2 {
    text-transform: uppercase;
}


/* Font PT Serif */
@font-face {
    font-family: 'PTSerif';
    font-style: normal;
    src: url('/app/themes/generatepress-child/fonts/PT-Serif-regular.woff2');
    src: local(''),
         url('/app/themes/generatepress-child/fonts/PT-Serif-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/app/themes/generatepress-child/fonts/PT-Serif-regular.woff') format('woff'), /* Modern Browsers */
         url('/app/themes/generatepress-child/fonts/PT-Serif-regular.ttf') format('truetype');/* Safari, Android, iOS */
  }

  @font-face {
    font-family: 'PTSerif Bold';
    font-style: normal;
    src: url('/app/themes/generatepress-child/fonts/PT-Serif-700.woff2');
    src: local(''),
         url('/app/themes/generatepress-child/fonts/PT-Serif-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/app/themes/generatepress-child/fonts/PT-Serif-700.woff') format('woff'), /* Modern Browsers */
         url('/app/themes/generatepress-child/fonts/PT-Serif-700.ttf') format('truetype');/* Safari, Android, iOS */
  }

  /* Font Century Gothic*/
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    src: url('/app/themes/generatepress-child/fonts/CenturyGothic.woff2');
    src: local(''),
         url('/app/themes/generatepress-child/fonts/CenturyGothic.woff2') format('woff2'), /* Super Modern Browsers */
         url('/app/themes/generatepress-child/fonts/CenturyGothic.woff') format('woff'), /* Modern Browsers */
         url('/app/themes/generatepress-child/fonts/CenturyGothic.ttf') format('truetype');/* Safari, Android, iOS */
  }