@import './components/content.css';

/* @tailwind base; */
@tailwind components;
@tailwind utilities;

.wp-block-post-content {
  @apply prose prose-lg mx-auto prose-img:!my-0 lg:prose-xl;
}
.wp-block-post-title {
  @apply offer-title;
}
.wp-block-post-content,
.editor-styles-wrapper
  .edit-post-visual-editor__post-title-wrapper
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.editor-styles-wrapper
  .block-editor-block-list__layout.is-root-container
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  @apply !max-w-[1162px];
}

/* body .wp-block {
    max-width: 100%;
}
.is-root-container.block-editor-block-list__layout {
    max-width: 1170px;
    margin: 0 auto;
}
body {
    overflow-x: hidden;
}
.edit-post-visual-editor__post-title-wrapper {
    max-width: 1170px;
    margin: 50px auto;
    font-weight: 900;
    font-family: 'Fira Sans';
    font-size: 60px;
    line-height: 74px;
    @apply first-letter:text-brand-base;
} */
