html {
  font-size: var(--clamp14);
}

@media (min-width: 768px) {
  html {
    font-size: var(--clamp16);
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

   @font-face {
    font-family: 'AmandaSignature';
    src: url('/fonts/AMANDA-SIGNATURE.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.custom-text {
    font-size: 35px;
    color: #333333;
    line-height: 35px;
    font-weight: 100;
    font-style: italic;
   font-family: 'AmandaSignature', cursive, sans-serif;
    letter-spacing: 0px;
}

