/** Shopify CDN: Minification failed

Line 14:18 Expected identifier but found whitespace
Line 14:20 Unexpected "{"
Line 14:30 Expected ":"
Line 15:23 Expected identifier but found whitespace
Line 15:25 Unexpected "{"
Line 15:35 Expected ":"

**/
/* Base CSS */

:root {
  --color-primary: {{ settings.color_primary }};
  --color-primary-dark: {{ settings.color_primary_dark }};
}

/* Add any custom non-Tailwind styles here */
.comic-shadow-hard {
    box-shadow: 4px 4px 0px 0px #000000;
}
