diff --git a/trailblazer/assets/fonts/libre-franklin_700.ttf b/trailblazer/assets/fonts/libre-franklin_700.ttf
new file mode 100644
index 0000000000..1f371219c9
Binary files /dev/null and b/trailblazer/assets/fonts/libre-franklin_700.ttf differ
diff --git a/trailblazer/assets/fonts/libre-franklin_700italic.ttf b/trailblazer/assets/fonts/libre-franklin_700italic.ttf
new file mode 100644
index 0000000000..79241ad10d
Binary files /dev/null and b/trailblazer/assets/fonts/libre-franklin_700italic.ttf differ
diff --git a/trailblazer/assets/fonts/libre-franklin_italic.ttf b/trailblazer/assets/fonts/libre-franklin_italic.ttf
new file mode 100644
index 0000000000..4388684009
Binary files /dev/null and b/trailblazer/assets/fonts/libre-franklin_italic.ttf differ
diff --git a/trailblazer/assets/fonts/libre-franklin_regular.ttf b/trailblazer/assets/fonts/libre-franklin_regular.ttf
new file mode 100644
index 0000000000..bb308f442f
Binary files /dev/null and b/trailblazer/assets/fonts/libre-franklin_regular.ttf differ
diff --git a/trailblazer/assets/fonts/new-century-schoolbook_italic_400.ttf b/trailblazer/assets/fonts/new-century-schoolbook_italic_400.ttf
new file mode 100644
index 0000000000..3c8197fda7
Binary files /dev/null and b/trailblazer/assets/fonts/new-century-schoolbook_italic_400.ttf differ
diff --git a/trailblazer/assets/fonts/new-century-schoolbook_normal_400.ttf b/trailblazer/assets/fonts/new-century-schoolbook_normal_400.ttf
new file mode 100644
index 0000000000..7368c2e382
Binary files /dev/null and b/trailblazer/assets/fonts/new-century-schoolbook_normal_400.ttf differ
diff --git a/trailblazer/functions.php b/trailblazer/functions.php
new file mode 100644
index 0000000000..4fe3fdaafb
--- /dev/null
+++ b/trailblazer/functions.php
@@ -0,0 +1,60 @@
+get( 'Version' )
+ );
+
+ // Enqueue theme stylesheet.
+ wp_enqueue_style( 'trailblazer-style' );
+
+ }
+
+endif;
+
+add_action( 'wp_enqueue_scripts', 'trailblazer_styles' );
\ No newline at end of file
diff --git a/trailblazer/parts/footer.html b/trailblazer/parts/footer.html
new file mode 100644
index 0000000000..cad0c4f4e0
--- /dev/null
+++ b/trailblazer/parts/footer.html
@@ -0,0 +1,22 @@
+
+
+
\ No newline at end of file
diff --git a/trailblazer/parts/header.html b/trailblazer/parts/header.html
new file mode 100644
index 0000000000..42497120cc
--- /dev/null
+++ b/trailblazer/parts/header.html
@@ -0,0 +1,17 @@
+
+
+
\ No newline at end of file
diff --git a/trailblazer/parts/post-meta.html b/trailblazer/parts/post-meta.html
new file mode 100644
index 0000000000..2171ef16da
--- /dev/null
+++ b/trailblazer/parts/post-meta.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/trailblazer/parts/sidebar.html b/trailblazer/parts/sidebar.html
new file mode 100644
index 0000000000..e004b2107e
--- /dev/null
+++ b/trailblazer/parts/sidebar.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/trailblazer/patterns/404.php b/trailblazer/patterns/404.php
new file mode 100644
index 0000000000..c9f21b1d0d
--- /dev/null
+++ b/trailblazer/patterns/404.php
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
404 error.', 'trailblazer');?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/trailblazer/patterns/archive.php b/trailblazer/patterns/archive.php
new file mode 100644
index 0000000000..687e8e86bf
--- /dev/null
+++ b/trailblazer/patterns/archive.php
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/trailblazer/patterns/comments.php b/trailblazer/patterns/comments.php
new file mode 100644
index 0000000000..c23dba480e
--- /dev/null
+++ b/trailblazer/patterns/comments.php
@@ -0,0 +1,52 @@
+
+
+
+
+
diff --git a/trailblazer/patterns/footer.php b/trailblazer/patterns/footer.php
new file mode 100644
index 0000000000..89a0a0bdfc
--- /dev/null
+++ b/trailblazer/patterns/footer.php
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
WordPress', 'trailblazer');?>
+
+
+
+
\ No newline at end of file
diff --git a/trailblazer/patterns/front-page.php b/trailblazer/patterns/front-page.php
new file mode 100644
index 0000000000..7e6ff58a89
--- /dev/null
+++ b/trailblazer/patterns/front-page.php
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/trailblazer/patterns/home.php b/trailblazer/patterns/home.php
new file mode 100644
index 0000000000..f6d15a7656
--- /dev/null
+++ b/trailblazer/patterns/home.php
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/trailblazer/patterns/index.php b/trailblazer/patterns/index.php
new file mode 100644
index 0000000000..c0118bf0f7
--- /dev/null
+++ b/trailblazer/patterns/index.php
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/trailblazer/patterns/post-list.php b/trailblazer/patterns/post-list.php
new file mode 100644
index 0000000000..f946610a73
--- /dev/null
+++ b/trailblazer/patterns/post-list.php
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/trailblazer/patterns/post-meta.php b/trailblazer/patterns/post-meta.php
new file mode 100644
index 0000000000..e8f70c24f3
--- /dev/null
+++ b/trailblazer/patterns/post-meta.php
@@ -0,0 +1,17 @@
+
+
+
+
\ No newline at end of file
diff --git a/trailblazer/patterns/search.php b/trailblazer/patterns/search.php
new file mode 100644
index 0000000000..414bb1609a
--- /dev/null
+++ b/trailblazer/patterns/search.php
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/trailblazer/patterns/sidebar.php b/trailblazer/patterns/sidebar.php
new file mode 100644
index 0000000000..e3699b5411
--- /dev/null
+++ b/trailblazer/patterns/sidebar.php
@@ -0,0 +1,25 @@
+
+
+
+
\ No newline at end of file
diff --git a/trailblazer/readme.txt b/trailblazer/readme.txt
new file mode 100644
index 0000000000..18b81c8c78
--- /dev/null
+++ b/trailblazer/readme.txt
@@ -0,0 +1,49 @@
+== Trailblazer ==
+
+Contributors: Automattic
+Requires at least: 6.0
+Tested up to: 6.5
+Requires PHP: 5.7
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+
+
+== Description ==
+
+A theme in homage to George Lois, visionary American Art Director, and author.
+
+== Changelog ==
+
+= 1.0.0 =
+* Initial release
+
+
+== Copyright ==
+
+Trailblazer WordPress Theme, (C) 2024 Automattic
+Trailblazer is distributed under the terms of the GNU GPL.
+
+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.
+
+
+Trailblazer is based on Maverick (https://themeshaper.com/maverick/), (C) Automattic, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
+
+
+== Fonts ==
+
+Libre Franklin
+Copyright 2020 The LibreFranklin Project Authors (https://github.com/impallari/Libre-Franklin)
+Source: http://www.impallari.com/
+License: This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL
+
+C059
+(URW)++,Copyright 2014 by (URW)++ Design & Development
+
diff --git a/trailblazer/screenshot.png b/trailblazer/screenshot.png
new file mode 100644
index 0000000000..7453e369c9
Binary files /dev/null and b/trailblazer/screenshot.png differ
diff --git a/trailblazer/style.css b/trailblazer/style.css
new file mode 100644
index 0000000000..66486b94e2
--- /dev/null
+++ b/trailblazer/style.css
@@ -0,0 +1,63 @@
+/*
+Theme Name: Trailblazer
+Theme URI: https://themeshaper.com/trailblazer
+Author: Automattic
+Author URI: https://automattic.com
+Description: A theme in homage to George Lois, visionary American Art Director, and author.
+Requires at least: 6.0
+Tested up to: 6.5
+Requires PHP: 5.7
+Version: 1.0
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+Text Domain: trailblazer
+Tags: blog, one-column, two-columns, right-sidebar, block-patterns, block-styles, custom-colors, custom-header, custom-logo, custom-menu, editor-style, flexible-header, full-site-editing, full-width-template, microformats, post-formats, rtl-language-support, style-variations, template-editing, theme-options, threaded-comments, translation-ready
+
+/*
+ * Control the hover stylings of outline block style.
+ * Unnecessary once block styles are configurable via theme.json
+ * https://github.com/WordPress/gutenberg/issues/42794
+ */
+
+/*
+ * 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--foreground);
+ border-color: var(--wp--preset--color--secondary);
+}
+
+/**
+ * Currently table styles are only available with 'wp-block-styles'
+ * theme support (block css) thus the following needs to be included
+ * since 'wp-block-styles' aren't used for this theme.
+ * https://github.com/WordPress/gutenberg/issues/45065
+ */
+.wp-block-table thead {
+ border-bottom: 3px solid;
+}
+.wp-block-table tfoot {
+ border-top: 3px solid;
+}
+.wp-block-table td,
+.wp-block-table th {
+ padding: var(--wp--preset--spacing--30);
+ border: 1px solid;
+ word-break: normal;
+}
+.wp-block-table figcaption {
+ font-size: var(--wp--preset--font-size--small);
+ text-align: center;
+}
+
+/*
+ * Link styles
+ * https://github.com/WordPress/gutenberg/issues/42319
+ */
+a {
+ text-decoration-thickness: .0625em !important;
+ text-underline-offset: .15em;
+}
diff --git a/trailblazer/styles/upended.json b/trailblazer/styles/upended.json
new file mode 100644
index 0000000000..0b38fa1a9f
--- /dev/null
+++ b/trailblazer/styles/upended.json
@@ -0,0 +1,87 @@
+{
+ "settings": {
+ "color": {
+ "palette": [
+ {
+ "color": "#131020",
+ "name": "Primary",
+ "slug": "primary"
+ },
+ {
+ "color": "#f4f4f3",
+ "name": "Secondary",
+ "slug": "secondary"
+ },
+ {
+ "color": "#131020",
+ "name": "Foreground",
+ "slug": "foreground"
+ },
+ {
+ "color": "#f4f4f3",
+ "name": "Background",
+ "slug": "background"
+ },
+ {
+ "color": "#808080",
+ "name": "Tertiary",
+ "slug": "tertiary"
+ }
+ ]
+ }
+ },
+ "styles": {
+ "blocks": {
+ "core/query-pagination": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)",
+ "fontSize": "var(--wp--preset--font-size--x-large)",
+ "lineHeight": "1"
+ }
+ }
+ },
+ "elements": {
+ "h1": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)"
+ }
+ },
+ "h2": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)"
+ }
+ },
+ "h3": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)"
+ }
+ },
+ "h4": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)"
+ }
+ },
+ "h5": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)"
+ }
+ },
+ "h6": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)"
+ }
+ },
+ "heading": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)"
+ }
+ },
+ "title": "Upended",
+ "version": 3,
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
+}
\ No newline at end of file
diff --git a/trailblazer/templates/404.html b/trailblazer/templates/404.html
new file mode 100644
index 0000000000..708d32f90c
--- /dev/null
+++ b/trailblazer/templates/404.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/trailblazer/templates/archive.html b/trailblazer/templates/archive.html
new file mode 100644
index 0000000000..54f09e46e8
--- /dev/null
+++ b/trailblazer/templates/archive.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/trailblazer/templates/front-page.html b/trailblazer/templates/front-page.html
new file mode 100644
index 0000000000..de26965c9e
--- /dev/null
+++ b/trailblazer/templates/front-page.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/trailblazer/templates/home.html b/trailblazer/templates/home.html
new file mode 100644
index 0000000000..bc282afd95
--- /dev/null
+++ b/trailblazer/templates/home.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/trailblazer/templates/index.html b/trailblazer/templates/index.html
new file mode 100644
index 0000000000..8d224bedec
--- /dev/null
+++ b/trailblazer/templates/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/trailblazer/templates/page.html b/trailblazer/templates/page.html
new file mode 100644
index 0000000000..110764c204
--- /dev/null
+++ b/trailblazer/templates/page.html
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/trailblazer/templates/search.html b/trailblazer/templates/search.html
new file mode 100644
index 0000000000..8ba088db3a
--- /dev/null
+++ b/trailblazer/templates/search.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/trailblazer/templates/single.html b/trailblazer/templates/single.html
new file mode 100644
index 0000000000..e1861d115d
--- /dev/null
+++ b/trailblazer/templates/single.html
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/trailblazer/theme.json b/trailblazer/theme.json
new file mode 100644
index 0000000000..5a4d3681df
--- /dev/null
+++ b/trailblazer/theme.json
@@ -0,0 +1,661 @@
+{
+ "settings": {
+ "appearanceTools": true,
+ "color": {
+ "custom": true,
+ "customGradient": true,
+ "palette": [
+ {
+ "color": "#f4f4f3",
+ "name": "Primary",
+ "slug": "primary"
+ },
+ {
+ "color": "#131020",
+ "name": "Secondary",
+ "slug": "secondary"
+ },
+ {
+ "color": "#f4f4f3",
+ "name": "Foreground",
+ "slug": "foreground"
+ },
+ {
+ "color": "#131020",
+ "name": "Background",
+ "slug": "background"
+ },
+ {
+ "color": "#808080",
+ "name": "Tertiary",
+ "slug": "tertiary"
+ }
+ ]
+ },
+ "layout": {
+ "contentSize": "900px",
+ "wideSize": "1200px"
+ },
+ "spacing": {
+ "customSpacingSize": true,
+ "spacingScale": {
+ "theme": {
+ "steps": 0
+ }
+ },
+ "spacingSizes": [
+ {
+ "name": "2X-Small",
+ "size": "0.5rem",
+ "slug": "20"
+ },
+ {
+ "name": "X-Small",
+ "size": "clamp(0.5rem, 1vw, 1rem)",
+ "slug": "30"
+ },
+ {
+ "name": "Small",
+ "size": "clamp(0.75rem, 1.5vw, 1.5rem)",
+ "slug": "40"
+ },
+ {
+ "name": "Medium",
+ "size": "clamp(1rem, 2vw, 2rem)",
+ "slug": "50"
+ },
+ {
+ "name": "Large",
+ "size": "clamp(1.5rem, 3vw, 3rem)",
+ "slug": "60"
+ },
+ {
+ "name": "X-Large",
+ "size": "clamp(2rem, 4vw, 4rem)",
+ "slug": "70"
+ },
+ {
+ "name": "2X-Large",
+ "size": "clamp(3rem, 6vw, 6rem)",
+ "slug": "80"
+ }
+ ],
+ "units": [
+ "%",
+ "px",
+ "em",
+ "rem",
+ "vh",
+ "vw"
+ ]
+ },
+ "typography": {
+ "customFontSize": true,
+ "defaultFontSizes": false,
+ "fluid": true,
+ "fontFamilies": [
+ {
+ "fontFace": [
+ {
+ "fontFamily": "Libre Franklin",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "src": [
+ "file:./assets/fonts/libre-franklin_700.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Libre Franklin",
+ "fontStyle": "normal",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/libre-franklin_regular.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Libre Franklin",
+ "fontStyle": "italic",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/libre-franklin_italic.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Libre Franklin",
+ "fontStyle": "italic",
+ "fontWeight": "700",
+ "src": [
+ "file:./assets/fonts/libre-franklin_700italic.ttf"
+ ]
+ }
+ ],
+ "fontFamily": "Libre Franklin",
+ "slug": "libre-franklin"
+ },
+ {
+ "fontFace": [
+ {
+ "fontFamily": "New Century Schoolbook",
+ "fontStyle": "normal",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/new-century-schoolbook_normal_400.ttf"
+ ]
+ },
+ {
+ "fontFamily": "New Century Schoolbook",
+ "fontStyle": "italic",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/new-century-schoolbook_italic_400.ttf"
+ ]
+ }
+ ],
+ "fontFamily": "New Century Schoolbook",
+ "slug": "new-century-schoolbook"
+ }
+ ],
+ "fontSizes": [
+ {
+ "fluid": {
+ "max": "1rem",
+ "min": "0.75rem"
+ },
+ "name": "Small",
+ "size": "0.75rem",
+ "slug": "small"
+ },
+ {
+ "fluid": {
+ "max": "1.33rem",
+ "min": "1rem"
+ },
+ "name": "Medium",
+ "size": "1rem",
+ "slug": "medium"
+ },
+ {
+ "fluid": {
+ "max": "1.414rem",
+ "min": "1.25rem"
+ },
+ "name": "Large",
+ "size": "1.414rem",
+ "slug": "large"
+ },
+ {
+ "fluid": {
+ "max": "3.998rem",
+ "min": "2.5rem"
+ },
+ "name": "Extra Large",
+ "size": "3.998rem",
+ "slug": "x-large"
+ }
+ ]
+ },
+ "useRootPaddingAwareAlignments": true
+ },
+ "styles": {
+ "blocks": {
+ "core/avatar": {
+ "border": {
+ "radius": "5px"
+ },
+ "filter": {
+ "duotone": "var(--wp--preset--duotone--grayscale)"
+ }
+ },
+ "core/button": {
+ "color": {
+ "background": "var(--wp--preset--color--secondary)",
+ "text": "var(--wp--preset--color--primary)"
+ },
+ "elements": {
+ "link": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ }
+ }
+ },
+ "spacing": {
+ "padding": {
+ "bottom": "var(--wp--preset--spacing--30)",
+ "left": "0",
+ "right": "0",
+ "top": "var(--wp--preset--spacing--30)"
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "letterSpacing": "0.06rem",
+ "textDecoration": "underline",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/code": {
+ "border": {
+ "color": "var(--wp--preset--color--foreground)",
+ "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/columns": {
+ "spacing": {
+ "blockGap": {
+ "left": "var(--wp--preset--spacing--20)",
+ "top": "var(--wp--preset--spacing--30)"
+ }
+ }
+ },
+ "core/comment-author-name": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "fontStyle": "normal",
+ "fontWeight": "700"
+ }
+ },
+ "core/comment-date": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)",
+ "fontSize": "var(--wp--preset--font-size--small)"
+ }
+ },
+ "core/comment-edit-link": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)",
+ "fontSize": "var(--wp--preset--font-size--small)"
+ }
+ },
+ "core/comment-reply-link": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)",
+ "fontSize": "var(--wp--preset--font-size--small)"
+ }
+ },
+ "core/comments-pagination": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)"
+ }
+ },
+ "core/gallery": {
+ "spacing": {
+ "margin": {
+ "bottom": "var(--wp--preset--spacing--50)"
+ }
+ }
+ },
+ "core/list": {
+ "spacing": {
+ "padding": {
+ "left": "var(--wp--preset--spacing--70)"
+ }
+ }
+ },
+ "core/navigation": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "spacing": {
+ "blockGap": "var(--wp--preset--spacing--30)"
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "fontStyle": "normal",
+ "fontWeight": "400",
+ "letterSpacing": "0.03rem",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/post-content": {
+ "spacing": {
+ "blockGap": "var(--wp--preset--spacing--40)"
+ }
+ },
+ "core/post-date": {
+ "color": {
+ "text": "var(--wp--preset--color--foreground)"
+ },
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--secondary)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "letterSpacing": "0rem",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/post-terms": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "letterSpacing": "0rem",
+ "textDecoration": "none"
+ }
+ },
+ "core/post-title": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "spacing": {
+ "margin": {
+ "bottom": "0"
+ }
+ }
+ },
+ "core/pullquote": {
+ "border": {
+ "color": "var(--wp--preset--color--foreground)",
+ "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": "var(--wp--preset--font-size--large)",
+ "fontStyle": "italic"
+ }
+ },
+ "core/query-pagination": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)",
+ "fontSize": "4.6rem",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "lineHeight": "1.1"
+ }
+ },
+ "core/query-title": {
+ "spacing": {
+ "margin": {
+ "bottom": "5vh"
+ }
+ }
+ },
+ "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": {
+ "fontStyle": "normal"
+ }
+ },
+ "core/search": {
+ "border": {
+ "bottom": {
+ "style": "none",
+ "width": "0px"
+ },
+ "color": null,
+ "left": {
+ "style": "none",
+ "width": "0px"
+ },
+ "radius": "2px",
+ "right": {
+ "style": "none",
+ "width": "0px"
+ },
+ "style": null,
+ "top": {
+ "style": "none",
+ "width": "0px"
+ },
+ "width": null
+ },
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "lineHeight": "1.6"
+ }
+ },
+ "core/separator": {
+ "border": {
+ "color": "currentColor",
+ "style": "solid",
+ "width": "0 0 1px 0"
+ },
+ "color": {
+ "text": "var(--wp--preset--color--foreground)"
+ }
+ },
+ "core/site-tagline": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "fontStyle": "normal",
+ "fontWeight": "400"
+ }
+ },
+ "core/site-title": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "letterSpacing": "0.03rem",
+ "textTransform": "uppercase"
+ }
+ }
+ },
+ "color": {
+ "background": "var(--wp--preset--color--secondary)",
+ "text": "var(--wp--preset--color--primary)"
+ },
+ "css": ".no-underline a{text-decoration: none;}",
+ "elements": {
+ "button": {
+ ":active": {
+ "color": {
+ "background": "var(--wp--preset--color--primary)",
+ "text": "var(--wp--preset--color--background)"
+ }
+ },
+ ":focus": {
+ "color": {
+ "background": "var(--wp--preset--color--primary)",
+ "text": "var(--wp--preset--color--background)"
+ }
+ },
+ ":hover": {
+ "color": {
+ "background": "var(--wp--preset--color--primary)",
+ "text": "var(--wp--preset--color--background)"
+ }
+ },
+ "border": {
+ "radius": "0.25rem"
+ },
+ "color": {
+ "background": "var(--wp--preset--color--primary)",
+ "text": "var(--wp--preset--color--secondary)"
+ },
+ "typography": {
+ "fontSize": "clamp(0.825rem, 0.825rem + ((1vw - 0.48rem) * 0.458), 1.0625rem)",
+ "fontStyle": "normal",
+ "fontWeight": "700"
+ }
+ },
+ "caption": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ }
+ },
+ "h1": {
+ "typography": {
+ "fontFamily": "Libre Franklin",
+ "fontSize": "var(--wp--preset--font-size--x-large)",
+ "letterSpacing": "-0.03rem",
+ "lineHeight": "1"
+ }
+ },
+ "h2": {
+ "typography": {
+ "fontFamily": "Libre Franklin",
+ "fontSize": "var(--wp--preset--font-size--large)",
+ "fontWeight": "700",
+ "letterSpacing": "-0.03rem"
+ }
+ },
+ "h3": {
+ "typography": {
+ "fontFamily": "Libre Franklin",
+ "fontSize": "var(--wp--preset--font-size--large)",
+ "fontWeight": "700",
+ "letterSpacing": "-0.02rem",
+ "textTransform": "none"
+ }
+ },
+ "h4": {
+ "typography": {
+ "fontFamily": "Libre Franklin",
+ "fontSize": "var(--wp--preset--font-size--medium)",
+ "fontWeight": "700",
+ "letterSpacing": "-0.02rem"
+ }
+ },
+ "h5": {
+ "typography": {
+ "fontFamily": "Libre Franklin",
+ "fontSize": "var(--wp--preset--font-size--medium)",
+ "fontWeight": "700"
+ }
+ },
+ "h6": {
+ "typography": {
+ "fontFamily": "Libre Franklin",
+ "fontSize": "var(--wp--preset--font-size--medium)",
+ "fontWeight": "700"
+ }
+ },
+ "heading": {
+ "color": {
+ "text": "var(--wp--preset--color--foreground)"
+ },
+ "typography": {
+ "fontFamily": "Libre Franklin",
+ "fontStyle": "normal",
+ "fontWeight": "700"
+ }
+ },
+ "link": {
+ ":hover": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ },
+ "typography": {
+ "textDecoration": "underline"
+ }
+ }
+ },
+ "spacing": {
+ "blockGap": "var(--wp--preset--spacing--40)",
+ "padding": {
+ "bottom": "0px",
+ "left": "var(--wp--preset--spacing--50)",
+ "right": "var(--wp--preset--spacing--50)",
+ "top": "0px"
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)",
+ "fontSize": "var(--wp--preset--font-size--medium)",
+ "fontStyle": "normal",
+ "fontWeight": "400",
+ "lineHeight": 1.4
+ }
+ },
+ "templateParts": [
+ {
+ "area": "header",
+ "name": "header"
+ },
+ {
+ "area": "footer",
+ "name": "footer"
+ }
+ ],
+ "version": 3,
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
+}
\ No newline at end of file