{
  "theme_name": "Handwritten Memo",
  "theme_description": "Soft paper textures, ink-toned strokes, and the casual warmth of handwritten forms using the Delius typeface.",
  "theme_category": "creative",
  "version": "1.0.0",
  "styles": {
    "form_style": {
      "default": {
        "background_mode": "single",
        "background-color": "transparent",
        "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": "none"
        },
        "border-radius": "0px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        }
      }
    },
    "page_style": {
      "default": {
        "background_mode": "image",
        "background-image": "frontend/images/themes/handwritten-memo/paper-texture-placeholder.png",
        "background_image_size": "240px 240px",
        "background_image_position": "top left",
        "background_image_repeat": "repeat",
        "border": {
          "color": "rgba(76, 60, 36, 0.25)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "18px",
        "padding": {
          "top": "26px",
          "right": "28px",
          "bottom": "30px",
          "left": "28px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "18px",
          "blur": "30px",
          "spread": "0px",
          "color": "rgba(15, 23, 42, 0.15)"
        }
      }
    },
    "row_style": {
      "default": {
        "background-color": "rgba(255, 253, 245, 0.75)",
        "border": {
          "color": "rgba(76, 60, 36, 0.2)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "16px",
        "gap": "16px",
        "padding": {
          "top": "18px",
          "right": "20px",
          "bottom": "18px",
          "left": "20px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "22px",
          "left": "0px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "12px",
          "spread": "0px",
          "color": "rgba(107, 83, 48, 0.15)"
        }
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.85)",
          "color": "#3b2f1f",
          "placeholder_color": "#9c8b78",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "10px",
            "left": "16px"
          },
          "border": {
            "color": "rgba(90, 64, 38, 0.3)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "2px",
            "blur": "8px",
            "spread": "0px",
            "color": "rgba(82, 63, 33, 0.12)"
          },
          "custom_css": "border-bottom-width: 2px; border-bottom-color: rgba(71, 52, 26, 0.55);"
        },
        "focus": {
          "border": {
            "color": "#3b2f1f"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "3px",
            "blur": "12px",
            "spread": "0px",
            "color": "rgba(58, 41, 20, 0.25)"
          }
        },
        "hover": {
          "border": {
            "color": "rgba(71, 52, 26, 0.5)"
          }
        }
      },
      "textarea": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.9)",
          "color": "#3b2f1f",
          "placeholder_color": "#9c8b78",
          "font-size": "15px",
          "padding": {
            "top": "14px",
            "right": "18px",
            "bottom": "14px",
            "left": "18px"
          },
          "border": {
            "color": "rgba(90, 64, 38, 0.32)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px",
          "custom_css": "min-height: 160px; line-height: 1.6;"
        },
        "focus": {
          "border": {
            "color": "#3b2f1f"
          }
        },
        "hover": {
          "border": {
            "color": "rgba(71, 52, 26, 0.5)"
          }
        }
      },
      "select_input": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.9)",
          "color": "#3b2f1f",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "border": {
            "color": "rgba(90, 64, 38, 0.3)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px",
          "custom_css": "background-color: rgba(255,255,255,0.95);"
        },
        "focus": {
          "border": {
            "color": "#3b2f1f"
          }
        },
        "hover": {
          "border": {
            "color": "rgba(71, 52, 26, 0.5)"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#5c4630",
          "size": "17px",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          },
          "custom_css": "outline: 1px dashed rgba(58,41,20,0.45); outline-offset: 2px;"
        },
        "hover": {
          "accent_color": "#7c5a35",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "focus": {
          "accent_color": "#3b2f1f",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        }
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#3b2f1f",
        "color": "#fdf6e3",
        "padding": {
          "top": "12px",
          "right": "30px",
          "bottom": "12px",
          "left": "30px"
        },
        "border": {
          "color": "#24180f",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "3px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "14px",
          "spread": "0px",
          "color": "rgba(36, 24, 15, 0.35)"
        },
        "custom_css": "font-variant: small-caps; letter-spacing: 0.6px;"
      },
      "hover": {
        "background-color": "#4b3824",
        "color": "#fff7de"
      },
      "active": {
        "background-color": "#2b1f13"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "rgba(59, 47, 31, 0.1)",
        "color": "#3b2f1f",
        "padding": {
          "top": "10px",
          "right": "22px",
          "bottom": "10px",
          "left": "22px"
        },
        "border": {
          "color": "rgba(59, 47, 31, 0.2)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "28px"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#7c5a35",
        "color": "#fffaf0",
        "padding": {
          "top": "11px",
          "right": "24px",
          "bottom": "11px",
          "left": "24px"
        },
        "border": {
          "color": "rgba(124, 90, 53, 0.4)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "3px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "28px"
      },
      "hover": {
        "background-color": "#a07244"
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Delius",
        "font-size": "16px",
        "font-weight": "500",
        "color": "#2b1f13",
        "letter-spacing": "0.4px",
        "text-transform": "none",
        "text-align": "center"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Delius",
        "font-size": "30px",
        "font-weight": "500",
        "color": "#3b2f1f",
        "letter-spacing": "0.5px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Delius",
        "font-size": "16px",
        "font-weight": "400",
        "color": "#5c4630",
        "letter-spacing": "0.2px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Delius",
        "font-size": "22px",
        "font-weight": "500",
        "color": "#3b2f1f",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Delius",
        "font-size": "15px",
        "font-weight": "400",
        "color": "#6b4d2f",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Delius",
        "font-size": "18px",
        "font-weight": "500",
        "color": "#3b2f1f",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Delius",
        "font-size": "15px",
        "font-weight": "400",
        "color": "#6b4d2f",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Delius",
        "font-size": "15px",
        "font-weight": "500",
        "color": "#3b2f1f",
        "letter-spacing": "0.2px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Delius",
        "font-size": "14px",
        "font-weight": "400",
        "color": "#7a5a3c",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Delius",
        "font-size": "13px",
        "font-weight": "400",
        "color": "#b91c1c",
        "background-color": "rgba(185, 28, 28, 0.08)",
        "padding": {
          "top": "6px",
          "right": "10px",
          "bottom": "6px",
          "left": "10px"
        },
        "border": {
          "color": "rgba(185, 28, 28, 0.25)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px"
      }
    },
    "success_message": {
      "default": {
        "font-family": "Delius",
        "font-size": "14px",
        "font-weight": "400",
        "color": "#1f7a48",
        "background-color": "rgba(134, 239, 172, 0.25)",
        "padding": {
          "top": "10px",
          "right": "12px",
          "bottom": "10px",
          "left": "12px"
        },
        "border": {
          "color": "rgba(34, 197, 94, 0.35)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "10px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "3px",
          "blur": "10px",
          "spread": "0px",
          "color": "rgba(34, 197, 94, 0.2)"
        }
      }
    },
    "custom_css": "handwritten_memo.css",
    "custom_js": "handwritten_memo.js"
  }
}