:root {

  --site-watermark: url(https://d2xsxph8kpxj0f.cloudfront.net/310519663373285148/cWqwP6UcU9jb5saXzEcVGN/wordmark_cream_black_44a40551.png); 

  --site-menu-width: 1000px;
  --site-sidenav-width: 130px; /* New variable */
  --site-capitalization: uppercase;
  --site-menu-alignment: modern;
  --site-glow-or-shadow: shadow;
  --site-main-background-image: url(https://d2xsxph8kpxj0f.cloudfront.net/310519663373285148/cWqwP6UcU9jb5saXzEcVGN/VelvetSocietyhero_4f43ea97.webp);
  --site-background-color: #06040A;
  --site-main-text-color: #F0E6D3;
  --site-main-link-color: #c9a84c;
  --site-content-background-color: #0E0810;
  --site-content-background-alpha-color: rgba(5.49%, 3.14%, 6.27%, 0.90);
  --site-content-text-color: #F0E6D3;
  --site-content-link-color: #C9A84C;
  --site-content-label-color: #BBA98E;
  --site-content-alt-row-bg-color: #160E13;
  --site-form-background-color: #160e13;
  --site-form-background-alpha-color: rgba(8.63%, 5.49%, 7.45%, 0.90);
  
  --site-form-text-color: #f0e6d3;
  --site-form-link-color: #c9a84c;
  --site-form-label-color: #bba98e;
  --site-form-alt-row-bg-color: #1e1118;
  --site-menu-background-colors: black,#000000;
  --site-menu-background: radial-gradient(black,#000000);
  --site-menu-text-color: #f0e6d3;
  --site-navbar-background-color: #000000;
  --site-button-background-colors: black,#000000;
  --site-button-background: radial-gradient(black,#000000);
  --site-button-text-color: #f0e6d3;
  --site-sidenav-option-color: #c9a84c;
  --site-option-label-bg-color: #bba98e;
  }

