/* Light - 300 */
@font-face {
    font-family: 'JioSans';
    src: url('/fonts/JioSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  /* Regular - 400 */
  @font-face {
    font-family: 'JioSansRegular';
    src: url('/fonts/JioSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  /* Medium - 500 */
  @font-face {
    font-family: 'JioSansMedium';
    src: url('/fonts/JioSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  /* SemiBold - 600 */
  @font-face {
    font-family: 'JioSansSemiBold';
    src: url('/fonts/JioSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  /* Bold - 700 */
  @font-face {
    font-family: 'JioSansBold';
    src: url('/fonts/JioSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

    /* Marcellus-SemiBold - 400 */
    @font-face {
      font-family: 'Marcellus-RegularBold';
      src: url('/fonts/Marcellus-RegularBold.woff2') format('woff2');
      font-weight: 400;
      font-style: latin;
      font-display: swap;
    }

        /* Marcellus-Regular*/
        @font-face {
          font-family: 'Marcellus-Regular';
          src: url('/fonts/Marcellus-Regular.woff2') format('woff2');
          font-weight: 900;
          font-style: latin;
          font-display: swap;
        }
    
  body{
    
    font-family: "JioSans",Montserrat , sans-serif;
  }
  