/* ============================================================
   YOUR CUSTOM CSS — Our Dartmoor
   Put your own style tweaks in here. This file loads LAST, so it
   overrides the template, and it is NOT overwritten when I send a
   template update, so your changes are always safe.

   The palette variables (--green, --green-tint, --heather, etc.)
   are available to use here.
   ============================================================ */

/* Green, rounded blockquotes in page and article content.
   Insert a quote with JCE's quote button and it gets this look. */
.odt-main blockquote{
  background: var(--green-tint);
  border-left: 4px solid var(--green);
  border-radius: 10px;
  padding: 16px 22px;
  margin: 1.4rem 0;
  font-style: italic;
  color: var(--ink);
}
:root{ --odt-footer-img: url('/images/ourdartmoor/hero-photos/view-to-oke-tor-dartmoor-sunrise.webp'); }