
        .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: #ffcdae4d;
--theme-color-100: #ffc0a280;
--theme-color-200: #ffa58ab3;
--theme-color-300: #ff8b72;
--theme-color-400: #ff705c;
--theme-color-500: #ff5446;
--theme-color-600: #fa3631;
--theme-color-700: #dc071c;
--theme-color-800: #be0007;
--theme-color-900: #a20000;
        }
        