
    
  @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: #f7f1ea;
        --white-color: #f9f8f7;
        --main-color: #c08874;
        --dark-main-color: #8a5a48;
        --sec-color: #7c7d52;
        --black-color: #303030;
        --footer-bg-color: #211d1a;
        --footer-color: #f7f1ea;
        --gradient-color: linear-gradient(0deg, #d9a48c, #9c6b52);
        --dark-gray: #999999;
        --dim-gray: #E0E0E0;
        --demy-gray: #666666;
        --mobile-menu-color: #f7f1ea;
        --mobile-menu-text-color: #000;
        --mobile-menu-icon-box-color: #fdebf3;
        --mobile-menu-icon-color: #c08874;
    }
    