Skip to main content
The global_settings object establishes the core default design tokens (colors, typography, etc.) for the template.
squeditor.json
"global_settings": {
    "global_colors": {
        "primary": "#048676",
        "secondary": "#fbf7f5",
        "text": "#1f2937",
        "background": "#ffffff"
    },
    "global_fonts": {
        "heading": "Sunsive",
        "body": "Sunsive"
    }
}