
        .storefront {
            font-family: "Poppins", 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: #ecffe84d;
--theme-color-100: #dfffdb80;
--theme-color-200: #c6ecc2b3;
--theme-color-300: #add2a9;
--theme-color-400: #95ba92;
--theme-color-500: #7da17a;
--theme-color-600: #678964;
--theme-color-700: #50724e;
--theme-color-800: #3b5c39;
--theme-color-900: #264725;
        }
        