/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* === Eigene Schriftart: Poppins einbinden === */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Schriftart global anwenden */
body {
  font-family: 'Poppins', sans-serif;
}

/* Mega-Menü & Seitentitel auf den Seiten 114, 169 und 1693 ausblenden */
.page-id-114 .elementor-location-header,
.page-id-169 .elementor-location-header,
.page-id-1693 .elementor-location-header {
  display: none !important;
}

.page-id-114 .page-header,
.page-id-169 .page-header,
.page-id-1693 .page-header {
  display: none !important;
}
