/** Shopify CDN: Minification failed

Line 35:0 All "@import" rules must come first

**/
/* ── LPG PAINTWORKS — Global Base Styles ── */
:root {
  --lpg-black:  #0f0f0f;
  --lpg-white:  #f5f2ee;
  --lpg-red:    #c8311b;
  --lpg-grey:   #1e1e1e;
  --lpg-mid:    #6b6b6b;
  --lpg-border: rgba(245,242,238,0.1);
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body:    'DM Sans', sans-serif;
  --header-h:     64px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; max-width: 100%; }
html { scroll-behavior: smooth; }

body {
  background:  var(--lpg-black);
  color:       var(--lpg-white);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font-family: var(--font-body); }

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@300;400;500;600;700;800&display=swap');
