@font-face{
    font-family: 'Prompt Regular';
    font-style: normal;
    font-weight: normal;
    src:  url("../fonts/Prompt-Regular.ttf") format('truetype');
   }
   @font-face{
    font-family: 'Prompt Regular';
    font-style: normal;
    font-weight: bold;
    src:  url("../fonts/Prompt-Bold.ttf") format('truetype');
   }
   @font-face{
    font-family: 'Prompt Regular';
    font-style: italic;
    font-weight: normal;
    src:  url("../fonts/Prompt-Italic.ttf") format('truetype');
   }
   @font-face{
    font-family: 'Prompt Regular';
    font-style: italic;
    font-weight: bold;
    src:  url("../fonts/Prompt-BoldItalic.ttf") format('truetype');
   }
   html,body {
    font-family: 'Prompt Regular';
    font-size: 1.1125rem;
   }
   .mt-20{
    margin-top: 20px;
   }
