<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2") format("woff2"),
  url("../fonts/material/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].ttf") format("truetype"),
  url("../fonts/material/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].codepoints") format("codepoints");
}

html.scroll-lock {
  overflow: hidden;
}
.material-icons {
  font-family: "Material Icons" ;
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

.uuid-preview {
  position: absolute;
  top: 0;
  left: 0;

  border: .5px solid transparent;
  display: flex;

  color: white;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
}

.uuid-preview &gt; div:first-child {

  background: #187899;
  padding: 0.3em;
}

html[data-prod='1'] .uuid-preview {
  display: none;

}
.uuid-preview &gt; div:last-child {
  padding: 0.3em;

  background: #0d4260;
  text-transform: uppercase;
}
</pre></body></html>