diff --git a/themes/wporg-5ftf-2024/templates/front-page.html b/themes/wporg-5ftf-2024/templates/front-page.html
index 9efcfaa..4e81ee9 100644
--- a/themes/wporg-5ftf-2024/templates/front-page.html
+++ b/themes/wporg-5ftf-2024/templates/front-page.html
@@ -3,11 +3,7 @@
-
-
-
-
-
+
diff --git a/themes/wporg-5ftf-2024/templates/page.html b/themes/wporg-5ftf-2024/templates/page.html
index 8135007..583924d 100644
--- a/themes/wporg-5ftf-2024/templates/page.html
+++ b/themes/wporg-5ftf-2024/templates/page.html
@@ -4,32 +4,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
diff --git a/themes/wporg-5ftf-2024/templates/single-5ftf_pledge.html b/themes/wporg-5ftf-2024/templates/single-5ftf_pledge.html
new file mode 100644
index 0000000..66dd161
--- /dev/null
+++ b/themes/wporg-5ftf-2024/templates/single-5ftf_pledge.html
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/themes/wporg-5ftf-2024/templates/single.html b/themes/wporg-5ftf-2024/templates/single.html
index 8135007..319ade2 100644
--- a/themes/wporg-5ftf-2024/templates/single.html
+++ b/themes/wporg-5ftf-2024/templates/single.html
@@ -4,19 +4,12 @@
-
+
-
-
-
-
-
-
-
-
-
+
+
diff --git a/themes/wporg-5ftf-2024/theme.json b/themes/wporg-5ftf-2024/theme.json
index ae96918..4ebe313 100644
--- a/themes/wporg-5ftf-2024/theme.json
+++ b/themes/wporg-5ftf-2024/theme.json
@@ -1,6 +1,40 @@
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
- "settings": {},
- "styles": {}
+ "settings": {
+ "custom": {
+ "form": {
+ "border": {
+ "color": "var(--wp--preset--color--charcoal-5)",
+ "width": "1px"
+ }
+ }
+ }
+ },
+ "styles": {
+ "blocks": {
+ "core/post-title": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--heading-2)"
+ }
+ }
+ },
+ "elements": {
+ "h1": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--heading-2)"
+ }
+ },
+ "h2": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--heading-3)"
+ }
+ },
+ "h3": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--heading-4)"
+ }
+ }
+ }
+ }
}