/** Shopify CDN: Minification failed

Line 17:12 Expected identifier but found whitespace
Line 17:14 Unexpected "{"
Line 17:24 Expected ":"
Line 17:42 Expected ":"
Line 21:12 Expected identifier but found whitespace
Line 21:14 Unexpected "{"
Line 21:24 Expected ":"
Line 21:42 Expected ":"
Line 25:12 Expected identifier but found whitespace
Line 25:14 Unexpected "{"
... and 14 more hidden warnings

**/
h1 {
  font-size: {{ settings.h1_font_size }}px;
}

h2 {
  font-size: {{ settings.h2_font_size }}px;
}

h3 {
  font-size: {{ settings.h3_font_size }}px;
}

h4 {
  font-size: {{ settings.h4_font_size }}px;
}

h5 {
  font-size: {{ settings.h5_font_size }}px;
}

h6 {
  font-size: {{ settings.h6_font_size }}px;
}
.shopify-policy__body {
    margin-bottom: 50px;
}
