:root {
  --wp--preset--color---primary: $primary;
  --wp--preset--color---secondary: $secondary;
  --wp--preset--color---white: $white;
  --wp--preset--color---black: $black;
  --wp--preset--color---black-pure: $black-pure;
  --font-default: 'Brother 1816', calibri, sans-serif;
  --font-alt: 'Brother 1816 Printed', calibri, sans-serif;
  --font-size-default: 18px;
  --font-weight-default: 300;
  --line-height-default: 1.333;
}

body {
  --wp--preset--font-size--medium: 18px;
}

/**  end vars */
.wp-block-acf-blockquote.wp-block-quote.style2 {
  text-align: center;
  max-width: 100%;
  width: 100%;
  float: none;
  margin-left: 0;
  margin-top: 32px;
  margin-bottom: 32px;
}
.wp-block-acf-blockquote.wp-block-quote.style2 a {
  text-align: center;
}
.wp-block-acf-blockquote.wp-block-quote.style2 p.long {
  color: var(--wp--preset--color---primary);
  font-size: 20px;
  font-weight: 600;
}
