body {
  margin: 0;
  line-height: normal;
}

:root {
  /* Common Style Variables */

  /* Color */
  --color-black: #000;
  --color-white: #fff;

  /* Font */
  --font-made-tommy: MADE TOMMY;
  --font-perandory: Perandory;

  /* FontSize */
  --fs-12: 12px;
  --fs-28: 28px;
  --fs-30: 30px;
  --fs-12_77: 12.77px;

  /* WidthHeights */
  --height-12: 12px;
  --height-1080: 1080px;
  --width-380: 380px;
  --width-493: 493px;
  --width-1920: 1920px;

  /* LineHeights */
  --lh-15: 15px;
  --lh-15_5: 15.5px;

  --left-0: 0px;
  --left-67: 67px;
  --left-79: 79px;
  --left-780: 780px;
  --top-0: 0px;
  --top-1206: 1206px;
  --top-1298: 1298px;
}
