/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Archivo", serif;;
}

/*--------------------------------------------------------------
# Set custom color palette
--------------------------------------------------------------*/

.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.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: 1200px;
}

.entry-content > .alignwide {
  max-width: 1200px;
}

.entry-content ul,
.entry-content ol {
  max-width: 1200px;
}

.wp-block-video video {
  max-width: 1200px;
}