* {
  /* Sea Compass brand palette — taken from the company logo & profile */

  /* Gold accent (logo / profile dividers) */
  --primary-color: #c0994e;
  --primary-color-rgb: 192, 153, 78;

  --secondary-color: #a8843f;
  --secondary-color-rgb: 168, 132, 63;

  /* Cream page background (profile light sections) */
  --bg-light: #f5f0e6;

  /* Navy scale (logo navy) */
  --bg-dark-1: #0a2350;
  --bg-dark-1-rgb: 10, 35, 80;

  --bg-dark-2: #061939;

  --bg-dark-3: #04122b;
}
