@font-face {
  font-family: "NoirNo1";
  src: url('../assets/fonts/noir1/NoirStd-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
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; */
  font-size: 16px;
  font-family: "NoirNo1", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.required::after {
  content: "*";
  color: red;
  margin-left: 0.2em;
}

.sweet-alert p {
  margin-top: 25px !important; 
}

.file-format {
    color: red;
    font-size: 12px;
}