

:root {
  
  --parchment-bg: #F1E9D2; 
  
  
  --text-accent: #3F2F07; 
  --header-accent: #684D0C;
}

body {
  background-color: var(--parchment-bg);
  color: var(--text-accent);
  font-family: 'Georgia', serif; 
  line-height: 1.6;
  margin: 40px;
}

h1, h2, h3 {
  color: var(--header-accent);
}


a:link {
  color: #1a73e8; 
  text-decoration: underline;
}

a:visited {
  color: #6a0dad; 
}

a:hover {
  color: #d32f2f; 
}

a:active {
  color: #ff4500; 
}
