
        .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: #ffffa94d;
--theme-color-100: #ffff9c80;
--theme-color-200: #ecff83b3;
--theme-color-300: #d1ff6a;
--theme-color-400: #b7e551;
--theme-color-500: #9dcc37;
--theme-color-600: #84b318;
--theme-color-700: #6a9b00;
--theme-color-800: #518300;
--theme-color-900: #396c00;
        }
        