/*
@include max($tablet) {
	height: 60px;
}
*/
body,
html {
  --p-color: #555;
  --p-strong-color: var(--text-color);
  --p-font-size: 18px;
  --p-font-weight: 300;
  --p-line-height: 1.5;
  --paragraph-not-last-margin-bottom: var(--p-font-size);
}
body p strong,
html p strong {
  font-weight: 600;
  line-height: 1.7;
}