/* All colors and other reusable variable */

:root {
  --main-blue-color: #0c6ab3;
  --medium-blue-color: #0d669e;
  --darker-blue-color: #0a4f80;
  --main-green-color: #71b745;
  --main-orange-color: #f18622;
  --main-yellow-color: #eddb00;
  --main-text-color: #333333;
  --main-gray-color: #f1f1f1;
}
