@font-face {
        font-family: BLight;
        src: url('/static/font/SFUIDisplay-Light.ttf');
    }
    @font-face {
        font-family: BLight1;
        src: url('/static/font/SFNSDisplay-Light.otf');
    }
@font-face {
    font-family: BoldG1;
    src: url('/static/font/SFNSText-BoldG1.otf');
}
@font-face {
        font-family: BoldG2;
        src: url('/static/font/SFNSText-BoldG2.otf');
    }
    @font-face {
        font-family: BoldG3;
        src: url('/static/font/SFNSText-BoldG3.otf');
    }
    @font-face {
        font-family: BMedium;
        src: url('/static/font/SFUIDisplay-Medium.otf');
    }
     @font-face {
        font-family: BRegular;
        src: url('/static/font/SFUIDisplay-Regular.otf');
    }
    
    /* poppins*/
    @font-face {
        font-family: PoppinsB;
        src: url('/static/font/Poppins-Black.ttf');
    }
    @font-face {
        font-family: PLight1;
        src: url('/static/font/Poppins-Light.ttf');
    }
    @font-face {
        font-family: PMedium;
        src: url('/static/font/Poppins-Medium.ttf');
    }
    @font-face {
        font-family: PRegular;
        src: url('/static/font/Poppins-Regular.ttf');
    }
    @font-face {
        font-family: PSemiBold;
        src: url('/static/font/Poppins-SemiBold.ttf');
    }
    @font-face {
        font-family: PLight;
        src: url('/static/font/Poppins-Thin.ttf');
    }
    @font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/static/font/poppins-regular.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;

}