/*
@include max($tablet) {
	height: 60px;
}
*/
body,
html {
  --p-font-size: 20px;
  --p-line-height: 1.4;
  --link-decoration: underline;
}

.container.has-background-color[style="background: var(--white)"] {
  --p-color: #333;
}