    :root {
      --bs-primary-rgb: 129, 22, 24;
      --bs-primary-light-rgb: 248, 246, 246;
      --bs-dark-rgb: 86, 0, 0;
      
      --bs-link-color: #811618;
      --bs-link-hover-color: #B12D30;
      --bs-card-cap-color: #B12D30;
      --bs-success-rgb: 10, 191, 83;
    }

    ::selection {
      background: #EF4044;
      color: white;
      text-shadow: none;
    }

    .card {
      --bs-card-spacer-y: 1.25rem;
    }

    .bg-soft-dark {
        background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
    }
    .bg-primary-light {
        background-color: rgba(var(--bs-primary-light-rgb), 1) !important;
    }

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

    .navbar-brand-logo {
        width: 100%;
        min-width: 10rem;
        max-width: 13rem;
    }

    .btn-primary {
      --bs-btn-bg: #811618;
      --bs-btn-border-color: #811618;
      --bs-btn-hover-bg: #B12D30;
      --bs-btn-hover-border-color: #B12D30;

      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #B12D30;
      --bs-btn-active-border-color: #B12D30;
    }

    .btn-white:focus, .btn-white:hover {
        color: #2d374b;
        background-color: #fff;
    border-color: rgba(220, 224, 229, .6);
        box-shadow: 0 3px 6px -2px rgba(140, 152, 164, .25);
    }

    .card-link::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23EF4044' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
    }

    [id] {
      scroll-margin-top: 100px;
    }

    ul.list-checked li {
      margin-bottom: 1.25rem;
      padding-left: 2.5rem;
      position: relative;
      color: #51596c;
    }
    .list-checked-soft-bg-primary li::before {
      content: "";
      display: inline-block;
      width: 1.125rem;   /* matches the SVG width (18px) */
      height: 1.125rem;  /* matches the SVG height (18px) */
      position: absolute;
      left: 0;
      top: 0.15em;       /* vertical alignment with text */
      background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%230ABF53' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%230ABF53'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: contain;
    }

    footer p {
      color: rgba(255, 255, 255, .7) !important;
    }

    footer a {
      color: rgba(255, 255, 255, .7) !important;
      text-decoration: underline;
    }

    footer a:hover {
      color: rgba(255, 255, 255, 1) !important;
      text-decoration: underline;
    }