
        .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: #b1ffff4d;
--theme-color-100: #a2ffff80;
--theme-color-200: #85fbffb3;
--theme-color-300: #66e1ff;
--theme-color-400: #43c8ff;
--theme-color-500: #02afef;
--theme-color-600: #0097d5;
--theme-color-700: #0080bc;
--theme-color-800: #0069a4;
--theme-color-900: #00538c;
        }
        