@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,
h3,
a.nav-link,
a.navbar-brand,
h5.modal-title,
.tx-big {
  font-family: "Prompt", sans-serif;
}
p,
small.text-muted,
div.modal-footer,
label,
h5.head-add,
td,
/* .col > h6, */
.color-strong-modal h6,
caption,
th,
.info-box-text,
.info-box-number,
.accordion-body,
.tx-small {
  font-family: "PromptLight", sans-serif;
}
.col > h6 {
  margin-bottom: 1rem;
}

