@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; */
  }


 .tx-small {
    font-family: "PromptLight", sans-serif;
  }
  
  .tx-big {
    font-family: "Prompt", sans-serif;
  }
  