:root {
  --primary-color: rgb(240, 162, 60);
  --primary-color-alpha: rgba(240, 162, 60, 0.2);
  --primary-color-dark: rgb(211, 131, 26);
  --secondary-color: #8f3f0a;
  --error-color: #d9534f;
  --error-color-alpha: rgba(231, 76, 60, 0.05);
  --success-color: #27ae60;
  --success-color-alpha: rgba(39, 174, 96, 0.05);
  --nav-primary-color: rgb(148, 56, 26);
  --nav-secondary-color: #f1d3bc;

  --omc-title-color: #f8f5b0;
  --proxima-title-color: #f1c40f;

  --text-color: #fff;
  --pane-color: #3338;
}

body {
  color: #fff;
  background: linear-gradient(85deg, #95391b, #e2833c);
}

body::after {
  background: center / cover url(/images/back_2025_02_720.webp);
}

@media screen and (min-width: 721px) {
  body::after {
    background: center / cover url(/images/back_2025_02.webp);
  }
}

.pageContents {
  background: #501009cc;
}

h1 strong {
  color: #f8f5b0;
}

h1 span span {
  color: #f1c40f;
}
