{
  "theme_name": "Minimal Theme",
  "theme_description": "Airy whitespace with thin rules keeps content front and center. Ideal for minimalist brands and clean editorial-style forms.",
  "theme_category": "minimal",
  "version": "1.0.0",
  "styles": {
    "form_style": {
      "default": {
        "background-color": "#ffffff",
        "padding": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "0px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        }
      },
      "focus": {},
      "hover": {}
    },
    "page_style": {
      "default": {
        "background-color": "#ffffff",
        "padding": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "0px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        }
      },
      "focus": {},
      "hover": {}
    },
    "row_style": {
      "default": {
        "background-color": "transparent",
        "gap": "30px",
        "padding": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "30px",
          "left": "0px"
        }
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background-color": "transparent",
          "color": "#000000",
          "placeholder_color": "#cccccc",
          "font-size": "16px",
          "padding": {
            "top": "8px",
            "right": "0px",
            "bottom": "8px",
            "left": "0px"
          },
          "border": {
            "color": "#cccccc",
            "width": {
              "top": "0px",
              "right": "0px",
              "bottom": "1px",
              "left": "0px"
            },
            "style": "solid"
          },
          "border-radius": "0px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0,0,0,0)"
          }
        },
        "focus": {
          "border": {
            "color": "#000000"
          }
        },
        "hover": {}
      },
      "textarea": {
        "default": {
          "background-color": "transparent",
          "color": "#000000",
          "placeholder_color": "#cccccc",
          "font-size": "16px",
          "padding": {
            "top": "8px",
            "right": "0px",
            "bottom": "8px",
            "left": "0px"
          },
          "border": {
            "color": "#cccccc",
            "width": {
              "top": "0px",
              "right": "0px",
              "bottom": "1px",
              "left": "0px"
            },
            "style": "solid"
          },
          "border-radius": "0px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0,0,0,0)"
          }
        },
        "focus": {
          "border": {
            "color": "#000000"
          }
        },
        "hover": {}
      },
      "select_input": {
        "default": {
          "background-color": "transparent",
          "color": "#000000",
          "font-size": "16px",
          "padding": {
            "top": "8px",
            "right": "0px",
            "bottom": "8px",
            "left": "0px"
          },
          "border": {
            "color": "#cccccc",
            "width": {
              "top": "0px",
              "right": "0px",
              "bottom": "1px",
              "left": "0px"
            },
            "style": "solid"
          },
          "border-radius": "0px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0,0,0,0)"
          }
        },
        "focus": {
          "border": {
            "color": "#000000"
          }
        },
        "hover": {}
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#000000",
          "size": "18px",
          "margin": {
            "top": "12px",
            "right": "5px",
            "bottom": "12px",
            "left": "0px"
          }
        },
        "focus": {
          "accent_color": "#000000",
          "margin": {
            "top": "12px",
            "right": "5px",
            "bottom": "12px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#000000",
          "margin": {
            "top": "12px",
            "right": "5px",
            "bottom": "12px",
            "left": "0px"
          }
        }
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Inter",
        "font-size": "16px",
        "font-weight": "700",
        "color": "#ffffff",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "center"
      }
    },
    "submit_button": {
      "default": {
        "background-color": "#000000",
        "padding": {
          "top": "12px",
          "right": "30px",
          "bottom": "12px",
          "left": "30px"
        },
        "border-radius": "0px",
        "border": {
          "color": "#000000",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        },
        "color": "#ffffff"
      },
      "focus": {
        "color": "#ffffff"
      },
      "hover": {
        "background-color": "#f0f0f0",
        "color": "#000000"
      }
    },
    "previous_button": {
      "default": {
        "background-color": "#cccccc",
        "color": "#1f2937",
        "padding": {
          "top": "12px",
          "right": "30px",
          "bottom": "12px",
          "left": "30px"
        },
        "border-radius": "0px",
        "border": {
          "color": "#999999",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        }
      },
      "focus": {
        "color": "#1f2937"
      },
      "hover": {
        "background-color": "#999999",
        "color": "#ffffff"
      }
    },
    "next_button": {
      "default": {
        "background-color": "#000000",
        "color": "#ffffff",
        "padding": {
          "top": "12px",
          "right": "30px",
          "bottom": "12px",
          "left": "30px"
        },
        "border-radius": "0px",
        "border": {
          "color": "#000000",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        }
      },
      "focus": {
        "color": "#ffffff"
      },
      "hover": {
        "background-color": "#f0f0f0",
        "color": "#000000"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Inter",
        "font-size": "24px",
        "color": "#000000",
        "font-weight": "700",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "color": "#666666",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Inter",
        "font-size": "20px",
        "color": "#000000",
        "font-weight": "700",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "color": "#666666",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Inter",
        "font-size": "16px",
        "color": "#000000",
        "font-weight": "700",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "color": "#666666",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "color": "#000000",
        "font-weight": "700",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "12px",
        "color": "#666666",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Inter",
        "font-size": "12px",
        "color": "#dc3545",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "transparent",
        "padding": {
          "top": "4px",
          "right": "0px",
          "bottom": "4px",
          "left": "0px"
        },
        "margin": {
          "top": "4px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "0px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        }
      }
    },
    "success_message": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "color": "#155724",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "#d4edda",
        "padding": {
          "top": "12px",
          "right": "12px",
          "bottom": "12px",
          "left": "12px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "16px",
          "left": "0px"
        },
        "border": {
          "color": "#c3e6cb",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "4px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        }
      }
    }
  }
}
