diff --git a/azur/assets/fonts/jost_italic_100.ttf b/azur/assets/fonts/jost_italic_100.ttf
new file mode 100644
index 0000000000..9df318e6c4
Binary files /dev/null and b/azur/assets/fonts/jost_italic_100.ttf differ
diff --git a/azur/assets/fonts/jost_italic_200.ttf b/azur/assets/fonts/jost_italic_200.ttf
new file mode 100644
index 0000000000..12ad2f88ac
Binary files /dev/null and b/azur/assets/fonts/jost_italic_200.ttf differ
diff --git a/azur/assets/fonts/jost_italic_300.ttf b/azur/assets/fonts/jost_italic_300.ttf
new file mode 100644
index 0000000000..d22e472d1f
Binary files /dev/null and b/azur/assets/fonts/jost_italic_300.ttf differ
diff --git a/azur/assets/fonts/jost_italic_400.ttf b/azur/assets/fonts/jost_italic_400.ttf
new file mode 100644
index 0000000000..01090bb713
Binary files /dev/null and b/azur/assets/fonts/jost_italic_400.ttf differ
diff --git a/azur/assets/fonts/jost_italic_500.ttf b/azur/assets/fonts/jost_italic_500.ttf
new file mode 100644
index 0000000000..7fcd6eb6a9
Binary files /dev/null and b/azur/assets/fonts/jost_italic_500.ttf differ
diff --git a/azur/assets/fonts/jost_italic_600.ttf b/azur/assets/fonts/jost_italic_600.ttf
new file mode 100644
index 0000000000..d1628848ec
Binary files /dev/null and b/azur/assets/fonts/jost_italic_600.ttf differ
diff --git a/azur/assets/fonts/jost_italic_700.ttf b/azur/assets/fonts/jost_italic_700.ttf
new file mode 100644
index 0000000000..e939edffea
Binary files /dev/null and b/azur/assets/fonts/jost_italic_700.ttf differ
diff --git a/azur/assets/fonts/jost_italic_800.ttf b/azur/assets/fonts/jost_italic_800.ttf
new file mode 100644
index 0000000000..1847d38c95
Binary files /dev/null and b/azur/assets/fonts/jost_italic_800.ttf differ
diff --git a/azur/assets/fonts/jost_italic_900.ttf b/azur/assets/fonts/jost_italic_900.ttf
new file mode 100644
index 0000000000..cfc41bd379
Binary files /dev/null and b/azur/assets/fonts/jost_italic_900.ttf differ
diff --git a/azur/assets/fonts/jost_normal_100.ttf b/azur/assets/fonts/jost_normal_100.ttf
new file mode 100644
index 0000000000..03c1571eef
Binary files /dev/null and b/azur/assets/fonts/jost_normal_100.ttf differ
diff --git a/azur/assets/fonts/jost_normal_200.ttf b/azur/assets/fonts/jost_normal_200.ttf
new file mode 100644
index 0000000000..13bee734a8
Binary files /dev/null and b/azur/assets/fonts/jost_normal_200.ttf differ
diff --git a/azur/assets/fonts/jost_normal_300.ttf b/azur/assets/fonts/jost_normal_300.ttf
new file mode 100644
index 0000000000..47cc6b5758
Binary files /dev/null and b/azur/assets/fonts/jost_normal_300.ttf differ
diff --git a/azur/assets/fonts/jost_normal_400.ttf b/azur/assets/fonts/jost_normal_400.ttf
new file mode 100644
index 0000000000..3269563153
Binary files /dev/null and b/azur/assets/fonts/jost_normal_400.ttf differ
diff --git a/azur/assets/fonts/jost_normal_500.ttf b/azur/assets/fonts/jost_normal_500.ttf
new file mode 100644
index 0000000000..e557ed4b84
Binary files /dev/null and b/azur/assets/fonts/jost_normal_500.ttf differ
diff --git a/azur/assets/fonts/jost_normal_600.ttf b/azur/assets/fonts/jost_normal_600.ttf
new file mode 100644
index 0000000000..bf43d80119
Binary files /dev/null and b/azur/assets/fonts/jost_normal_600.ttf differ
diff --git a/azur/assets/fonts/jost_normal_700.ttf b/azur/assets/fonts/jost_normal_700.ttf
new file mode 100644
index 0000000000..75590c3098
Binary files /dev/null and b/azur/assets/fonts/jost_normal_700.ttf differ
diff --git a/azur/assets/fonts/jost_normal_800.ttf b/azur/assets/fonts/jost_normal_800.ttf
new file mode 100644
index 0000000000..33ce64c821
Binary files /dev/null and b/azur/assets/fonts/jost_normal_800.ttf differ
diff --git a/azur/assets/fonts/jost_normal_900.ttf b/azur/assets/fonts/jost_normal_900.ttf
new file mode 100644
index 0000000000..8bfd62f583
Binary files /dev/null and b/azur/assets/fonts/jost_normal_900.ttf differ
diff --git a/azur/functions.php b/azur/functions.php
new file mode 100644
index 0000000000..0ca29da821
--- /dev/null
+++ b/azur/functions.php
@@ -0,0 +1,61 @@
+get( 'Version' )
+ );
+
+ // Enqueue theme stylesheet.
+ wp_enqueue_style( 'azur-style' );
+
+ }
+
+endif;
+
+add_action( 'wp_enqueue_scripts', 'azur_styles' );
diff --git a/azur/parts/footer.html b/azur/parts/footer.html
new file mode 100644
index 0000000000..d0d4a3fbd3
--- /dev/null
+++ b/azur/parts/footer.html
@@ -0,0 +1 @@
+
diff --git a/azur/parts/header.html b/azur/parts/header.html
new file mode 100644
index 0000000000..2c96c22391
--- /dev/null
+++ b/azur/parts/header.html
@@ -0,0 +1 @@
+
diff --git a/azur/patterns/404.php b/azur/patterns/404.php
new file mode 100644
index 0000000000..51f4c55ec9
--- /dev/null
+++ b/azur/patterns/404.php
@@ -0,0 +1,13 @@
+
+
+
+
+
diff --git a/azur/patterns/footer.php b/azur/patterns/footer.php
new file mode 100644
index 0000000000..435bf5cd2c
--- /dev/null
+++ b/azur/patterns/footer.php
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
WordPress';
+ echo sprintf(
+ esc_html__( 'Azur Theme ● Designed with %1$s', 'ici' ),
+ $wordpress_link
+ );
+ ?>
+
+
+
diff --git a/azur/patterns/header.php b/azur/patterns/header.php
new file mode 100644
index 0000000000..1b4441981e
--- /dev/null
+++ b/azur/patterns/header.php
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
diff --git a/azur/patterns/search.php b/azur/patterns/search.php
new file mode 100644
index 0000000000..cd0d0d6d8e
--- /dev/null
+++ b/azur/patterns/search.php
@@ -0,0 +1,11 @@
+
+
+
diff --git a/azur/readme.txt b/azur/readme.txt
new file mode 100644
index 0000000000..d0e126275a
--- /dev/null
+++ b/azur/readme.txt
@@ -0,0 +1,37 @@
+=== Azur ===
+Contributors:
+Requires at least: 6.0
+Tested up to: 6.4
+Requires PHP: 5.7
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+
+== Description ==
+Azur draws its inspiration from the mesmerizing hues of the Azure coast, where the Èze village is located.
+
+
+== Changelog ==
+
+= 1.0.0 =
+* Initial release
+
+== Copyright ==
+
+Azur WordPress Theme, (C) 2023
+Azur 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.
+
+Jost Font
+Copyright 2020 The Jost Project Authors (https://github.com/indestructible-type/Jost)
+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
+License URL: http://scripts.sil.org/OFL
+-- End of Jost Font credits --
diff --git a/azur/screenshot.png b/azur/screenshot.png
new file mode 100644
index 0000000000..0f069ccd6b
Binary files /dev/null and b/azur/screenshot.png differ
diff --git a/azur/style.css b/azur/style.css
new file mode 100644
index 0000000000..5d751b7805
--- /dev/null
+++ b/azur/style.css
@@ -0,0 +1,24 @@
+/*
+Theme Name: Azur
+Theme URI: https://wordpress.com/theme/azur
+Author: Automattic
+Author URI: https://automattic.com/
+Description: Azur draws its inspiration from the mesmerizing hues of the Azure coast, where the Èze village is located.
+Requires at least: 6.0
+Tested up to: 6.4
+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: azur
+Tags: blog, one-column, wide-blocks, block-styles, featured-images, full-site-editing, rtl-language-support, threaded-comments, translation-ready
+*/
+
+/*
+* Control the hover stylings of outline block style.
+*/
+.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
+ background-color: var(--wp--preset--color--accent-2);
+ border-color: var(--wp--preset--color--accent-2);
+ color: var(--wp--preset--color--background);
+}
diff --git a/azur/styles/verte.json b/azur/styles/verte.json
new file mode 100644
index 0000000000..ebee84cc6b
--- /dev/null
+++ b/azur/styles/verte.json
@@ -0,0 +1,36 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
+ "settings": {
+ "color": {
+ "palette": [
+ {
+ "color": "#009f23",
+ "name": "Primary",
+ "slug": "primary"
+ },
+ {
+ "color": "#000000",
+ "name": "Secondary",
+ "slug": "secondary"
+ },
+ {
+ "color": "#ffffff",
+ "name": "Background",
+ "slug": "background"
+ },
+ {
+ "color": "#009f2311",
+ "name": "Accent",
+ "slug": "accent"
+ },
+ {
+ "color": "#2f2f2f",
+ "name": "Accent / Two",
+ "slug": "accent-2"
+ }
+ ]
+ }
+ },
+ "title": "Verte",
+ "version": 2
+}
diff --git a/azur/templates/404.html b/azur/templates/404.html
new file mode 100644
index 0000000000..59b4593d5f
--- /dev/null
+++ b/azur/templates/404.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/azur/templates/index.html b/azur/templates/index.html
new file mode 100644
index 0000000000..e61e14ba60
--- /dev/null
+++ b/azur/templates/index.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/azur/templates/page.html b/azur/templates/page.html
new file mode 100644
index 0000000000..44feb870ba
--- /dev/null
+++ b/azur/templates/page.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/azur/templates/search.html b/azur/templates/search.html
new file mode 100644
index 0000000000..ab19b035ec
--- /dev/null
+++ b/azur/templates/search.html
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/azur/templates/single.html b/azur/templates/single.html
new file mode 100644
index 0000000000..9a9d838bb9
--- /dev/null
+++ b/azur/templates/single.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/azur/theme.json b/azur/theme.json
new file mode 100644
index 0000000000..0aa501442d
--- /dev/null
+++ b/azur/theme.json
@@ -0,0 +1,751 @@
+{
+ "settings": {
+ "appearanceTools": true,
+ "color": {
+ "duotone": [
+ {
+ "colors": [
+ "#000000",
+ "#ffffff"
+ ],
+ "name": "Default filter",
+ "slug": "default-filter"
+ },
+ {
+ "colors": [
+ "#001d74",
+ "#003ae7"
+ ],
+ "name": "White Filter",
+ "slug": "white-filter"
+ }
+ ],
+ "palette": [
+ {
+ "color": "#003ae7",
+ "name": "Primary",
+ "slug": "primary"
+ },
+ {
+ "color": "#000000",
+ "name": "Secondary",
+ "slug": "secondary"
+ },
+ {
+ "color": "#ffffff",
+ "name": "Background",
+ "slug": "background"
+ },
+ {
+ "color": "#003ae711",
+ "name": "Accent",
+ "slug": "accent"
+ },
+ {
+ "color": "#2f2f2f",
+ "name": "Accent / Two",
+ "slug": "accent-2"
+ }
+ ]
+ },
+ "layout": {
+ "contentSize": "600px",
+ "wideSize": "1000px"
+ },
+ "spacing": {
+ "customSpacingSize": true,
+ "spacingScale": {
+ "steps": 0
+ },
+ "spacingSizes": [
+ {
+ "name": "0",
+ "size": "0.67rem",
+ "slug": "10"
+ },
+ {
+ "name": "1",
+ "size": "0.67rem",
+ "slug": "30"
+ },
+ {
+ "name": "2",
+ "size": "1rem",
+ "slug": "40"
+ },
+ {
+ "name": "3",
+ "size": "1.5rem",
+ "slug": "50"
+ },
+ {
+ "name": "4",
+ "size": "min(4.66vw, 2.25rem)",
+ "slug": "60"
+ },
+ {
+ "name": "5",
+ "size": "min(7vw, 3.38rem)",
+ "slug": "70"
+ },
+ {
+ "name": "6",
+ "size": "min(10.4vw, 5.06rem)",
+ "slug": "80"
+ }
+ ],
+ "units": [
+ "%",
+ "px",
+ "em",
+ "rem",
+ "vh",
+ "vw"
+ ]
+ },
+ "typography": {
+ "fluid": true,
+ "fontFamilies": [
+ {
+ "fontFace": [
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "normal",
+ "fontWeight": "100",
+ "src": [
+ "file:./assets/fonts/jost_normal_100.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "normal",
+ "fontWeight": "200",
+ "src": [
+ "file:./assets/fonts/jost_normal_200.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "normal",
+ "fontWeight": "300",
+ "src": [
+ "file:./assets/fonts/jost_normal_300.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "normal",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/jost_normal_400.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "normal",
+ "fontWeight": "500",
+ "src": [
+ "file:./assets/fonts/jost_normal_500.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "normal",
+ "fontWeight": "600",
+ "src": [
+ "file:./assets/fonts/jost_normal_600.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "src": [
+ "file:./assets/fonts/jost_normal_700.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "normal",
+ "fontWeight": "800",
+ "src": [
+ "file:./assets/fonts/jost_normal_800.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "normal",
+ "fontWeight": "900",
+ "src": [
+ "file:./assets/fonts/jost_normal_900.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "italic",
+ "fontWeight": "100",
+ "src": [
+ "file:./assets/fonts/jost_italic_100.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "italic",
+ "fontWeight": "200",
+ "src": [
+ "file:./assets/fonts/jost_italic_200.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "italic",
+ "fontWeight": "300",
+ "src": [
+ "file:./assets/fonts/jost_italic_300.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "italic",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/jost_italic_400.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "italic",
+ "fontWeight": "500",
+ "src": [
+ "file:./assets/fonts/jost_italic_500.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "italic",
+ "fontWeight": "600",
+ "src": [
+ "file:./assets/fonts/jost_italic_600.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "italic",
+ "fontWeight": "700",
+ "src": [
+ "file:./assets/fonts/jost_italic_700.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "italic",
+ "fontWeight": "800",
+ "src": [
+ "file:./assets/fonts/jost_italic_800.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Jost",
+ "fontStyle": "italic",
+ "fontWeight": "900",
+ "src": [
+ "file:./assets/fonts/jost_italic_900.ttf"
+ ]
+ }
+ ],
+ "fontFamily": "Jost",
+ "slug": "jost"
+ }
+ ],
+ "fontSizes": [
+ {
+ "fluid": {
+ "max": "1rem",
+ "min": "0.75rem"
+ },
+ "name": "Tiny",
+ "size": "0.9rem",
+ "slug": "x-small"
+ },
+ {
+ "fluid": false,
+ "name": "Small",
+ "size": "1rem",
+ "slug": "small"
+ },
+ {
+ "fluid": false,
+ "name": "Medium",
+ "size": "1.125rem",
+ "slug": "medium"
+ },
+ {
+ "fluid": false,
+ "name": "Large",
+ "size": "1.37rem",
+ "slug": "large"
+ },
+ {
+ "fluid": {
+ "max": "2.25rem",
+ "min": "1.75rem"
+ },
+ "name": "Extra Large",
+ "size": "2rem",
+ "slug": "x-large"
+ },
+ {
+ "fluid": {
+ "max": "3rem",
+ "min": "2.25rem"
+ },
+ "name": "Double Extra Large",
+ "size": "2.25rem",
+ "slug": "xx-large"
+ },
+ {
+ "fluid": {
+ "max": "6rem",
+ "min": "2.4rem"
+ },
+ "name": "Tripple Extra Large",
+ "size": "6rem",
+ "slug": "xxx-large"
+ },
+ {
+ "fluid": {
+ "max": "8rem",
+ "min": "3.25rem"
+ },
+ "name": "Quadruple Extra Large",
+ "size": "8rem",
+ "slug": "xxxx-large"
+ }
+ ]
+ },
+ "useRootPaddingAwareAlignments": true
+ },
+ "styles": {
+ "blocks": {
+ "core/code": {
+ "border": {
+ "radius": "2px"
+ },
+ "color": {
+ "background": "var(--wp--preset--color--primary)",
+ "text": "var(--wp--preset--color--background)"
+ },
+ "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)",
+ "textDecoration": "underline"
+ }
+ },
+ "core/comments-title": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--large)"
+ }
+ },
+ "core/gallery": {
+ "spacing": {
+ "margin": {
+ "bottom": "var(--wp--preset--spacing--50)"
+ }
+ }
+ },
+ "core/heading": {
+ "spacing": {
+ "margin": {
+ "bottom": "var(--wp--preset--spacing--30)",
+ "left": "0",
+ "right": "0",
+ "top": "var(--wp--preset--spacing--70)"
+ }
+ }
+ },
+ "core/image": {
+ "border": {
+ "bottom": {
+ "color": "var(--wp--preset--color--accent)",
+ "style": "solid",
+ "width": "60px"
+ },
+ "left": {
+ "color": "var(--wp--preset--color--accent)",
+ "style": "solid",
+ "width": "60px"
+ },
+ "radius": "2px",
+ "right": {
+ "color": "var(--wp--preset--color--accent)",
+ "style": "solid",
+ "width": "60px"
+ },
+ "top": {
+ "color": "var(--wp--preset--color--accent)",
+ "style": "solid",
+ "width": "60px"
+ }
+ },
+ "filter": {
+ "duotone": "var(--wp--preset--duotone--default-filter)"
+ }
+ },
+ "core/list": {
+ "spacing": {
+ "padding": {
+ "left": "var(--wp--preset--spacing--70)"
+ }
+ }
+ },
+ "core/post-content": {
+ "elements": {
+ "link": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ },
+ "typography": {
+ "textDecoration": "underline"
+ }
+ }
+ }
+ },
+ "core/post-date": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ },
+ "elements": {
+ "link": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ }
+ }
+ },
+ "typography": {
+ "fontSize": "0.8rem",
+ "fontStyle": "normal",
+ "fontWeight": "500",
+ "textTransform": "none"
+ }
+ },
+ "core/post-featured-image": {
+ "border": {
+ "bottom": {
+ "color": "var(--wp--preset--color--accent)",
+ "style": "solid",
+ "width": "60px"
+ },
+ "left": {
+ "color": "var(--wp--preset--color--accent)",
+ "style": "solid",
+ "width": "60px"
+ },
+ "radius": "2px",
+ "right": {
+ "color": "var(--wp--preset--color--accent)",
+ "style": "solid",
+ "width": "60px"
+ },
+ "top": {
+ "color": "var(--wp--preset--color--accent)",
+ "style": "solid",
+ "width": "60px"
+ }
+ },
+ "filter": {
+ "duotone": "var(--wp--preset--duotone--default-filter)"
+ }
+ },
+ "core/post-navigation-link": {
+ "typography": {
+ "fontSize": "0.8rem",
+ "fontStyle": "normal",
+ "fontWeight": "500",
+ "textDecoration": "none",
+ "textTransform": "none"
+ }
+ },
+ "core/post-title": {
+ "spacing": {
+ "margin": {
+ "bottom": "0",
+ "left": "0",
+ "right": "0",
+ "top": "0"
+ }
+ },
+ "typography": {
+ "fontSize": "6rem",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "lineHeight": "0.8",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/pullquote": {
+ "border": {
+ "style": "solid",
+ "width": "1px 0"
+ },
+ "elements": {
+ "cite": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "fontStyle": "normal",
+ "letterSpacing": "0.15em"
+ }
+ }
+ },
+ "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": "normal"
+ }
+ },
+ "core/query-pagination": {
+ "typography": {
+ "fontSize": "0.8rem",
+ "fontStyle": "normal",
+ "fontWeight": "500"
+ }
+ },
+ "core/query-title": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--medium)"
+ }
+ },
+ "core/quote": {
+ "border": {
+ "style": "solid",
+ "width": "0 0 0 7px"
+ },
+ "elements": {
+ "cite": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "fontStyle": "normal"
+ }
+ }
+ },
+ "spacing": {
+ "margin": {
+ "left": "0"
+ },
+ "padding": {
+ "left": "var(--wp--preset--spacing--50)"
+ }
+ },
+ "typography": {
+ "fontStyle": "normal"
+ }
+ },
+ "core/search": {
+ "border": {
+ "bottom": {
+ "color": "var(--wp--preset--color--primary)",
+ "width": "2px"
+ },
+ "left": {
+ "color": "var(--wp--preset--color--primary)",
+ "width": "2px"
+ },
+ "right": {
+ "color": "var(--wp--preset--color--primary)",
+ "width": "2px"
+ },
+ "top": {
+ "color": "var(--wp--preset--color--primary)",
+ "width": "2px"
+ }
+ },
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--medium)",
+ "lineHeight": "1.6"
+ }
+ },
+ "core/separator": {
+ "border": {
+ "color": "var(--wp--preset--color--primary)",
+ "style": "solid",
+ "width": "0 0 2px 0"
+ },
+ "color": {
+ "text": "var(--wp--preset--color--foreground)"
+ }
+ },
+ "core/site-tagline": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--x-small)"
+ }
+ },
+ "core/site-title": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ },
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--xxxx-large)",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "letterSpacing": "0.03125em",
+ "lineHeight": "0.8",
+ "textDecoration": "none",
+ "textTransform": "uppercase"
+ }
+ }
+ },
+ "color": {
+ "background": "var(--wp--preset--color--background)",
+ "text": "var(--wp--preset--color--primary)"
+ },
+ "elements": {
+ "button": {
+ ":hover": {
+ "color": {
+ "background": "var(--wp--preset--color--accent-2)",
+ "text": "var(--wp--preset--color--background)"
+ }
+ },
+ "border": {
+ "radius": "2px"
+ },
+ "color": {
+ "background": "var(--wp--preset--color--primary)",
+ "text": "var(--wp--preset--color--background)"
+ }
+ },
+ "caption": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ },
+ "typography": {
+ "fontSize": "0.8rem"
+ }
+ },
+ "h1": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--x-large)",
+ "fontWeight": "700",
+ "lineHeight": "1.1"
+ }
+ },
+ "h2": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--large)",
+ "fontWeight": "700",
+ "lineHeight": "1.1"
+ }
+ },
+ "h3": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--medium)",
+ "lineHeight": "1.2"
+ }
+ },
+ "h4": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "textTransform": "uppercase"
+ }
+ },
+ "h5": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--x-small)"
+ }
+ },
+ "h6": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--x-small)",
+ "textTransform": "uppercase"
+ }
+ },
+ "heading": {
+ "typography": {
+ "fontStyle": "normal",
+ "fontWeight": "600",
+ "lineHeight": "1.6",
+ "textTransform": "none"
+ }
+ },
+ "link": {
+ ":hover": {
+ "color": {
+ "text": "var(--wp--preset--color--secondary)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "spacing": {
+ "blockGap": "var(--wp--preset--spacing--50)",
+ "padding": {
+ "bottom": "0",
+ "left": "0",
+ "right": "0",
+ "top": "0"
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--jost)",
+ "fontSize": "var(--wp--preset--font-size--medium)",
+ "fontStyle": "normal",
+ "fontWeight": "600",
+ "lineHeight": "1.4"
+ }
+ },
+ "templateParts": [
+ {
+ "area": "header",
+ "name": "header",
+ "title": "Header"
+ },
+ {
+ "area": "footer",
+ "name": "footer",
+ "title": "Footer"
+ }
+ ],
+ "version": 2,
+ "$schema": "https://schemas.wp.org/wp/6.4/theme.json"
+}