/** Shopify CDN: Minification failed

Line 51:0 Unexpected "}"

**/
:root {
      /* Colors */
        --color-bg-light: #ffffff;
        --color-bg-brand: #B18A73;
        --color-bg-sec-brand: #99735E ;
        --color-bg-accent-brand: #263d3d ;
          --color-bg-dark: #0f0f0f;
            --color-bg-muted: #f6f6f6;

              --color-text-primary: #0f0f0f;
                --color-text-secondary: #6E564D;
                  --color-text-inverse: #ffffff;

                    --color-accent: #8b8bff;

                      /* Typography */
                            --font-size-h1: clamp(2.5rem, 4vw, 4rem);
                              --font-size-h2: clamp(2rem, 3vw, 3rem);
                                --font-size-h3: 1.5rem;
                                  --font-size-body: 1rem;
                                    --font-size-small: 0.875rem;

                                      --line-height-heading: 1.15;
                                        --line-height-body: 1.6;

                                          /* Spacing */
                                            --space-xxs: 0.5rem;
                                              --space-xs: 1rem;
                                                --space-sm: 1.5rem;
                                                  --space-md: 3rem;
                                                    --space-lg: 5rem;
                                                      --space-xl: 7rem;

                                                        /* Layout */
                                                          --container-narrow: 720px;
                                                            --container-standard: 1100px;
                                                              --container-wide: 1320px;

                                                                /* Borders */
                                                                  --border-subtle: 1px solid rgba(0, 0, 0, 0.08);

                                                                    /* Motion */
                                                                      --transition-base: 0.25s ease;
                                                                      }
                                                                      
}
