/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

body {
  --backup-btn-hover-bg: hsl(from var(--btn-bg, var(--brand-color-main)) h s calc(l + 7));
  --backup-btn-active-bg: hsl(from var(--btn-bg, var(--brand-color-main)) h s calc(l - 7));

  --backup-btn-hover-bg-second: hsl(from #000 h s calc(l + 14));
}
