/* Theme accents follow --brand from SCSS variables.
   Do not hardcode a separate color here. */
:root {
  --base-color: var(--brand);
}

.base-img {
  -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(74%)
    saturate(480%) hue-rotate(50deg) brightness(95%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(58%) sepia(74%) saturate(480%)
    hue-rotate(50deg) brightness(95%) contrast(92%);
}

.bottom-line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='196' height='15' viewBox='0 0 196 15' fill='none'%3E %3Cpath d='M1 13C42.1844 2.92057 142.978 -3.87406 195 9.2668' stroke='%236bc02a' stroke-width='4'/%3E %3C/svg%3E");
}
