/* variables - start */
:root {
  /* theme colors */
  --color1: #02b55a; /* page title color, button background color */
  --color2: #02b55a; /* step title color, header border bottom color */
  --color3: #02b55a; /* header text color */
  /* general colors */
  --colorDefault: #666666;
  --colorRed: #B43B1F;
  --colorLightGray: #F8F8F8;
  --colorGray: #8F8F8F;
  --fontSizeDefault: 14px;
}
/* variables - end */