:root {
  --primary-color: #044f5c;
  --primary-color-rgb: #044f5c;
  --secondary-color: #d4af37;
  --secondary-color-rgb: #d4af37;
  --tertiary-color: #d4af379c;
  --tertiary-color-rgb: #d4af379c;
  --quaternary-color: #b7e576;
  --quaternary-color-rgb: 183, 229, 118;
}