@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; */
}
h1,
h2,
.tx-big,
.navbar-brand {
  font-family: "Prompt", sans-serif;
}
p,
.tx-small,
label,
.nav-link,
th {
  font-family: "PromptLight", sans-serif;
}
.modal-title {
  font-family: "PromptLight", sans-serif;
  font-weight: bold;
}
