:root {
  --wp--preset--color---primary: #64C0C1;
  --wp--preset--color---secondary: #505665;
  --wp--preset--color---white: $white;
  --wp--preset--color---black: $black;
  --wp--preset--color---light-grey: $light_grey;
  --font-default: "rooney-sans", calibri, sans-serif;
  --font-alt: "rooney-sans", 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;
}
