  @font-face {
    font-family: 'Franklin Gothic ATF';
    src: url('/static/assets/fonts/franklin-gothic-atf-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

a {
    color:rgb(110, 39, 61);
  }

p {
    color:#002147;
  }

  body {
    font-family: 'Franklin Gothic ATF', Arial, sans-serif;
    font-size: 20px;
  }

  .captions {
    font-size: medium;
    color: gray;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
  }

  .userguide-image {
    max-width:100%; 
    height:auto;
    border: 1px solid #ddd;
    border-radius: 4px;
  }

  .address {
    color: #fff;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .social {
    color: #fff;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

.my-custom-bold {
  font-weight: 700;
  font-size: 14px;
  color: rgb(255, 255, 255); /* Or use #ffffff */
}