
        .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: #f6ff924d;
--theme-color-100: #e8ff8580;
--theme-color-200: #cdff6bb3;
--theme-color-300: #b2ff51;
--theme-color-400: #98ef34;
--theme-color-500: #7dd508;
--theme-color-600: #62bc00;
--theme-color-700: #46a300;
--theme-color-800: #268b00;
--theme-color-900: #007300;
        }
        