/* ==========================================================================
   #FONT-FACE
   ========================================================================== */
/**
 * Add font-display: swap to font-face blocks here
 * https://www.zachleat.com/web/comprehensive-webfonts/#font-display
 */
@font-face {
  font-family: "Palanquin";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUgnhYzZGu.ttf) format("truetype");
}
@font-face {
  font-family: "Palanquin";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUyn5YzZGu.ttf) format("truetype");
}
/**
 * Override styles from the block.
 */
.wp-block-mitchell1-vehicle-serviced-card h1.entry-title,
.wp-block-mitchell1-vehicle-serviced-card h2.entry-title {
  font-family: Palanquin, Arial, Helvetica, sans-serif;
}

/* =================================================================================================
   #Custom column (elements that originally were in <div class="row"> and had class like "column1a")
   ================================================================================================= */
.clicr-custom-column-wrapper {
  align-items: start !important;
}
.clicr-custom-column-wrapper .column1,
.clicr-custom-column-wrapper .column1a,
.clicr-custom-column-wrapper .column1b {
  padding-top: 0;
}
.clicr-custom-column-wrapper .column2,
.clicr-custom-column-wrapper .column2a,
.clicr-custom-column-wrapper .column2b {
  padding: 0;
}
