
        .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: #d4ccff4d;
--theme-color-100: #c7c0ff80;
--theme-color-200: #ada7ffb3;
--theme-color-300: #948ff3;
--theme-color-400: #7b78d9;
--theme-color-500: #6162c0;
--theme-color-600: #484ca7;
--theme-color-700: #2d388f;
--theme-color-800: #062577;
--theme-color-900: #001361;
        }
        