:root{
  --mpress-ink:#0b0f19;
  --mpress-paper:#ffffff;
  --mpress-accent:#77C19A;
  --mpress-accent-strong:#183028;
}
body{background:var(--mpress-paper);color:var(--mpress-ink)}
a{color:var(--mpress-accent)}
a:hover{color:var(--mpress-accent-strong)}
.et_pb_button,.et_pb_button.et_pb_more_button,.button,button,input[type=submit]{
  border-radius:9999px;padding:.75rem 1.25rem;transition:transform .15s ease,box-shadow .15s ease;
  background:var(--mpress-accent-strong);color:#fff;border:0;
}
.et_pb_button:hover,.button:hover,button:hover,input[type=submit]:hover{
  transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.12);background:var(--mpress-accent);color:#0b0f19;
}
:focus{outline:3px solid var(--mpress-accent);outline-offset:2px}
.badge-accent{background:var(--mpress-accent);color:#111827;padding:.25rem .5rem;border-radius:.375rem;font-weight:600}
.badge-strong{background:var(--mpress-accent-strong);color:#fff;padding:.25rem .5rem;border-radius:.375rem;font-weight:600}
