@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: url("../../../../../../../../../roboto/roboto_n4.da808834c2315f31dd3910e2ae6b1a895d7f73f5.woff") format("woff2"),
       url("../../../../../../../../../roboto/roboto_n4.a512c7b68cd7f12c72e1a5fd58e7f7315c552e93_h1-dGNnbWFnaWMuY29t-hmac-c168c42ebe0b4c63518114ae53da134389bce221e44c56c7662a9bff3867ac36.woff") format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: url("../../../../../../../../../roboto/roboto_n4.da808834c2315f31dd3910e2ae6b1a895d7f73f5.woff") format("woff2"),
       url("../../../../../../../../../roboto/roboto_n4.a512c7b68cd7f12c72e1a5fd58e7f7315c552e93_h1-dGNnbWFnaWMuY29t-hmac-c168c42ebe0b4c63518114ae53da134389bce221e44c56c7662a9bff3867ac36.woff") format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  src: url("../../../../../../../../../roboto/roboto_n7.51ede27d5b58491d9cf07ad184108da52fef80b4.woff") format("woff2"),
       url("../../../../../../../../../roboto/roboto_n7.1babbb6a27f91b14216bafa40bf222e08f6999f4_h1-dGNnbWFnaWMuY29t-hmac-614c93ffe5a0385e4b45fc9ec5b1feabd6e8e8886b9c66ed53b4256856d38610.woff") format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: italic;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_i4.f98951b4b9b6e1096fc799cd05debd098bd422ac.woff2?h1=dGNnbWFnaWMuY29t&hmac=9fd9d126c035851c3c6ea728b8d3262d24ff5a8e899cfbbab72a7179f9f01906") format("woff2"),
       url("https://fonts.shopifycdn.com/roboto/roboto_i4.688a26691d45bc4053b6ae24a196cabdeedbc25c.woff?h1=dGNnbWFnaWMuY29t&hmac=38d62e1146bd200a311fc977748d29a948d0ab94b7b4a41d8d3116723fe604ad") format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: italic;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_i7.9c922c35bb84952cfb17e8c1d42e440e75aa8ccf.woff2?h1=dGNnbWFnaWMuY29t&hmac=2a14dd9fe69445409b0fc6f25bd8a1bf757000fb36c475716465cb57af849098") format("woff2"),
       url("https://fonts.shopifycdn.com/roboto/roboto_i7.c50b5683f5731edb8040ff2110a54947108434de.woff?h1=dGNnbWFnaWMuY29t&hmac=46a61f4a75c68527bd25f613ca2ebcfb2a451eae61a5e5ab2d03d3dfee9c98e9") format("woff");
}


/* Typography */

body
{
  font-family: Roboto;
  color:var(--text-color);
  font-size:var(--text-size);
}

p, a, button, input, select
{
  color:inherit;
  font-family: Roboto;
}

h1,h2,h3,h4,h5,h6
{
  font-family: Roboto;
  margin-bottom: 16px;
}

/* General Variables */

:root {

    /* Borders */

    --border-radius: 4px;
    --border-color: #BDBDBD;
    --header-border-color: rgba(30, 52, 93, 0.3);

    /* Text */

    --text-size: 14px;
    --text-color: #5F5F5F;
    --text-font-weight: 400;
    --default-text-font-size: 15px;
    --base-text-font-size: 16px;
    --text-font-bolder-weight: 600;

    /* Typography */

    --base-font: Roboto;
    --header-font: Roboto;

    /* Colors */
    --input-background: #fff;
    --color-gradient: linear-gradient(103.4deg, #040404 2.77%, #adadb0 84.58%);
    --color-gradient-secondary: linear-gradient(103.4deg,#1DA9A1 2.77%,#8bdbd6 84.58%);
    --color-primary: #7535E5;
    --color-secondary: #1DA9A1;
    --color-page-background: #ffffff;

    /* Padding */

    --page-padding-y: 24px;
    --page-padding-x: 40px;
    --mobile-container-gutter: 20px;
    --desktop-container-gutter: 40px;
    
  /* Product */--text-color-rgb                   :  41, 41, 41;
    --product-on-sale-accent           : #ee0000;
    --product-on-sale-accent-rgb       : 238, 0, 0;
    --product-on-sale-color            : #ffffff;
    --product-in-stock-color           : #00a500;
    --product-low-stock-color          : #ee0000;
    --product-sold-out-color           : #8a9297;
    --product-custom-label-1-background: #0774d7;
    --product-custom-label-1-color     : #ffffff;
    --product-custom-label-2-background: #00a500;
    --product-custom-label-2-color     : #ffffff;
    --product-review-star-color        : #ffbd00;

}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}





<script>
  // IE11 does not have support for CSS variables, so we have to polyfill them
  if (!(((window || {}).CSS || {}).supports && window.CSS.supports('(--a: 0)'))) {
    const script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2';
    script.onload = function() {
      cssVars({});
    };

    document.getElementsByTagName('head')[0].appendChild(script);
  }
</script>