:root {
    --background-light: #012143;
    --background-dark: #e27c3c;
    --text-color: #012143;
    --text-light: #012143;
    --box-background: #ffd6bc;
    --border-color: #012143;
    
    --header-background: #5a8a72;
    --header-text: #ff914d;
    
    --navbar-background: #4a6b5a;
    --navbar-text: #ff914d;
    --navbar-hover: #033780;
    
    --sidebar-background: #ffd6bc;
    --sidebar-text: #012143;
    --sidebar-link: #ffb283;
    --sidebar-hover: #ffa269;
    
    --main-background: #ffd6bc;
    
    --footer-background: #5a8a72;
    --footer-text: #e8f5e9;
    
    --header-background-start: #004aad;
    --header-background-middle: #033780;
    --header-background-end: #004aad;

    --navbar-background-start: #004aad;
    --navbar-background-end: #033780;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('/religion/sikhism/design/pattern.jpg');
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.5;
  z-index: -9999;
  pointer-events: none;
}

::selection {
  background-color:#012143;
  color:#e27c3c;
}