@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi+Fun:wght@400;700&display=swap');
/*
Theme Name: emulsion
Theme URI: https://www.tenman.info/wp3/emulsion
Description: The feature of this theme is that even though it is a block theme...
Author: Tenman
Author URI: https://www.tenman.info/wp3/
Version: 3.1.6
Tags: full-site-editing, one-column, two-columns, grid-layout,left-sidebar, r...
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emulsion
Tested up to: 6.5
Requires PHP: 7.0.0
*/

.wp-block-site-title { display: none !important; }
.wp-block-site-tagline { display: none !important; }
.wp-block-post-title { display: none !important; }

.fse-header-content {
  min-height: 0 !important;
  padding: 0px 0 !important;
  margin: 0 !important;
  display: block !important;
  text-align: center !important;
}

.fse-header-content::after {
  content: "Coruja";
  display: block;
  text-align: center;
  width: 100%;
  font-size: 110px;
  font-weight: 400;
  color: #222;
  letter-spacing: 10px;
  font-family: 'Reem Kufi Fun', sans-serif;
  text-transform: none !important;
}

.wp-block-post-content,
.entry-content,
.is-layout-constrained {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.wp-block-post-content > *:first-child,
.entry-content > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.wp-site-blocks > * + * {
  margin-top: 0 !important;
}

header.page-header {
  flex: 0 0 auto !important;
  min-height: 0 !important;
  height: auto !important;
}

div.fse-header-content {
  width: 100% !important;
  max-width: 100% !important;
  flex-direction: column !important;
}