/*
@include max($tablet) {
	height: 60px;
}
*/
*,
*::before,
*::after {
  --paragraph-not-last-margin-bottom: 12px;
  --p-font-size: 18px;
  --p-line-height: 26px;
}
@media (max-width: 768px) {
  *,
*::before,
*::after {
    --p-font-size: 14px;
    --p-line-height: 22px;
  }
}