/* Inline styles will be used primarily, but this is for base settings */
      body {
        font-family: "Lato", sans-serif;
        color: #333333;
      }
      .section-title {
        color: #003049; /* Vivid Blue */
        font-weight: 900;
        margin-bottom: 2rem;
        text-align: center;
      }
      .brand-red-bg {
        background-color: #780000;
      }
      .brand-blue-bg {
        background-color: #003049;
      }
      .brand-light-blue-bg {
        background-color: #f0f8ff; /* Derived from #98d5ff */
      }
      .brand-cool-grey-text {
        color: #6c7c7c;
      }
      .brand-dark-grey-bg {
        background-color: #333333;
      }
      li::marker {
        color: white !important;
      }