html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.tm-copyright {
    margin: 0;
}

.nabla-logo {
    width: min(10vh, 10vw) !important;
}

.w-min {
    width: min-content;
}

@font-face {
    font-family: 'ZT Neue Ralewe';
    src: url('../fonts/ZTNeueRalewe-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: 'ZT Neue Ralewe';
  src: url('../fonts/ZTNeueRalewe-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'ZT Neue Ralewe';
  src: url('../fonts/ZTNeueRalewe-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'ZT Neue Ralewe';
  src: url('../fonts/ZTNeueRalewe-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'ZT Neue Ralewe';
  src: url('../fonts/ZTNeueRalewe-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'ZT Neue Ralewe';
  src: url('../fonts/ZTNeueRalewe-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'ZT Neue Ralewe';
  src: url('../fonts/ZTNeueRalewe-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'ZT Neue Ralewe';
  src: url('../fonts/ZTNeueRalewe-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'ZT Neue Ralewe';
  src: url('../fonts/ZTNeueRalewe-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'ZT Neue Ralewe';
  src: url('../fonts/ZTNeueRalewe-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}