
    
  @font-face{
        font-family: BeautyShopFont;
        src: url(assets/fonts/iran-sans-x/IRANSansXFaNum-Light.woff2) format("woff2");
        font-style: normal;
        font-weight: 300;
        font-display: swap;
          unicode-range:
                 U+0600-06FF,  /* Arabic */
                 U+0750-077F,
                 U+08A0-08FF,
                 U+FB50-FDFF,
                 U+FE70-FEFF,
                 U+06F0-06F9,  /* Persian digits */
                 U+0030-0039; /* Latin digits */
    }
     @font-face{
        font-family: BeautyShopFont;
        src: url(assets/fonts/iran-sans-x/IRANSansXFaNum-Regular.woff2) format("woff2");
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        unicode-range:
                 U+0600-06FF,  /* Arabic */
                 U+0750-077F,
                 U+08A0-08FF,
                 U+FB50-FDFF,
                 U+FE70-FEFF,
                 U+06F0-06F9,  /* Persian digits */
                 U+0030-0039; /* Latin digits */
    }
     @font-face{
        font-family: BeautyShopFont;
        src: url(assets/fonts/iran-sans-x/IRANSansXFaNum-Medium.woff2) format("woff2");
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        unicode-range:
                 U+0600-06FF,  /* Arabic */
                 U+0750-077F,
                 U+08A0-08FF,
                 U+FB50-FDFF,
                 U+FE70-FEFF,
                 U+06F0-06F9,  /* Persian digits */
                 U+0030-0039; /* Latin digits */
    }
     @font-face{
        font-family: BeautyShopFont;
        src: url(assets/fonts/iran-sans-x/IRANSansXFaNum-Bold.woff2) format("woff2");
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        unicode-range:
                 U+0600-06FF,  /* Arabic */
                 U+0750-077F,
                 U+08A0-08FF,
                 U+FB50-FDFF,
                 U+FE70-FEFF,
                 U+06F0-06F9,  /* Persian digits */
                 U+0030-0039; /* Latin digits */
    }
     @font-face{
        font-family: BeautyShopFont;
        src: url(assets/fonts/iran-sans-x/IRANSansXFaNum-Black.woff2) format("woff2");
        font-style: normal;
        font-weight: 900;
        font-display: swap;
         unicode-range:
                 U+0600-06FF,  /* Arabic */
                 U+0750-077F,
                 U+08A0-08FF,
                 U+FB50-FDFF,
                 U+FE70-FEFF,
                 U+06F0-06F9,  /* Persian digits */
                 U+0030-0039; /* Latin digits */
    }
    
    :root{
        --bg-color: #F6F6F6;
        --white-color: #ffffff;
        --main-color: #1e73be;
        --dark-main-color: #B01F61;
        --sec-color: #0367bf;
        --black-color: #303030;
        --gradient-color: linear-gradient(0deg, #1e73be, #003fad);
        --dark-gray: #999999;
        --dim-gray: #E0E0E0;
        --demy-gray: #666666;
    }
    