@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
[data-bs-theme=dark] {
    --bs-secondary-rgb: 142, 148, 154;
}
*{font-family:"Source Code Pro",monospace;font-optical-sizing:auto;}
ul{list-style-type:none;}
ul>li{font-size:0.85rem;}
ul>li:before{content:"-";margin-right:0.5rem;}