:root {
  /* Al Wa'i Brand Colors — New Identity */
  --primary-color: #1c2e3e;
  --primary-color-rgb: 28, 46, 62;
  --secondary-color: #192835;
  --secondary-color-rgb: 25, 40, 53;
  --tertiary-color: #758da3;
  --tertiary-color-rgb: 117, 141, 163;
  --accent-color: #121f2a;
  --accent-color-rgb: 18, 31, 42;
  --accent-color-2: #26333f;
  --accent-color-2-rgb: 38, 51, 63;
}