/** Shopify CDN: Minification failed

Line 16:19 Expected identifier but found whitespace
Line 16:21 Unexpected "{"
Line 16:27 Expected ":"
Line 20:8 Expected identifier but found whitespace
Line 20:10 Unexpected "{"
Line 20:16 Expected ":"
Line 24:19 Expected identifier but found whitespace
Line 24:21 Unexpected "{"
Line 24:27 Expected ":"

**/

body {
  background-color: {{ shop.brand.colors.secondary[0].foreground }};
}

.header {
  color: {{ shop.brand.colors.primary[0].background }};
}

.button {
  background-color: {{ shop.brand.colors.primary[1].background }};
}

  body {
    background-color: #ffffff;
    color: #000000;
  }


