/* ============================================================
   Glastonbury Goddess Temple — brand polish
   Colours, fonts and logo are driven by the theme brand
   tokens (deep purple #3b1e54 / lilac #9b7ebd /
   Macondo Swash Caps / Rethink Sans). The rules below add small finishing
   touches only. Safe to remove or extend.
   ============================================================ */

/* Headings: a little air around the Macondo display type */
h1, h2, h3, .h1, .h2, .h3 {
  letter-spacing: 0.2px;
}

/* Buttons: gentle lift on hover, softer Temple-toned shadow */
.btn,
.form-btn {
  box-shadow: 0 2px 12px rgba(59, 30, 84, 0.12);
}
.btn:hover,
.form-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(59, 30, 84, 0.18);
}

/* Links: quiet underline on hover rather than only a brightness shift */
a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Accessible focus ring in brand lilac */
a:focus-visible,
.btn:focus-visible,
.form-btn:focus-visible,
.form-control:focus-visible {
  outline: 2px solid #9b7ebd;
  outline-offset: 2px;
}
