﻿:root {
  --heading-color: #000;
  --para-color: #555555;
  --theme-color: #05acee;
  --bg-color: #FFF;
  --theme-hover-color: #fcb813;
}

html {
  scroll-behavior: smooth;
}
