/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2026 | 17:41:50 */
/* ==========================================
   MOAB TOPOGRAPHIC BACKGROUND
   ========================================== */

body {
  position: relative;
  background: #05050a;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;

  background-image: url('https://new.moabmedia.ca/wp-content/uploads/2026/04/Topographic-BAckground.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 0.5;
}

