:root {
  --primary-color: #f25817;
  --secondary-color: #ef753d;
  --accent-color: #ee6c3f;
  --bg-color: #f3f2f2;
  --dark-bg-color: #212529;
  --contact-panel-bg: #2a2a29;
  --light-color: #fff;
  --text-color: #333;
  --border-light: #eee;
  --primary-overlay-color: rgba(242, 88, 23, 0.6);
  --font-heading: 'Raleway', sans-serif;
  --font-body: 'Raleway', sans-serif;
}