/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* 
 * Main column width
 * This changes it from the default 580px to 720px
 */
.wp-block {
  max-width: 576px !important; }

/* 
 * Width of "wide" blocks
 * This changes it from the default 1080px to 1280px
 */
.wp-block[data-align="wide"] {
  max-width: 992px; }

.editor-post-title__block .editor-post-title__input {
  font: 300 italic 1rem/1 "essonnes-display", serif;
  font-size: 4.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: .96; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* 
 * Main column width
 * This changes it from the default 580px to 720px
 */
.wp-block {
  max-width: 576px !important; }

/* 
 * Width of "wide" blocks
 * This changes it from the default 1080px to 1280px
 */
.wp-block[data-align="wide"] {
  max-width: 992px; }

.editor-post-title__block .editor-post-title__input {
  font: 300 italic 1rem/1 "essonnes-display", serif;
  font-size: 4.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: .96; }
