:root {
  --primary: #cb9754;
  --secondary: #c9b559;
  --white: #ffffff;
  --black: #000000;
  --text-dark: #222;
  --text-highlight: var(--primary);
  --text-light: #ffffff;
  --background: #ffffff;
}