@font-face {
    font-family: "Normal";
    src: url("/static/vendors/Fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Normal";
    src: url("/static/vendors/Fonts/Montserrat/Montserrat-Light.ttf") format("truetype");;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Normal";
    src: url("/static/vendors/Fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Normal";
    src: url("/static/vendors/Fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Normal";
    src: url("/static/vendors/Fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }