
        .storefront {
            font-family: "null", 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: #a9ffff4d;
--theme-color-100: #9bffff80;
--theme-color-200: #7effffb3;
--theme-color-300: #60e5ff;
--theme-color-400: #3fcce6;
--theme-color-500: #02b3cd;
--theme-color-600: #009bb4;
--theme-color-700: #00839c;
--theme-color-800: #006c84;
--theme-color-900: #00566e;
        }
        