@font-face {
  font-family: "Prompt";
  src: url("../webfonts/Prompt-SemiBold.woff2") format("woff2"),
    url("../webfonts/Prompt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  /* font-display: swap; */
}
@font-face {
  font-family: "PromptLight";
  src: url("../webfonts/Prompt-Light.woff2") format("woff2"),
    url("../webfonts/Prompt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  /* font-display: swap; */
}
#modalDetailAst span,
input,
.form-select,
a.nav-link,
span.navbar-brand,
.tx-small {
  font-family: "PromptLight", sans-serif;
}

#modalDetailAst h6,
label,
h5.modal-title,
.tx-big {
  font-family: "Prompt", sans-serif;
}
