:root {
  /* width */
  --w-container: 1234px;

  /* padding */
  --ptb-header: 10px;
  --pt-section: 50px;
  --pt-footer: 50px;
  --pb-footer: 105px;

  /* border-radius */
  --br: 0px;

  /* margin */
  --mb-section: 120px;
  --mb-title-1: 23px;
  --mb-title-2: 40px;
  --mb-title-3: 1rem;

  /* font-size */
  --fs-body: 18px;
  --fs-title-1: 50px;
  --fs-title-2: 40px;
  --fs-title-3: 1.5rem;
  --fs-big-text: 20px;
  --fs-small-text: 10px;

  /* line-height */
  --lh-body: 120%;

  /* color */
  --c: #154444;
  --c-btn: #299D92;
  --c-reverse: #FFF;
  --c-body: #FFFFFF;
  --c-body-reverse: #9BBCA5;
  --c-section-reverse: #EAEAEA;
  --c-text: #000000;
  --c-text-reverse: #FFF;
  --c-text-taps: #5A5A5A;
}
