diff --git a/common/assets/fonts/anonymous-pro_italic_400.ttf b/common/assets/fonts/anonymous-pro_italic_400.ttf
new file mode 100644
index 0000000000..87b1786498
Binary files /dev/null and b/common/assets/fonts/anonymous-pro_italic_400.ttf differ
diff --git a/common/assets/fonts/anonymous-pro_italic_700.ttf b/common/assets/fonts/anonymous-pro_italic_700.ttf
new file mode 100644
index 0000000000..cd7c30a836
Binary files /dev/null and b/common/assets/fonts/anonymous-pro_italic_700.ttf differ
diff --git a/common/assets/fonts/anonymous-pro_normal_400.ttf b/common/assets/fonts/anonymous-pro_normal_400.ttf
new file mode 100644
index 0000000000..a98da85573
Binary files /dev/null and b/common/assets/fonts/anonymous-pro_normal_400.ttf differ
diff --git a/common/assets/fonts/anonymous-pro_normal_700.ttf b/common/assets/fonts/anonymous-pro_normal_700.ttf
new file mode 100644
index 0000000000..f14c18c156
Binary files /dev/null and b/common/assets/fonts/anonymous-pro_normal_700.ttf differ
diff --git a/common/functions.php b/common/functions.php
new file mode 100644
index 0000000000..8d93524711
--- /dev/null
+++ b/common/functions.php
@@ -0,0 +1,60 @@
+get( 'Version' )
+ );
+
+ // Enqueue theme stylesheet.
+ wp_enqueue_style( 'common-style' );
+
+ }
+
+endif;
+
+add_action( 'wp_enqueue_scripts', 'common_styles' );
diff --git a/common/parts/footer.html b/common/parts/footer.html
new file mode 100644
index 0000000000..b4312e1e65
--- /dev/null
+++ b/common/parts/footer.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/common/parts/header.html b/common/parts/header.html
new file mode 100644
index 0000000000..b13aa958dc
--- /dev/null
+++ b/common/parts/header.html
@@ -0,0 +1,17 @@
+
+
+
\ No newline at end of file
diff --git a/common/parts/post-meta.html b/common/parts/post-meta.html
new file mode 100644
index 0000000000..cd369c66ab
--- /dev/null
+++ b/common/parts/post-meta.html
@@ -0,0 +1,7 @@
+
+
+
\ No newline at end of file
diff --git a/common/patterns/hidden-no-results-content.php b/common/patterns/hidden-no-results-content.php
new file mode 100644
index 0000000000..68df4426d7
--- /dev/null
+++ b/common/patterns/hidden-no-results-content.php
@@ -0,0 +1,10 @@
+
+
+
+
diff --git a/common/readme.txt b/common/readme.txt
new file mode 100644
index 0000000000..3ddbd5acda
--- /dev/null
+++ b/common/readme.txt
@@ -0,0 +1,32 @@
+=== Common ===
+Contributors: Automattic
+Requires at least: 5.8
+Tested up to: 6.2
+Requires PHP: 5.7
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+
+== Description ==
+
+Common\'s style is anything but ordinary and it speaks for itself. The unique combination of an uppercase monospaced font and aesthetically pleasing demo content creates an excellent foundation for any website. Common is perfect for showcasing photos, articles, or collections of content. With its ever-present sidebar menu, browsing through content is both effortless and enjoyable.
+
+== Changelog ==
+
+= 0.0.1 =
+* Initial release
+
+== Copyright ==
+
+Common WordPress Theme, (C) 2023 Automattic
+Common is distributed under the terms of the GNU GPL.
+Common is based on Images (), (C) Automattic, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
diff --git a/common/screenshot.png b/common/screenshot.png
new file mode 100644
index 0000000000..d11a6e08a2
Binary files /dev/null and b/common/screenshot.png differ
diff --git a/common/style.css b/common/style.css
new file mode 100644
index 0000000000..d9c4915755
--- /dev/null
+++ b/common/style.css
@@ -0,0 +1,35 @@
+/*
+Theme Name: Common
+Theme URI: https://wordpress.com/theme/common
+Author: Automattic
+Author URI: https://automattic.com
+Description: Common\'s style is anything but ordinary and it speaks for itself. The unique combination of an uppercase monospaced font and aesthetically pleasing demo content creates an excellent foundation for any website. Common is perfect for showcasing photos, articles, or collections of content. With its ever-present sidebar menu, browsing through content is both effortless and enjoyable.
+Requires at least: 5.8
+Tested up to: 6.2
+Requires PHP: 5.7
+Version: 1.0.0
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+Text Domain: common
+Tags: blog, photography, portfolio, grid-layout, one-column, three-columns, four-columns, wide-blocks, block-patterns, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, template-editing, theme-options, threaded-comments, translation-ready, one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, auto-loading-homepage
+*/
+
+/*
+ * Control the hover stylings of outline block style.
+ * Unnecessary once block styles are configurable via theme.json
+ * https://github.com/WordPress/gutenberg/issues/42794
+ */
+.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
+ background-color: var(--wp--preset--color--secondary);
+ color: var(--wp--preset--color--base);
+ border-color: var(--wp--preset--color--secondary);
+}
+
+/*
+ * Link styles
+ * https://github.com/WordPress/gutenberg/issues/42319
+ */
+a {
+ text-decoration-thickness: .0625em !important;
+ text-underline-offset: .15em;
+}
\ No newline at end of file
diff --git a/common/templates/404.html b/common/templates/404.html
new file mode 100644
index 0000000000..dd828deeba
--- /dev/null
+++ b/common/templates/404.html
@@ -0,0 +1,11 @@
+
+
+
+
404 Error, page not found
+
+
+
+
Go Home
+
+
+
\ No newline at end of file
diff --git a/common/templates/archive.html b/common/templates/archive.html
new file mode 100644
index 0000000000..9dafede799
--- /dev/null
+++ b/common/templates/archive.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/common/templates/index.html b/common/templates/index.html
new file mode 100644
index 0000000000..870797347b
--- /dev/null
+++ b/common/templates/index.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/common/templates/page.html b/common/templates/page.html
new file mode 100644
index 0000000000..e2706c488e
--- /dev/null
+++ b/common/templates/page.html
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/common/templates/search.html b/common/templates/search.html
new file mode 100644
index 0000000000..3ebd9a4e6b
--- /dev/null
+++ b/common/templates/search.html
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Sorry, but nothing matched your search terms. Please try again with some different keywords.
+
+
+
+
+
\ No newline at end of file
diff --git a/common/templates/single.html b/common/templates/single.html
new file mode 100644
index 0000000000..98d23cbb31
--- /dev/null
+++ b/common/templates/single.html
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/common/theme.json b/common/theme.json
new file mode 100644
index 0000000000..2719405e2d
--- /dev/null
+++ b/common/theme.json
@@ -0,0 +1,1058 @@
+{
+ "settings": {
+ "appearanceTools": true,
+ "blocks": {
+ "core/navigation": {
+ "appearanceTools": true,
+ "color": {
+ "background": true,
+ "custom": true,
+ "customDuotone": true,
+ "customGradient": true,
+ "defaultDuotone": true,
+ "defaultGradients": true,
+ "defaultPalette": true,
+ "duotone": [],
+ "gradients": [],
+ "palette": [
+ {
+ "color": "#c1c1c1",
+ "name": "Base",
+ "slug": "base"
+ },
+ {
+ "color": "#000000",
+ "name": "Contrast",
+ "slug": "contrast"
+ },
+ {
+ "color": "#000000",
+ "name": "Primary",
+ "slug": "primary"
+ },
+ {
+ "color": "#000000",
+ "name": "Secondary",
+ "slug": "secondary"
+ },
+ {
+ "color": "#d6d6d6",
+ "name": "Tertiary",
+ "slug": "tertiary"
+ }
+ ],
+ "text": true
+ },
+ "layout": {
+ "definitions": {
+ "constrained": {
+ "baseStyles": [
+ {
+ "rules": {
+ "float": "left",
+ "margin-inline-end": "2em",
+ "margin-inline-start": "0"
+ },
+ "selector": " > .alignleft"
+ },
+ {
+ "rules": {
+ "float": "right",
+ "margin-inline-end": "0",
+ "margin-inline-start": "2em"
+ },
+ "selector": " > .alignright"
+ },
+ {
+ "rules": {
+ "margin-left": "auto !important",
+ "margin-right": "auto !important"
+ },
+ "selector": " > .aligncenter"
+ },
+ {
+ "rules": {
+ "margin-left": "auto !important",
+ "margin-right": "auto !important",
+ "max-width": "var(--wp--style--global--content-size)"
+ },
+ "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
+ },
+ {
+ "rules": {
+ "max-width": "var(--wp--style--global--wide-size)"
+ },
+ "selector": " > .alignwide"
+ }
+ ],
+ "className": "is-layout-constrained",
+ "name": "constrained",
+ "slug": "constrained",
+ "spacingStyles": [
+ {
+ "rules": {
+ "margin-block-end": "0",
+ "margin-block-start": "0"
+ },
+ "selector": " > *"
+ },
+ {
+ "rules": {
+ "margin-block-end": "0"
+ },
+ "selector": " > * + *"
+ },
+ {
+ "rules": {
+ "margin-block-end": "0"
+ },
+ "selector": " > *"
+ }
+ ]
+ },
+ "default": {
+ "baseStyles": [
+ {
+ "rules": {
+ "float": "left",
+ "margin-inline-end": "2em",
+ "margin-inline-start": "0"
+ },
+ "selector": " > .alignleft"
+ },
+ {
+ "rules": {
+ "float": "right",
+ "margin-inline-end": "0",
+ "margin-inline-start": "2em"
+ },
+ "selector": " > .alignright"
+ },
+ {
+ "rules": {
+ "margin-left": "auto !important",
+ "margin-right": "auto !important"
+ },
+ "selector": " > .aligncenter"
+ }
+ ],
+ "className": "is-layout-flow",
+ "name": "default",
+ "slug": "flow",
+ "spacingStyles": [
+ {
+ "rules": {
+ "margin-block-end": "0",
+ "margin-block-start": "0"
+ },
+ "selector": " > *"
+ },
+ {
+ "rules": {
+ "margin-block-end": "0"
+ },
+ "selector": " > * + *"
+ },
+ {
+ "rules": {
+ "margin-block-end": "0"
+ },
+ "selector": " > *"
+ }
+ ]
+ },
+ "flex": {
+ "baseStyles": [
+ {
+ "rules": {
+ "align-items": "center",
+ "flex-wrap": "wrap"
+ }
+ },
+ {
+ "rules": {
+ "margin": "0"
+ },
+ "selector": " > *"
+ }
+ ],
+ "className": "is-layout-flex",
+ "displayMode": "flex",
+ "name": "flex",
+ "slug": "flex"
+ },
+ "grid": {
+ "baseStyles": [
+ {
+ "rules": {
+ "margin": "0"
+ },
+ "selector": " > *"
+ }
+ ],
+ "className": "is-layout-grid",
+ "displayMode": "grid",
+ "name": "grid",
+ "slug": "grid"
+ }
+ }
+ },
+ "shadow": {
+ "defaultPresets": true,
+ "presets": []
+ },
+ "spacing": {
+ "customSpacingSize": true,
+ "spacingScale": {
+ "increment": 1.5,
+ "mediumStep": 1.5,
+ "operator": "*",
+ "steps": 7,
+ "unit": "rem"
+ },
+ "spacingSizes": [],
+ "units": [
+ "%",
+ "px",
+ "em",
+ "rem",
+ "vh",
+ "vw"
+ ]
+ },
+ "typography": {
+ "customFontSize": true,
+ "dropCap": true,
+ "fluid": true,
+ "fontFamilies": [
+ {
+ "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
+ "name": "System Font",
+ "slug": "system-font"
+ },
+ {
+ "fontFace": [
+ {
+ "fontFamily": "Anonymous Pro",
+ "fontStyle": "normal",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/anonymous-pro_normal_400.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Anonymous Pro",
+ "fontStyle": "italic",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/anonymous-pro_italic_400.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Anonymous Pro",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "src": [
+ "file:./assets/fonts/anonymous-pro_normal_700.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Anonymous Pro",
+ "fontStyle": "italic",
+ "fontWeight": "700",
+ "src": [
+ "file:./assets/fonts/anonymous-pro_italic_700.ttf"
+ ]
+ }
+ ],
+ "fontFamily": "Anonymous Pro",
+ "slug": "anonymous-pro"
+ }
+ ],
+ "fontSizes": [
+ {
+ "fluid": {
+ "max": "1.0625rem",
+ "min": "0.825rem"
+ },
+ "name": "Small",
+ "size": "1rem",
+ "slug": "small"
+ },
+ {
+ "fluid": {
+ "max": "1.25rem",
+ "min": "1rem"
+ },
+ "name": "Medium",
+ "size": "1.125rem",
+ "slug": "medium"
+ },
+ {
+ "fluid": {
+ "max": "2rem",
+ "min": "1.75rem"
+ },
+ "name": "Large",
+ "size": "1.75rem",
+ "slug": "large"
+ },
+ {
+ "fluid": {
+ "max": "3rem",
+ "min": "2.5rem"
+ },
+ "name": "Extra Large",
+ "size": "3rem",
+ "slug": "x-large"
+ }
+ ],
+ "fontStyle": true,
+ "fontWeight": true,
+ "letterSpacing": true,
+ "textDecoration": true,
+ "textTransform": true
+ },
+ "useRootPaddingAwareAlignments": true
+ }
+ },
+ "color": {
+ "background": true,
+ "custom": true,
+ "customDuotone": true,
+ "customGradient": true,
+ "defaultDuotone": true,
+ "defaultGradients": true,
+ "defaultPalette": true,
+ "duotone": [],
+ "gradients": [],
+ "palette": [
+ {
+ "color": "#c1c1c1",
+ "name": "Base",
+ "slug": "base"
+ },
+ {
+ "color": "#000000",
+ "name": "Contrast",
+ "slug": "contrast"
+ },
+ {
+ "color": "#000000",
+ "name": "Primary",
+ "slug": "primary"
+ },
+ {
+ "color": "#000000",
+ "name": "Secondary",
+ "slug": "secondary"
+ },
+ {
+ "color": "#d6d6d6",
+ "name": "Tertiary",
+ "slug": "tertiary"
+ }
+ ],
+ "text": true
+ },
+ "layout": {
+ "contentSize": "620px",
+ "definitions": {
+ "constrained": {
+ "baseStyles": [
+ {
+ "rules": {
+ "float": "left",
+ "margin-inline-end": "2em",
+ "margin-inline-start": "0"
+ },
+ "selector": " > .alignleft"
+ },
+ {
+ "rules": {
+ "float": "right",
+ "margin-inline-end": "0",
+ "margin-inline-start": "2em"
+ },
+ "selector": " > .alignright"
+ },
+ {
+ "rules": {
+ "margin-left": "auto !important",
+ "margin-right": "auto !important"
+ },
+ "selector": " > .aligncenter"
+ },
+ {
+ "rules": {
+ "margin-left": "auto !important",
+ "margin-right": "auto !important",
+ "max-width": "var(--wp--style--global--content-size)"
+ },
+ "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
+ },
+ {
+ "rules": {
+ "max-width": "var(--wp--style--global--wide-size)"
+ },
+ "selector": " > .alignwide"
+ }
+ ],
+ "className": "is-layout-constrained",
+ "name": "constrained",
+ "slug": "constrained",
+ "spacingStyles": [
+ {
+ "rules": {
+ "margin-block-end": "0",
+ "margin-block-start": "0"
+ },
+ "selector": " > *"
+ },
+ {
+ "rules": {
+ "margin-block-end": "0"
+ },
+ "selector": " > * + *"
+ },
+ {
+ "rules": {
+ "margin-block-end": "0"
+ },
+ "selector": " > *"
+ }
+ ]
+ },
+ "default": {
+ "baseStyles": [
+ {
+ "rules": {
+ "float": "left",
+ "margin-inline-end": "2em",
+ "margin-inline-start": "0"
+ },
+ "selector": " > .alignleft"
+ },
+ {
+ "rules": {
+ "float": "right",
+ "margin-inline-end": "0",
+ "margin-inline-start": "2em"
+ },
+ "selector": " > .alignright"
+ },
+ {
+ "rules": {
+ "margin-left": "auto !important",
+ "margin-right": "auto !important"
+ },
+ "selector": " > .aligncenter"
+ }
+ ],
+ "className": "is-layout-flow",
+ "name": "default",
+ "slug": "flow",
+ "spacingStyles": [
+ {
+ "rules": {
+ "margin-block-end": "0",
+ "margin-block-start": "0"
+ },
+ "selector": " > *"
+ },
+ {
+ "rules": {
+ "margin-block-end": "0"
+ },
+ "selector": " > * + *"
+ },
+ {
+ "rules": {
+ "margin-block-end": "0"
+ },
+ "selector": " > *"
+ }
+ ]
+ },
+ "flex": {
+ "baseStyles": [
+ {
+ "rules": {
+ "align-items": "center",
+ "flex-wrap": "wrap"
+ }
+ },
+ {
+ "rules": {
+ "margin": "0"
+ },
+ "selector": " > *"
+ }
+ ],
+ "className": "is-layout-flex",
+ "displayMode": "flex",
+ "name": "flex",
+ "slug": "flex"
+ },
+ "grid": {
+ "baseStyles": [
+ {
+ "rules": {
+ "margin": "0"
+ },
+ "selector": " > *"
+ }
+ ],
+ "className": "is-layout-grid",
+ "displayMode": "grid",
+ "name": "grid",
+ "slug": "grid"
+ }
+ },
+ "wideSize": "1000px"
+ },
+ "shadow": {
+ "defaultPresets": true,
+ "presets": []
+ },
+ "spacing": {
+ "customSpacingSize": true,
+ "spacingScale": {
+ "increment": 1.5,
+ "mediumStep": 1.5,
+ "operator": "*",
+ "steps": 7,
+ "unit": "rem"
+ },
+ "spacingSizes": [],
+ "units": [
+ "%",
+ "px",
+ "em",
+ "rem",
+ "vh",
+ "vw"
+ ]
+ },
+ "typography": {
+ "customFontSize": true,
+ "dropCap": true,
+ "fluid": true,
+ "fontFamilies": [
+ {
+ "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
+ "name": "System Font",
+ "slug": "system-font"
+ },
+ {
+ "fontFace": [
+ {
+ "fontFamily": "Anonymous Pro",
+ "fontStyle": "normal",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/anonymous-pro_normal_400.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Anonymous Pro",
+ "fontStyle": "italic",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/anonymous-pro_italic_400.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Anonymous Pro",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "src": [
+ "file:./assets/fonts/anonymous-pro_normal_700.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Anonymous Pro",
+ "fontStyle": "italic",
+ "fontWeight": "700",
+ "src": [
+ "file:./assets/fonts/anonymous-pro_italic_700.ttf"
+ ]
+ }
+ ],
+ "fontFamily": "Anonymous Pro",
+ "slug": "anonymous-pro"
+ }
+ ],
+ "fontSizes": [
+ {
+ "fluid": {
+ "max": "1.0625rem",
+ "min": "0.825rem"
+ },
+ "name": "Small",
+ "size": "1rem",
+ "slug": "small"
+ },
+ {
+ "fluid": {
+ "max": "1.25rem",
+ "min": "1rem"
+ },
+ "name": "Medium",
+ "size": "1.125rem",
+ "slug": "medium"
+ },
+ {
+ "fluid": {
+ "max": "2rem",
+ "min": "1.75rem"
+ },
+ "name": "Large",
+ "size": "1.75rem",
+ "slug": "large"
+ },
+ {
+ "fluid": {
+ "max": "3rem",
+ "min": "2.5rem"
+ },
+ "name": "Extra Large",
+ "size": "3rem",
+ "slug": "x-large"
+ }
+ ],
+ "fontStyle": true,
+ "fontWeight": true,
+ "letterSpacing": true,
+ "textDecoration": true,
+ "textTransform": true
+ },
+ "useRootPaddingAwareAlignments": true
+ },
+ "styles": {
+ "blocks": {
+ "core/button": {
+ "border": {
+ "bottom": {
+ "style": "none",
+ "width": "0px"
+ },
+ "left": {
+ "style": "none",
+ "width": "0px"
+ },
+ "radius": "0px",
+ "right": {
+ "style": "none",
+ "width": "0px"
+ },
+ "top": {
+ "style": "none",
+ "width": "0px"
+ }
+ },
+ "typography": {
+ "fontSize": "0.75rem",
+ "textTransform": "uppercase"
+ },
+ "variations": {
+ "outline": {
+ "border": {
+ "bottom": {
+ "color": "var:preset|color|contrast",
+ "style": "solid",
+ "width": "1px"
+ },
+ "left": {
+ "color": "var:preset|color|contrast",
+ "style": "solid",
+ "width": "1px"
+ },
+ "right": {
+ "color": "var:preset|color|contrast",
+ "style": "solid",
+ "width": "1px"
+ },
+ "top": {
+ "color": "var:preset|color|contrast",
+ "style": "solid",
+ "width": "1px"
+ }
+ }
+ }
+ }
+ },
+ "core/code": {
+ "border": {
+ "color": "var(--wp--preset--color--contrast)",
+ "radius": "0.25rem",
+ "style": "solid",
+ "width": "2px"
+ },
+ "spacing": {
+ "padding": {
+ "bottom": "var(--wp--preset--spacing--50)",
+ "left": "var(--wp--preset--spacing--50)",
+ "right": "var(--wp--preset--spacing--50)",
+ "top": "var(--wp--preset--spacing--50)"
+ }
+ },
+ "typography": {
+ "fontFamily": "monospace"
+ }
+ },
+ "core/comment-author-name": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)"
+ }
+ },
+ "core/comment-date": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)"
+ }
+ },
+ "core/comment-edit-link": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)"
+ }
+ },
+ "core/comment-reply-link": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)"
+ }
+ },
+ "core/gallery": {
+ "spacing": {
+ "margin": {
+ "bottom": "var(--wp--preset--spacing--50)"
+ }
+ }
+ },
+ "core/heading": {
+ "typography": {
+ "fontSize": "0.75rem",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/list": {
+ "spacing": {
+ "padding": {
+ "left": "var(--wp--preset--spacing--70)"
+ }
+ },
+ "typography": {
+ "fontSize": "0.75rem",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/navigation": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "spacing": {
+ "blockGap": "0px"
+ },
+ "typography": {
+ "fontSize": "0.75rem",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/paragraph": {
+ "typography": {
+ "fontSize": "0.75rem",
+ "letterSpacing": "0px",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/post-author-name": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ }
+ },
+ "core/post-date": {
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontSize": "0.75rem",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/post-navigation-link": {
+ "typography": {
+ "fontSize": "0.75rem",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/post-terms": {
+ "typography": {
+ "fontSize": "0.75rem",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/post-title": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "spacing": {
+ "margin": {
+ "bottom": "0"
+ }
+ },
+ "typography": {
+ "fontSize": "0.75rem"
+ }
+ },
+ "core/pullquote": {
+ "border": {
+ "color": "var(--wp--preset--color--contrast)",
+ "style": "solid",
+ "width": "1px 0"
+ },
+ "spacing": {
+ "padding": {
+ "bottom": "var(--wp--preset--spacing--50)",
+ "left": "var(--wp--preset--spacing--50)",
+ "right": "var(--wp--preset--spacing--50)",
+ "top": "var(--wp--preset--spacing--50)"
+ }
+ },
+ "typography": {
+ "fontSize": "0.75rem",
+ "fontStyle": "normal",
+ "fontWeight": "400",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/query-pagination": {
+ "typography": {
+ "fontSize": "0.75rem",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/query-title": {
+ "typography": {
+ "fontSize": "0.75rem"
+ }
+ },
+ "core/quote": {
+ "border": {
+ "color": "var(--wp--preset--color--primary)",
+ "style": "solid",
+ "width": "0 0 0 1px"
+ },
+ "spacing": {
+ "padding": {
+ "left": "var(--wp--preset--spacing--50)"
+ }
+ },
+ "typography": {
+ "fontSize": "0.75rem",
+ "fontStyle": "normal",
+ "fontWeight": "400",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/search": {
+ "typography": {
+ "fontSize": "0.75rem",
+ "lineHeight": "1.6",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/separator": {
+ "border": {
+ "color": "currentColor",
+ "style": "solid",
+ "width": "0 0 1px 0"
+ },
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ }
+ },
+ "core/site-tagline": {
+ "typography": {
+ "fontSize": "0.75rem",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/site-title": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontSize": "0.75rem",
+ "fontStyle": "italic",
+ "fontWeight": "400",
+ "textTransform": "uppercase"
+ }
+ }
+ },
+ "color": {
+ "background": "var(--wp--preset--color--base)",
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "elements": {
+ "button": {
+ ":active": {
+ "color": {
+ "background": "var(--wp--preset--color--primary)",
+ "text": "var(--wp--preset--color--base)"
+ }
+ },
+ ":focus": {
+ "color": {
+ "background": "var(--wp--preset--color--primary)",
+ "text": "var(--wp--preset--color--base)"
+ },
+ "outline": {
+ "color": "var(--wp--preset--color--primary)",
+ "offset": "2px",
+ "style": "dotted",
+ "width": "1px"
+ }
+ },
+ ":hover": {
+ "color": {
+ "background": "var(--wp--preset--color--secondary)",
+ "text": "var(--wp--preset--color--base)"
+ }
+ },
+ "border": {
+ "radius": "0.25rem"
+ },
+ "color": {
+ "background": "var(--wp--preset--color--primary)",
+ "text": "var(--wp--preset--color--base)"
+ },
+ "typography": {
+ "fontSize": "var:preset|font-size|small"
+ }
+ },
+ "h1": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--x-large)"
+ }
+ },
+ "h2": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--large)"
+ }
+ },
+ "h3": {
+ "typography": {
+ "fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)"
+ }
+ },
+ "h4": {
+ "typography": {
+ "fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)"
+ }
+ },
+ "h5": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--medium)"
+ }
+ },
+ "h6": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)"
+ }
+ },
+ "heading": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
+ "fontWeight": "400",
+ "lineHeight": "1.125",
+ "textTransform": "uppercase"
+ }
+ },
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "none"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ }
+ }
+ },
+ "spacing": {
+ "blockGap": "0.3rem",
+ "padding": {
+ "bottom": "var:preset|spacing|50",
+ "left": "var:preset|spacing|50",
+ "right": "var:preset|spacing|50",
+ "top": "var:preset|spacing|50"
+ }
+ },
+ "typography": {
+ "fontFamily": "var:preset|font-family|anonymous-pro",
+ "fontSize": "0.75rem",
+ "lineHeight": "1.6"
+ }
+ },
+ "templateParts": [
+ {
+ "area": "header",
+ "name": "header"
+ },
+ {
+ "area": "footer",
+ "name": "footer"
+ }
+ ],
+ "version": 2,
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
+}
\ No newline at end of file