:root {
  /* Kuchen Brand Colors */
  --kuchen-blue: #014D7D;
  --kuchen-blue-rgb: 1, 77, 125;
  --kuchen-green: #1BAE4A;
  --kuchen-green-rgb: 27, 174, 74;
  --kuchen-brown: #703605;
  --kuchen-brown-rgb: 112, 54, 5;
  
  /* Primary/Secondary Color Mapping */
  --primary-color: #014D7D;
  --primary-color-rgb: 1, 77, 125;
  --secondary-color: #1BAE4A;
  --secondary-color-rgb: 27, 174, 74;
}