/* Error: $number: 95vw and $min: 70rem have incompatible units.
 *     ,
 * 583 |          max-width: clamp(70rem, 95vw, 70rem);
 *     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
 *     '
 *   betty-dupin/SASS/betty-dupin.scss 583:21  root stylesheet */

body::before {
  font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
      "Droid Sans Mono", monospace, monospace;
  white-space: pre;
  display: block;
  padding: 1em;
  margin-bottom: 1em;
  border-bottom: 2px solid black;
  content: "Error: $number: 95vw and $min: 70rem have incompatible units.\a     \2577 \a 583 \2502           max-width: clamp(70rem, 95vw, 70rem);\a     \2502                      ^^^^^^^^^^^^^^^^^^^^^^^^^\a     \2575 \a   betty-dupin/SASS/betty-dupin.scss 583:21  root stylesheet";
}
