.wp-block-preformatted {
	pre {
		font-family: $editor-html-font;
		color: $dark-gray-800;

		/* Fonts smaller than 16px causes mobile safari to zoom. */
		font-size: $mobile-text-min-font-size;
		@include break-small {
			font-size: $text-editor-font-size;
		}
	}
}
