/* Sioholm Excavation - Global Styles */

:root {
  --background: #faf8f5;
  --foreground: #3d3528;
  --card: #ffffff;
  --card-foreground: #3d3528;
  --primary: #7a5c3e;
  --primary-foreground: #faf8f5;
  --secondary: #f0ebe3;
  --secondary-foreground: #3d3528;
  --muted: #f0ebe3;
  --muted-foreground: #6b5f4e;
  --border: #e8e4dc;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Libre Baskerville', Georgia, serif;
  background-color: var(--background);
  color: var(--foreground);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
