:root {
  --yellow: #f5c464;
  --yellow-bg: #fffbef;
  --teal: #50c8b5;
  --teal-bg: #edfaf7;
  --sky: #e5f4fa;
  --sky-dark: #b8dff0;
  --navy: #2d3580;
  --text: #333;
  --text-mid: #666;
  --text-light: #999;
  --white: #fff;
  --border: #ebebeb;
  --purple: #e2c6ff;
}

/*------------------------------
footer
------------------------------*/
footer {
  padding: clamp(0px, 20 * var(--rate-vw), 20px * var(--cap)) 0;
}

.footer__copyright {
  font-size: clamp(0px, 14 * var(--rate-fz), 14px * var(--cap));
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
  }
}
/*# sourceMappingURL=footer.css.map */