@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('/static/webfonts/lato-v24-latin-100.woff2') format('woff2');
  }
  
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/static/webfonts/lato-v24-latin-300.woff2') format('woff2');
  }
  
  body {
    font-family: 'Lato', sans-serif;
}

.tab-content {
    padding-top: 10px !important; /* Reduce excess spacing */
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    /* margin-left: .5rem; */
    }

    .form-check {
        padding-left: 5px;
        padding-right: 10px;
    }