/*common*/
body {
  font-weight: var(--vel-typography-text-200-font_weight);
  font-size: var(--vel-typography-text-200-font_size);
  line-height: var(--vel-typography-text-200-line_height);
  font-family: var(--vel-typography-text-200-font_family);
  letter-spacing: var(--vel-typography-text-200-letter_spacing);
  color: var(--vel-color-text-default);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: var(--vel-color-neutral-white);
}
*
{
  box-sizing:border-box;
}

ol, ul
{
    list-style:none;
}