/* Generated by LiveEdit Brand Kit. Reapplying the kit safely replaces this file. */
:root {
  --brand-primary: #1d9b59;
  --brand-accent: #65d6d6;
  --brand-surface: #d4fcfb;
  --brand-support-1: #9bdddd;
  --primary: var(--brand-primary);
  --primary-color: var(--brand-primary);
  --accent: var(--brand-accent);
  --accent-color: var(--brand-accent);
}
[data-brand-kit-logo] { display: inline-block; width: auto; max-width: min(220px, 45vw); max-height: 72px; object-fit: contain; }
[data-brand-kit="contact"] { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; align-items: center; }
[data-brand-kit="contact"] address { font: inherit; }
[data-brand-kit="services"] { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: .5rem; }
.btn:not(.btn-ghost), .button:not(.button-ghost), button[type="submit"], input[type="submit"] {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}
a:not([class*="btn"]):not([class*="button"]) { accent-color: var(--brand-accent); }
