@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400..800&display=swap');

.font-mono {
  font-family: 'JetBrains Mono', monospace;
}
  @font-face {
    font-family: 'LoresBold';
    src: url('/static/fonts/lores-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'LoresNarrow';
    src: url('/static/fonts/lores-narrow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  html, body {
     font-family: 'LoresNarrow', sans-serif;
  }


  .trench-bulldog-logo {
    width: 6.25rem!important;      /* Larger, but scalable */
    height: 6.25rem!important;
    position: absolute;
    left: 1rem;     /* Slight offset from the left */
    top: -.9rem;     /* Move upwards above the header */

    z-index: 20;      /* Appear above header */
  }

#bulldog-analysis-text p, ul, li, h2, h3, h4
{
  margin-top:1rem;
}

#bulldog-analysis-text p strong,#bulldog-analysis-text ul strong,#bulldog-analysis-text li strong
{
  color:rgb(80 183 199 / 1);
}

#bulldog-analysis-text h2
{
  margin-top:1rem;
  font-weight:700;
  color:#50B7C7;
}