/* MWGSM Website — Ember Theme (Orange/Red) */
:root {
  --pr: #ff7c00 !important;
  --pr2: #e06c00 !important;
  --pink: #ff3b00 !important;
  --bg0: #0c0a08 !important;
  --bg1: #13100c !important;
  --bg2: #1c1712 !important;
  --tx: #e8ddd0 !important;
  --txd: #8a7060 !important;
  --grn: #a3e635 !important;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,124,0,.012) 2px, rgba(255,124,0,.012) 4px);
  pointer-events: none;
  z-index: 9999;
}
