/** Shopify CDN: Minification failed

Line 145:0 Unexpected "<"
Line 146:2 Comments in CSS use "/* ... */" instead of "//"
Line 148:9 Expected ":"
Line 149:10 Expected ":"
Line 150:10 Expected ":"
Line 151:18 Unexpected "="
Line 152:6 Expected identifier but found "cssVars("
Line 155:12 Expected ":"
Line 157:0 Unexpected "<"

**/
@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: url("//dukecity.games/cdn/fonts/roboto/roboto_n4.da808834c2315f31dd3910e2ae6b1a895d7f73f5.woff2?h1=ZHVrZWNpdHkuZ2FtZXM&h2=ZHVrZS1jaXR5LWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=bea3b6fb465019fbfc62b75221a90ca7c32bd34392f1c4fad2aad5da9498031b") format("woff2"),
       url("//dukecity.games/cdn/fonts/roboto/roboto_n4.a512c7b68cd7f12c72e1a5fd58e7f7315c552e93.woff?h1=ZHVrZWNpdHkuZ2FtZXM&h2=ZHVrZS1jaXR5LWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=4dc030ffe3ca96989b72548a4067927e448774650f2a6d439e81a2153ef1e997") format("woff");
}

@font-face {
  font-family: Oswald;
  font-weight: 400;
  font-style: normal;
  src: url("//dukecity.games/cdn/fonts/oswald/oswald_n4.a5ee385bde39969d807f7f1297bf51d73fbf3c1e.woff2?h1=ZHVrZWNpdHkuZ2FtZXM&h2=ZHVrZS1jaXR5LWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=410b4b7485a12f72c7a7be771ecb23f3f2e728dd1634bea41eaec12106e747af") format("woff2"),
       url("//dukecity.games/cdn/fonts/oswald/oswald_n4.8f3e284746fbc2d29e34993609c51fdc432b0b24.woff?h1=ZHVrZWNpdHkuZ2FtZXM&h2=ZHVrZS1jaXR5LWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=2db968deb6da58a49f22cf2a905f90cc3db5b2b1667f5cf5f6a8050df3cee3dc") format("woff");
}

@font-face {
  font-family: Oswald;
  font-weight: 700;
  font-style: normal;
  src: url("//dukecity.games/cdn/fonts/oswald/oswald_n7.f71e68b857a7b8128a7629452b9c6bf9468356a7.woff2?h1=ZHVrZWNpdHkuZ2FtZXM&h2=ZHVrZS1jaXR5LWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=d7b621c8327773eb0c53aebc57b547b6621819b98384d1b56c15d5eeb82151b0") format("woff2"),
       url("//dukecity.games/cdn/fonts/oswald/oswald_n7.2767cc6e7cfc91284caa2c06eb07eca21a27681e.woff?h1=ZHVrZWNpdHkuZ2FtZXM&h2=ZHVrZS1jaXR5LWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=365ebbb993d10762cd87925c931a934f1f834ab272d2d5161c0985919e290fcb") format("woff");
}




/* Typography */

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

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

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: Oswald;
    --header-font: Roboto;

    /* Colors */
    --input-background: #fff;
    --color-gradient: linear-gradient(103.4deg, #7535E5 2.77%, #8484FF 84.58%);
    --color-gradient-secondary: linear-gradient(103.4deg,#1DA9A1 2.77%,#8bdbd6 84.58%);
    --color-primary: #f71414;
    --color-secondary: #1DA9A1;
    --color-page-background: #ffffff;
    --brand-secondary: #f71414;
    --button-bg-color: #f71414;
    --button-text-color:  #fff;
    --button-bg-hover-color: #f71414;
    --button-text-hover-color: #fff;

    /* 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>

