:root {
  --default-font-size: 3.0rem;
  --default-line-height: 1.2;
  --default-letter-spacing: 0.015em;

  --color-black: #000000;
  --color-white: #ffffff;
}

@media screen and (max-width: 768px) {
  :root {
    --default-font-size: 2.4rem;
  }
}
