:root {
    --background-light: #ff958d;
    --background-dark: #ff958d;
    --text-color: #b60c00;
    --text-light: #bc1c10;
    --box-background: #ffc0bb;
    --border-color: #bc1c10;
    
    --header-background: #5a8a72;
    --header-text: #fff1f0;
    
    --navbar-background: #4a6b5a;
    --navbar-text: #fff1f0;
    --navbar-hover: #dc2315;
    
    --sidebar-background: linear-gradient(to top, #ffb1ac, #ff948c);
    --sidebar-text: #b60c00;
    --sidebar-link: #ff867e;
    --sidebar-hover: #ed766d;
    
    --main-background: #ffc0bb;
    
    --footer-background: #5a8a72;
    --footer-text: #e8f5e9;
    
    --header-background-start: #e73121;
    --header-background-middle: #dc2315;
    --header-background-end: #e73121;

    --navbar-background-start: #e73121;
    --navbar-background-end: #dc2315;
}

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