:root{
  --pinus-brand: #0b7d71;
  --pinus-ink: #1e1e1e;
  --pinus-muted: #6c757d;
  --pinus-radius: 1rem;
  --pinus-shadow: 0 .2rem 1rem rgba(0,0,0,.06);
}
body{ color:var(--pinus-ink); }
.navbar-brand{ letter-spacing:.02em; }
.btn-primary,
.bg-primary,
.text-bg-primary{ --bs-primary: var(--pinus-brand); --bs-primary-rgb: 11,125,113; }
.btn-primary{ box-shadow: var(--pinus-shadow); }
.btn-outline-primary{ --bs-primary: var(--pinus-brand); border-color: var(--pinus-brand); color: var(--pinus-brand); }
.btn-outline-primary:hover{ background: var(--pinus-brand); color:#fff; }
.rounded-4{ border-radius: var(--pinus-radius) !important; }
.shadow-sm{ box-shadow: var(--pinus-shadow) !important; }
.product-card .price{ font-weight: 700; }
.card-title{ margin-bottom:.35rem; }
.card img{ object-fit: cover; }
.ratio > img{ width:100%; height:100%; }
footer span{ white-space: nowrap; }
:focus-visible{ outline: 3px solid #212529; outline-offset: 2px; }
