/*
 * Vienna Spirits branding for InvoiceShelf 2.4.1
 *
 * Load this file after InvoiceShelf's Vite stylesheet.
 * The primary scale is derived from the brand gold #C6A563.
 */
:root {
  --color-primary-50: #fbf9f4;
  --color-primary-100: #f6f1e6;
  --color-primary-200: #ede2cd;
  --color-primary-300: #ddc9a1;
  --color-primary-400: #c6a563;
  --color-primary-500: #b6985b;
  --color-primary-600: #9e844f;
  --color-primary-700: #877043;
  --color-primary-800: #736039;
  --color-primary-900: #5f4f30;
  --color-primary-950: #3b321e;
}

/*
 * Replace the default InvoiceShelf wordmark in the desktop admin header.
 * Render the supplied wordmark in white in the admin header.
 */
header .brand-main > svg,
header .brand-main > img {
  display: none;
}

header .brand-main::before {
  display: block;
  width: 180px;
  height: 36px;
  content: "";
  background: #ffffff;
  -webkit-mask: url("/schoenburnn_logo_normal.svg") left center / contain no-repeat;
  mask: url("/schoenburnn_logo_normal.svg") left center / contain no-repeat;
}
