/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "PT Sans", sans-serif;;
}

/*--------------------------------------------------------------
# Set custom color palette
--------------------------------------------------------------*/

.has-strong-brown-color {
  color: #6e2620;
}

.has-strong-brown-background-color {
  background-color: #6e2620;
}

.has-lighter-brown-color {
  color: #b36100;
}

.has-lighter-brown-background-color {
  background-color: #b36100;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}


/*--------------------------------------------------------------
# Set custom font size
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Set custom blocks styles
--------------------------------------------------------------*/
.entry-content > * {
  max-width: 1140px;
}

.entry-content > .alignwide {
  max-width: 1140px;
}

.entry-content ul,
.entry-content ol {
  max-width: 1140px;
}

.wp-block-video video {
  max-width: 1140px;
}