<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Error: Undefined variable.
 *    ,
 * 11 |     font-family: $copy-font;
 *    |                  ^^^^^^^^^^
 *    '
 *   /Users/adamfretwell/Work/portland_living/wwwroot/scss/_defaults.scss 11:18  load-css()
 *   /Users/adamfretwell/Work/portland_living/wwwroot/scss/style.scss 25:1       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: Undefined variable.\a    \2577 \a 11 \2502      font-family: $copy-font;\a    \2502                   ^^^^^^^^^^\a    \2575 \a   /Users/adamfretwell/Work/portland_living/wwwroot/scss/_defaults.scss 11:18  load-css()\a   /Users/adamfretwell/Work/portland_living/wwwroot/scss/style.scss 25:1       root stylesheet";
}
</pre></body></html>