
        .storefront {
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
        }
        
        :root {
            /* Theme defaults */
            --font-size-base: 16px;
            --text-color-primary: #0f172a;
            --text-color-secondary: #4b5563;
            --text-color-tertiary: #6b7280;
            --page-default-spacing: 24px;

            /* Website palette */
            --theme-color-50: #dd99ff4d;
--theme-color-100: #d08dff80;
--theme-color-200: #b575ffb3;
--theme-color-300: #9a5dfa;
--theme-color-400: #8046e0;
--theme-color-500: #652fc6;
--theme-color-600: #4a15ad;
--theme-color-700: #2b0094;
--theme-color-800: #00007c;
--theme-color-900: #000065;
        }
        