
    :root {
      --base: #fdf9ed;
      --accent-dark: rgba(84, 55, 32, 0.95);
      --gold1: #d4af37;
      --gold2: #ffdf6b;
      --nav-height: 70px;
      --subhead: #4a3a33;
      --head:#3d2a22;
      --text:#7a4f33;
      --button:#7a4f33;
      --buttonhover:#a7714e;
    }
   body {
      width: 100%;
      height: 100%;
      margin: 0;
      font-family: "Inter", sans-serif;
      background: #f5f5f5;
    }
    
    
