body {
  font-family: var(--md-ref-typeface-brand, Roboto);
  margin: 0;
}

p {
  color: blue;
  border: dashed 0.0625rem red;
  padding: 1rem;
}
