html.unwound{
  --background: url(/images/shallow/unwound/bg.png);
  --background-div: #313131 url(/images/shallow/unwound/texture1.png);
  --background-title: #141414 url(/images/shallow/unwound/texture2.png);
  --header: url(/images/shallow/unwound/header.png);

  --profile1: url(/images/shallow/unwound/profile.png);
  --profile2: url(/images/shallow/unwound/profile2.png);
  --profile-mini1: url(/images/shallow/unwound/profile-mini.png);
  --profile-mini2: url(/images/shallow/unwound/profile-mini2.png);


  --color1: #e9e9e9;
  --color2: #141414;
  --border: #181818;
  --outline: #4b4b4b;
  --underline: #868686;
  --shadow: #090909;
  --accent: #e083b2;
  --accent-hover: #eba9ca;

  --pre-font: QuietBrokenVoice;
  --pre-span: #f77fb1;
  --pre-shadow: #000;
  --pre-size: 22px;
  --pre-line-height: 1.25;
  --info-span: #e9e9e9;
  --filter: saturate(0) contrast(1.25);
  --stripes: url(/images/shallow/unwound/t-twill.png);

  .marquee:not(.unwound){
    display: none;
  }
}

html.shes-green{
  --background: url(/images/shallow/shes-green/bg.png);
  --background-div: #fffefa url(/images/shallow/shes-green/texture1.png);
  --background-title: #fffdfa url(/images/shallow/shes-green/texture2.png);
  --header: url(/images/shallow/shes-green/header.png);

  --profile1: url(/images/shallow/shes-green/profile.png);
  --profile2: url(/images/shallow/shes-green/profile2.png);
  --profile-mini1: url(/images/shallow/shes-green/profile-mini.png);
  --profile-mini2: url(/images/shallow/shes-green/profile-mini2.png);

  --color1: #4e3b32;
  --color2: #fff;
  --border: #473a35;
  --outline: #947f76;
  --underline: #b4aaa6;
  --shadow: #6b7055;
  --accent: #556c74;
  --accent-hover: #96aaaf;

  --pre-font: ProblemSecretary;
  --pre-span: #b3d5df;
  --pre-shadow: #352d2a;
  --pre-size: 25px;
  --pre-line-height: 1.15;
  --info-span: #828d57;
  --filter: saturate(0.5) sepia(0.35);
  --stripes: url(/images/shallow/shes-green/t-twill.png);

  .marquee:not(.shes-green){
    display: none;
  }
}