diff --git a/allez/assets/fonts/figtree_italic_400.ttf b/allez/assets/fonts/figtree_italic_400.ttf
new file mode 100644
index 0000000000..b220a17feb
Binary files /dev/null and b/allez/assets/fonts/figtree_italic_400.ttf differ
diff --git a/allez/assets/fonts/figtree_italic_600.ttf b/allez/assets/fonts/figtree_italic_600.ttf
new file mode 100644
index 0000000000..d8c8c39a3b
Binary files /dev/null and b/allez/assets/fonts/figtree_italic_600.ttf differ
diff --git a/allez/assets/fonts/figtree_normal_400.ttf b/allez/assets/fonts/figtree_normal_400.ttf
new file mode 100644
index 0000000000..c03409ba53
Binary files /dev/null and b/allez/assets/fonts/figtree_normal_400.ttf differ
diff --git a/allez/assets/fonts/figtree_normal_600.ttf b/allez/assets/fonts/figtree_normal_600.ttf
new file mode 100644
index 0000000000..6c83802d75
Binary files /dev/null and b/allez/assets/fonts/figtree_normal_600.ttf differ
diff --git a/allez/assets/fonts/rubik_italic_400.ttf b/allez/assets/fonts/rubik_italic_400.ttf
new file mode 100644
index 0000000000..1683a763ee
Binary files /dev/null and b/allez/assets/fonts/rubik_italic_400.ttf differ
diff --git a/allez/assets/fonts/rubik_italic_600.ttf b/allez/assets/fonts/rubik_italic_600.ttf
new file mode 100644
index 0000000000..88729833c3
Binary files /dev/null and b/allez/assets/fonts/rubik_italic_600.ttf differ
diff --git a/allez/assets/fonts/rubik_italic_700.ttf b/allez/assets/fonts/rubik_italic_700.ttf
new file mode 100644
index 0000000000..abf760439b
Binary files /dev/null and b/allez/assets/fonts/rubik_italic_700.ttf differ
diff --git a/allez/assets/fonts/rubik_normal_400.ttf b/allez/assets/fonts/rubik_normal_400.ttf
new file mode 100644
index 0000000000..8b7b632f9c
Binary files /dev/null and b/allez/assets/fonts/rubik_normal_400.ttf differ
diff --git a/allez/assets/fonts/rubik_normal_600.ttf b/allez/assets/fonts/rubik_normal_600.ttf
new file mode 100644
index 0000000000..26f657de75
Binary files /dev/null and b/allez/assets/fonts/rubik_normal_600.ttf differ
diff --git a/allez/assets/fonts/rubik_normal_700.ttf b/allez/assets/fonts/rubik_normal_700.ttf
new file mode 100644
index 0000000000..1a9693d97f
Binary files /dev/null and b/allez/assets/fonts/rubik_normal_700.ttf differ
diff --git a/allez/assets/fonts/secuela_italic_800.otf b/allez/assets/fonts/secuela_italic_800.otf
new file mode 100644
index 0000000000..241eb7b737
Binary files /dev/null and b/allez/assets/fonts/secuela_italic_800.otf differ
diff --git a/allez/assets/fonts/secuela_normal_800.otf b/allez/assets/fonts/secuela_normal_800.otf
new file mode 100644
index 0000000000..66ecadbd6b
Binary files /dev/null and b/allez/assets/fonts/secuela_normal_800.otf differ
diff --git a/allez/assets/fonts/zilla-slab_italic_400.ttf b/allez/assets/fonts/zilla-slab_italic_400.ttf
new file mode 100644
index 0000000000..c0b99a860b
Binary files /dev/null and b/allez/assets/fonts/zilla-slab_italic_400.ttf differ
diff --git a/allez/assets/fonts/zilla-slab_italic_700.ttf b/allez/assets/fonts/zilla-slab_italic_700.ttf
new file mode 100644
index 0000000000..2735488c5d
Binary files /dev/null and b/allez/assets/fonts/zilla-slab_italic_700.ttf differ
diff --git a/allez/assets/fonts/zilla-slab_normal_400.ttf b/allez/assets/fonts/zilla-slab_normal_400.ttf
new file mode 100644
index 0000000000..c1188fa3cd
Binary files /dev/null and b/allez/assets/fonts/zilla-slab_normal_400.ttf differ
diff --git a/allez/assets/fonts/zilla-slab_normal_700.ttf b/allez/assets/fonts/zilla-slab_normal_700.ttf
new file mode 100644
index 0000000000..41ef261ff9
Binary files /dev/null and b/allez/assets/fonts/zilla-slab_normal_700.ttf differ
diff --git a/allez/assets/images/Football_SandroSchuh.png b/allez/assets/images/Football_SandroSchuh.png
new file mode 100644
index 0000000000..d6d3ea65b3
Binary files /dev/null and b/allez/assets/images/Football_SandroSchuh.png differ
diff --git a/allez/assets/images/club-logo_1.png b/allez/assets/images/club-logo_1.png
new file mode 100644
index 0000000000..655563b9a7
Binary files /dev/null and b/allez/assets/images/club-logo_1.png differ
diff --git a/allez/assets/images/club-logo_2.png b/allez/assets/images/club-logo_2.png
new file mode 100644
index 0000000000..37bea19a38
Binary files /dev/null and b/allez/assets/images/club-logo_2.png differ
diff --git a/allez/functions.php b/allez/functions.php
new file mode 100644
index 0000000000..7c056d09b4
--- /dev/null
+++ b/allez/functions.php
@@ -0,0 +1,61 @@
+get( 'Version' )
+ );
+
+ // Enqueue theme stylesheet.
+ wp_enqueue_style( 'allez-style' );
+
+ }
+
+endif;
+
+add_action( 'wp_enqueue_scripts', 'allez_styles' );
\ No newline at end of file
diff --git a/allez/parts/comments.html b/allez/parts/comments.html
new file mode 100644
index 0000000000..8f1430fdce
--- /dev/null
+++ b/allez/parts/comments.html
@@ -0,0 +1,45 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/allez/parts/footer.html b/allez/parts/footer.html
new file mode 100644
index 0000000000..4881063116
--- /dev/null
+++ b/allez/parts/footer.html
@@ -0,0 +1,14 @@
+
+
+
\ No newline at end of file
diff --git a/allez/parts/header-with-cover.html b/allez/parts/header-with-cover.html
new file mode 100644
index 0000000000..c085033436
--- /dev/null
+++ b/allez/parts/header-with-cover.html
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/allez/parts/header-with-sticky-post.html b/allez/parts/header-with-sticky-post.html
new file mode 100644
index 0000000000..c1094c4288
--- /dev/null
+++ b/allez/parts/header-with-sticky-post.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/allez/parts/header.html b/allez/parts/header.html
new file mode 100644
index 0000000000..5ff20d6bda
--- /dev/null
+++ b/allez/parts/header.html
@@ -0,0 +1,21 @@
+
+
+
\ No newline at end of file
diff --git a/allez/patterns/404.php b/allez/patterns/404.php
new file mode 100644
index 0000000000..526d21924b
--- /dev/null
+++ b/allez/patterns/404.php
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/allez/patterns/footer.php b/allez/patterns/footer.php
new file mode 100644
index 0000000000..a38aec5b66
--- /dev/null
+++ b/allez/patterns/footer.php
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+ WordPress';
+ echo sprintf(
+ esc_html__( 'Designed with %1$s', 'allez' ),
+ $wordpress_link
+ );
+ ?>
+
+
+
+
diff --git a/allez/patterns/front-page.php b/allez/patterns/front-page.php
new file mode 100644
index 0000000000..af0068f2b5
--- /dev/null
+++ b/allez/patterns/front-page.php
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Next matches
+
+
+
+
+
+
+
+
+
+
x
+
+
+
+
+
+
+
+
+
+
+
THIS IS US FC vs AC THEM
+
+
+
+
Sonnet Park — 12/01/2024Add to Cal
+
+
+
+
+
+
+
+
+
+
+
+
+
x
+
+
+
+
+
+
+
+
+
AC THEM vs THIS IS US FC
+
+
+
+
Hackney Marches Pitch III — 18/01/2024
+
+
+
+
+
+
+
+
+
+
+
x
+
+
+
+
+
+
+
+
+
+
+
THIS IS US FC vs AC THEM
+
+
+
+
Sonnet Park — 12/01/2024Add to Cal
+
+
+
+
+
+
+
+
+
Get to Know Us
+
+
+
+
+
Beyond the pitch, the Bards actively engage in community initiatives.
+
+
+
+
From 'Playwrights for Playgrounds' to 'Literacy Goals,' explore our commitment to making a positive impact.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/allez/patterns/header-with-cover.php b/allez/patterns/header-with-cover.php
new file mode 100644
index 0000000000..c0e680f11f
--- /dev/null
+++ b/allez/patterns/header-with-cover.php
@@ -0,0 +1,44 @@
+
+
+
+
+
diff --git a/allez/patterns/header-with-sticky-post.php b/allez/patterns/header-with-sticky-post.php
new file mode 100644
index 0000000000..ea657812d8
--- /dev/null
+++ b/allez/patterns/header-with-sticky-post.php
@@ -0,0 +1,53 @@
+
+
+
+
\ No newline at end of file
diff --git a/allez/patterns/header.php b/allez/patterns/header.php
new file mode 100644
index 0000000000..335da566fc
--- /dev/null
+++ b/allez/patterns/header.php
@@ -0,0 +1,22 @@
+
+
+
+
+
diff --git a/allez/patterns/index.php b/allez/patterns/index.php
new file mode 100644
index 0000000000..16744ec3ca
--- /dev/null
+++ b/allez/patterns/index.php
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Next matches
+
+
+
+
+
+
+
+
+
+
+
+
x
+
+
+
+
+
+
+
+
+
+
+
This is Us F.C Vs A.C. Them
+
+
+
+
Sonnet Park — 12/01/2024Add to Cal
+
+
+
+
+
+
+
+
+
+
+
+
+
x
+
+
+
+
+
+
+
+
+
+
+
A.C. Them Vs This is Us F.C
+
+
+
+
Hackney Marches Pitch III — 18/01/2024
+
+
+
+
+
+
+
+
+
+
+
+
+
x
+
+
+
+
+
+
+
+
+
+
+
This is Us F.C Vs A.C. Them
+
+
+
+
Sonnet Park — 12/01/2024Add to Cal
+
+
+
+
+
+
View all
+
+
+
+
+
+
+
Get to Know Us
+
+
+
+
Beyond the pitch, the Bards actively engage in community initiatives. From 'Playwrights for Playgrounds' to 'Literacy Goals,' explore our commitment to making a positive impact.
+
+
+
+
View all
+
+
+
+
+
+
\ No newline at end of file
diff --git a/allez/patterns/latest-post-heading.php b/allez/patterns/latest-post-heading.php
new file mode 100644
index 0000000000..032e9a6a24
--- /dev/null
+++ b/allez/patterns/latest-post-heading.php
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/allez/patterns/no-results-content.php b/allez/patterns/no-results-content.php
new file mode 100644
index 0000000000..c35a06c2a3
--- /dev/null
+++ b/allez/patterns/no-results-content.php
@@ -0,0 +1,13 @@
+
+
+
+
+
diff --git a/allez/patterns/post-author.php b/allez/patterns/post-author.php
new file mode 100644
index 0000000000..16c201720f
--- /dev/null
+++ b/allez/patterns/post-author.php
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
Published by
+
+
+
+
+
+
+
+
+
+
diff --git a/allez/patterns/post-list.php b/allez/patterns/post-list.php
new file mode 100644
index 0000000000..8267eee255
--- /dev/null
+++ b/allez/patterns/post-list.php
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/allez/patterns/search.php b/allez/patterns/search.php
new file mode 100644
index 0000000000..8c6dbf5db9
--- /dev/null
+++ b/allez/patterns/search.php
@@ -0,0 +1,11 @@
+
+
+
diff --git a/allez/readme.txt b/allez/readme.txt
new file mode 100644
index 0000000000..0ef0d39fe4
--- /dev/null
+++ b/allez/readme.txt
@@ -0,0 +1,86 @@
+=== Allez ===
+Contributors: the WordPress team
+Requires at least: 6.0
+Tested up to: 6.4.1
+Requires PHP: 5.7
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+
+== Description ==
+
+Allez is the perfect theme site for sports practitioners or fans who want to blog about their sport.
+
+== Changelog ==
+
+= 1.0.0 =
+* Initial release
+
+== Copyright ==
+
+Allez is based on AllezNeue (), (C) , [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
+
+AllezNeue is based on Tronar (https://wordpress.com/themes/tronar/), (C) Automattic, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
+
+Tronar is based on Annalee (https://wordpress.com/theme/annalee/), (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.
+
+This theme bundles the following third-party resources:
+
+Source Sans 3 Font
+© 2023 Adobe (http://www.adobe.com/), with Reserved Font Name ‘Source’
+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. This Font Software is distributed on an ‘AS IS’...
+License URL: http://scripts.sil.org/OFL
+Source: http://www.adobe.com/type
+-- End of Source Sans 3 Font credits --
+
+Included in theme screenshot:
+
+Stockport, United Kingdom. Original public domain image from Wikimedia Commons.
+CC0 Public Domain
+https://www.rawpixel.com/image/3283361/free-photo-image-backpack-bicycle
+
+Free window light image, public domain nature CC0 photo.
+CC0 Public Domain
+https://www.rawpixel.com/image/5912183/image-light-public-domain-leaves
+
+
+
+
+Rubik Font
+Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik)
+This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL
+License URL: https://scripts.sil.org/OFL
+Source: http://www.google.com/fonts
+-- End of Rubik Font credits --
+
+Figtree Font
+Copyright 2022 The Figtree Project Authors (https://github.com/erikdkennedy/figtree)
+This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL
+License URL: https://scripts.sil.org/OFL
+Source: https://erikdkennedy.com/
+-- End of Figtree Font credits --
+
+https://unsplash.com/photos/boy-playing-soccer-ball-pjPrYDw0Yv0
+https://unsplash.com/photos/a-close-up-of-a-white-line-on-a-soccer-field-drP4fVqRMS8
+https://unsplash.com/photos/silhouette-of-man-jumping-on-grass-field-during-sunset-catafo45XRA
+https://unsplash.com/photos/person-holding-gold-trophy-AmhdN68wjPc
+
+Zilla Slab Font
+Copyright 2017, The Mozilla Foundation
+
+Source: http://www.typotheque.com
+-- End of Zilla Slab Font credits --
+
+Secuela Font
+Copyright (c) 2018 by deFharo. All rights reserved.
+Copyright (c) 2018, Fernando Haro (fernando@defharo.es),
+-- End of Secuela Font credits --
diff --git a/allez/screenshot.png b/allez/screenshot.png
new file mode 100644
index 0000000000..b34a0ecc8a
Binary files /dev/null and b/allez/screenshot.png differ
diff --git a/allez/style.css b/allez/style.css
new file mode 100644
index 0000000000..510a354e79
--- /dev/null
+++ b/allez/style.css
@@ -0,0 +1,65 @@
+/*
+Theme Name: Allez
+Theme URI: https://github.com/wordpress/allez/
+Author: the WordPress team
+Author URI: https://wordpress.org/themes/
+Description: Allez is the perfect theme site for sports practitioners or fans who want to blog about their sport.
+Requires at least: 6.0
+Tested up to: 6.4.1
+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: allez
+Tags: entertainment, holiday, two-columns, three-columns, accessibility-ready, block-patterns, block-styles, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, footer-widgets, full-site-editing, post-formats, rtl-language-support, sticky-post, style-variations, template-editing, threaded-comments, translation-ready, allez, dai, avanti, vamos, sports, sport-site, fans, practitioners, blog, blogging, match, games, reviews
+*/
+
+/*
+ * 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--primary);
+ border-color: var(--wp--preset--color--primary);
+ color: var(--wp--preset--color--base);
+}
+
+/*
+ * Link styles
+ * https://github.com/WordPress/gutenberg/issues/42319
+ */
+a {
+ text-decoration-thickness: 0.5px !important;
+ text-underline-offset: 2px;
+}
+
+/*
+ * Navigation Block
+ * Reset the padding from List block
+ * https://github.com/WordPress/gutenberg/issues/50486
+ */
+.wp-block-navigation ul {
+ padding: unset;
+}
+
+/*
+ * Pull quote Block
+ * Reset the browser default margins for blockquote and paragraph element
+ * https://github.com/WordPress/gutenberg/issues/44129
+ */
+.wp-block-pullquote blockquote,
+.wp-block-pullquote p {
+ margin: 0;
+}
+
+/*
+ * Form field styles
+ * https://github.com/WordPress/gutenberg/issues/42319
+ */
+input:not([type="submit"]):not([type="checkbox"]),
+textarea,
+.wp-block-post-comments-form input:not([type=submit]),
+.wp-block-post-comments-form textarea {
+ border-color: var(--wp--preset--color--secondary);
+}
\ No newline at end of file
diff --git a/allez/styles/campari.json b/allez/styles/campari.json
new file mode 100644
index 0000000000..a0edd84a8b
--- /dev/null
+++ b/allez/styles/campari.json
@@ -0,0 +1,130 @@
+{
+ "settings": {
+ "color": {
+ "palette": [
+ {
+ "color": "#ffffff",
+ "name": "Base",
+ "slug": "base"
+ },
+ {
+ "color": "#4e0e0e",
+ "name": "Contrast",
+ "slug": "contrast"
+ },
+ {
+ "color": "#ff4f62",
+ "name": "Primary",
+ "slug": "primary"
+ },
+ {
+ "color": "#0807070a",
+ "name": "Secondary",
+ "slug": "secondary"
+ },
+ {
+ "color": "#070606",
+ "name": "070606",
+ "slug": "custom-070606"
+ }
+ ]
+ }
+ },
+ "styles": {
+ "blocks": {
+ "core/cover": {
+ "filter": {
+ "duotone": "var(--wp--preset--duotone--duotone-2)"
+ },
+ "spacing": {
+ "padding": {
+ "bottom": "0",
+ "left": "var(--wp--preset--spacing--50)",
+ "right": "var(--wp--preset--spacing--50)",
+ "top": "0"
+ }
+ }
+ },
+ "core/navigation": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--rubik)"
+ }
+ },
+ "core/read-more": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
+ "textTransform": "uppercase"
+ }
+ },
+ "core/site-logo": {
+ "filter": {
+ "duotone": "var(--wp--preset--duotone--duotone-2)"
+ }
+ },
+ "core/site-title": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--rubik)"
+ }
+ }
+ },
+ "elements": {
+ "h1": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
+ "fontStyle": "normal",
+ "fontWeight": "600"
+ }
+ },
+ "h2": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
+ "fontStyle": "normal",
+ "fontWeight": "600"
+ }
+ },
+ "h3": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
+ "fontStyle": "normal",
+ "fontWeight": "600"
+ }
+ },
+ "h4": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
+ "fontStyle": "normal",
+ "fontWeight": "600"
+ }
+ },
+ "h5": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
+ "fontStyle": "normal",
+ "fontWeight": "600"
+ }
+ },
+ "h6": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
+ "fontStyle": "normal",
+ "fontWeight": "600"
+ }
+ },
+ "heading": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
+ "fontStyle": "normal",
+ "fontWeight": "600"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--zilla-slab)",
+ "fontStyle": "normal",
+ "fontWeight": "400"
+ }
+ },
+ "title": "Campari",
+ "version": 2,
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
+}
\ No newline at end of file
diff --git a/allez/styles/greek-blue.json b/allez/styles/greek-blue.json
new file mode 100644
index 0000000000..c83f41c7a4
--- /dev/null
+++ b/allez/styles/greek-blue.json
@@ -0,0 +1,109 @@
+{
+ "settings": {
+ "color": {
+ "palette": [
+ {
+ "color": "#ffffff",
+ "name": "Base",
+ "slug": "base"
+ },
+ {
+ "color": "#2929b7",
+ "name": "Contrast",
+ "slug": "contrast"
+ },
+ {
+ "color": "#4fa7ff",
+ "name": "Primary",
+ "slug": "primary"
+ },
+ {
+ "color": "#0807070a",
+ "name": "Secondary",
+ "slug": "secondary"
+ },
+ {
+ "color": "#070606",
+ "name": "070606",
+ "slug": "custom-070606"
+ }
+ ]
+ }
+ },
+ "styles": {
+ "blocks": {
+ "core/avatar": {
+ "filter": {
+ "duotone": "var(--wp--preset--duotone--grayscale)"
+ }
+ },
+ "core/comment-author-name": {
+ "color": {
+ "text": "var(--wp--preset--color--custom-070606)"
+ },
+ "elements": {
+ "link": {
+ "color": {
+ "text": "var(--wp--preset--color--custom-070606)"
+ }
+ }
+ }
+ },
+ "core/cover": {
+ "filter": {
+ "duotone": "var(--wp--preset--duotone--duotone-3)"
+ }
+ },
+ "core/site-logo": {
+ "filter": {
+ "duotone": "var(--wp--preset--duotone--duotone-3)"
+ }
+ }
+ },
+ "elements": {
+ "h1": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--secuela)"
+ }
+ },
+ "h2": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--secuela)"
+ }
+ },
+ "h3": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--secuela)"
+ }
+ },
+ "h4": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--secuela)"
+ }
+ },
+ "h5": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--secuela)"
+ }
+ },
+ "h6": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--secuela)"
+ }
+ },
+ "heading": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--secuela)"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--figtree)",
+ "fontStyle": "normal",
+ "fontWeight": "400"
+ }
+ },
+ "title": "Greek Blue",
+ "version": 2,
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
+}
\ No newline at end of file
diff --git a/allez/templates/404.html b/allez/templates/404.html
new file mode 100644
index 0000000000..84e0ae5579
--- /dev/null
+++ b/allez/templates/404.html
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/allez/templates/archive.html b/allez/templates/archive.html
new file mode 100644
index 0000000000..7e08fe6c9d
--- /dev/null
+++ b/allez/templates/archive.html
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/allez/templates/front-page.html b/allez/templates/front-page.html
new file mode 100644
index 0000000000..d29b75aa44
--- /dev/null
+++ b/allez/templates/front-page.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/allez/templates/home.html b/allez/templates/home.html
new file mode 100644
index 0000000000..659651a1d9
--- /dev/null
+++ b/allez/templates/home.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/allez/templates/index.html b/allez/templates/index.html
new file mode 100644
index 0000000000..01518edad2
--- /dev/null
+++ b/allez/templates/index.html
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/allez/templates/page.html b/allez/templates/page.html
new file mode 100644
index 0000000000..030e8dbeec
--- /dev/null
+++ b/allez/templates/page.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/allez/templates/search.html b/allez/templates/search.html
new file mode 100644
index 0000000000..5c3b918ff3
--- /dev/null
+++ b/allez/templates/search.html
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/allez/templates/single.html b/allez/templates/single.html
new file mode 100644
index 0000000000..fbcc1ba27e
--- /dev/null
+++ b/allez/templates/single.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/allez/theme.json b/allez/theme.json
new file mode 100644
index 0000000000..76509573ea
--- /dev/null
+++ b/allez/theme.json
@@ -0,0 +1,1396 @@
+{
+ "settings": {
+ "appearanceTools": true,
+ "color": {
+ "background": true,
+ "custom": true,
+ "customDuotone": true,
+ "customGradient": true,
+ "defaultDuotone": true,
+ "defaultGradients": false,
+ "defaultPalette": false,
+ "duotone": [
+ {
+ "colors": [
+ "#086030",
+ "#52A826"
+ ],
+ "name": "Green",
+ "slug": "duotone-1"
+ },
+ {
+ "colors": [
+ "#4E0E0E",
+ "#FF4F62"
+ ],
+ "name": "Red",
+ "slug": "duotone-2"
+ },
+ {
+ "colors": [
+ "#2929B7",
+ "#4FA7FF"
+ ],
+ "name": "Blue",
+ "slug": "duotone-3"
+ }
+ ],
+ "gradients": [],
+ "palette": [
+ {
+ "color": "#ffffff",
+ "name": "Base",
+ "slug": "base"
+ },
+ {
+ "color": "#086030",
+ "name": "Contrast",
+ "slug": "contrast"
+ },
+ {
+ "color": "#52a826",
+ "name": "Primary",
+ "slug": "primary"
+ },
+ {
+ "color": "#0807070a",
+ "name": "Secondary",
+ "slug": "secondary"
+ },
+ {
+ "color": "#070606",
+ "name": "070606",
+ "slug": "custom-070606"
+ }
+ ],
+ "text": true
+ },
+ "layout": {
+ "contentSize": "800px",
+ "wideSize": "1200px"
+ },
+ "shadow": {
+ "defaultPresets": true,
+ "presets": []
+ },
+ "spacing": {
+ "customSpacingSize": true,
+ "spacingScale": {
+ "steps": 0
+ },
+ "spacingSizes": [
+ {
+ "name": "1",
+ "size": "0.25rem",
+ "slug": "30"
+ },
+ {
+ "name": "2",
+ "size": "0.5rem",
+ "slug": "40"
+ },
+ {
+ "name": "3",
+ "size": "min(2rem, 5vw)",
+ "slug": "50"
+ },
+ {
+ "name": "4",
+ "size": "min(4rem, 10vw)",
+ "slug": "60"
+ },
+ {
+ "name": "5",
+ "size": "min(6rem, 15vw)",
+ "slug": "70"
+ },
+ {
+ "name": "6",
+ "size": "min(8rem, 20vw)",
+ "slug": "80"
+ }
+ ],
+ "units": [
+ "%",
+ "px",
+ "em",
+ "rem",
+ "vh",
+ "vw"
+ ]
+ },
+ "typography": {
+ "customFontSize": true,
+ "dropCap": true,
+ "fluid": true,
+ "fontFamilies": [
+ {
+ "fontFace": [
+ {
+ "fontFamily": "Zilla Slab",
+ "fontStyle": "normal",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/zilla-slab_normal_400.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Zilla Slab",
+ "fontStyle": "italic",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/zilla-slab_italic_400.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Zilla Slab",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "src": [
+ "file:./assets/fonts/zilla-slab_normal_700.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Zilla Slab",
+ "fontStyle": "italic",
+ "fontWeight": "700",
+ "src": [
+ "file:./assets/fonts/zilla-slab_italic_700.ttf"
+ ]
+ }
+ ],
+ "fontFamily": "Zilla Slab",
+ "slug": "zilla-slab"
+ },
+ {
+ "fontFace": [
+ {
+ "fontFamily": "Secuela",
+ "fontStyle": "normal",
+ "fontWeight": "800",
+ "src": [
+ "file:./assets/fonts/secuela_normal_800.otf"
+ ]
+ },
+ {
+ "fontFamily": "Secuela",
+ "fontStyle": "italic",
+ "fontWeight": "800",
+ "src": [
+ "file:./assets/fonts/secuela_italic_800.otf"
+ ]
+ }
+ ],
+ "fontFamily": "Secuela",
+ "slug": "secuela"
+ },
+ {
+ "fontFace": [
+ {
+ "fontFamily": "Figtree",
+ "fontStyle": "normal",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/figtree_normal_400.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Figtree",
+ "fontStyle": "italic",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/figtree_italic_400.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Figtree",
+ "fontStyle": "normal",
+ "fontWeight": "600",
+ "src": [
+ "file:./assets/fonts/figtree_normal_600.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Figtree",
+ "fontStyle": "italic",
+ "fontWeight": "600",
+ "src": [
+ "file:./assets/fonts/figtree_italic_600.ttf"
+ ]
+ }
+ ],
+ "fontFamily": "Figtree",
+ "slug": "figtree"
+ },
+ {
+ "fontFace": [
+ {
+ "fontFamily": "Rubik",
+ "fontStyle": "italic",
+ "fontWeight": "700",
+ "src": [
+ "file:./assets/fonts/rubik_italic_700.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Rubik",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "src": [
+ "file:./assets/fonts/rubik_normal_700.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Rubik",
+ "fontStyle": "italic",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/rubik_italic_400.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Rubik",
+ "fontStyle": "normal",
+ "fontWeight": "400",
+ "src": [
+ "file:./assets/fonts/rubik_normal_400.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Rubik",
+ "fontStyle": "normal",
+ "fontWeight": "600",
+ "src": [
+ "file:./assets/fonts/rubik_normal_600.ttf"
+ ]
+ },
+ {
+ "fontFamily": "Rubik",
+ "fontStyle": "italic",
+ "fontWeight": "600",
+ "src": [
+ "file:./assets/fonts/rubik_italic_600.ttf"
+ ]
+ }
+ ],
+ "fontFamily": "Rubik",
+ "slug": "rubik"
+ }
+ ],
+ "fontSizes": [
+ {
+ "fluid": {
+ "max": "0.88rem",
+ "min": "0.704rem"
+ },
+ "name": "Extra Small",
+ "size": "0.88rem",
+ "slug": "x-small"
+ },
+ {
+ "fluid": {
+ "max": "1.1rem",
+ "min": "0.88rem"
+ },
+ "name": "Small",
+ "size": "1.1rem",
+ "slug": "small"
+ },
+ {
+ "fluid": {
+ "max": "1.375rem",
+ "min": "1.1rem"
+ },
+ "name": "Medium",
+ "size": "1.375rem",
+ "slug": "medium"
+ },
+ {
+ "fluid": {
+ "max": "1.719rem",
+ "min": "1.375rem"
+ },
+ "name": "Large",
+ "size": "1.719rem",
+ "slug": "large"
+ },
+ {
+ "fluid": {
+ "max": "2.148rem",
+ "min": "1.719rem"
+ },
+ "name": "Extra Large",
+ "size": "2.148rem",
+ "slug": "x-large"
+ },
+ {
+ "fluid": {
+ "max": "2.686rem",
+ "min": "2.148rem"
+ },
+ "name": "Double Extra Large",
+ "size": "2.686rem",
+ "slug": "xx-large"
+ },
+ {
+ "fluid": {
+ "max": "3.357rem",
+ "min": "2.686rem"
+ },
+ "name": "Triple Extra Large",
+ "size": "3.357rem",
+ "slug": "xxx-large"
+ }
+ ],
+ "fontStyle": true,
+ "fontWeight": true,
+ "letterSpacing": true,
+ "textDecoration": true,
+ "textTransform": true
+ },
+ "useRootPaddingAwareAlignments": true
+ },
+ "styles": {
+ "blocks": {
+ "core/archives": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ }
+ },
+ "core/avatar": {
+ "border": {
+ "radius": "999px"
+ },
+ "filter": {
+ "duotone": "var(--wp--preset--duotone--duotone-1)"
+ }
+ },
+ "core/button": {
+ "border": {
+ "radius": "4px"
+ },
+ "variations": {
+ "outline": {
+ "spacing": {
+ "padding": {
+ "bottom": "0.84375rem",
+ "left": "1.75rem",
+ "right": "1.75rem",
+ "top": "0.84375rem"
+ }
+ }
+ }
+ }
+ },
+ "core/buttons": {
+ "spacing": {
+ "blockGap": "var(--wp--preset--spacing--40)"
+ }
+ },
+ "core/calendar": {
+ "css": ".wp-block-calendar table:where(:not(.has-text-color)) {color: var(--wp--preset--color--contrast);} &.wp-block-calendar table:where(:not(.has-text-color)) td {border-color: var(--wp--preset--color--contrast);} &.wp-block-calendar table:where(:not(.has-text-color)) th {border-color: var(--wp--preset--color--contrast);} & :where(.wp-block-calendar table:not(.has-background) th) {background-color: var(--wp--preset--color--contrast);color: var(--wp--preset--color--base);}"
+ },
+ "core/categories": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ }
+ },
+ "core/code": {
+ "border": {
+ "color": "var(--wp--preset--color--contrast)",
+ "radius": "0",
+ "style": "solid",
+ "width": "1px"
+ },
+ "spacing": {
+ "padding": {
+ "bottom": "var(--wp--preset--spacing--40)",
+ "left": "var(--wp--preset--spacing--40)",
+ "right": "var(--wp--preset--spacing--40)",
+ "top": "var(--wp--preset--spacing--40)"
+ }
+ },
+ "typography": {
+ "fontFamily": "monospace",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/comment-author-name": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ },
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "fontSize": "1.1rem",
+ "fontStyle": "normal",
+ "fontWeight": "500",
+ "letterSpacing": "normal",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/comment-content": {
+ "css": "& p{margin:0;}& p+p{margin-top:1.75rem;}",
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "letterSpacing": "normal",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/comment-date": {
+ "color": {
+ "text": "var(--wp--preset--color--custom-070606)"
+ },
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--custom-070606)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "fontSize": "0.8rem",
+ "fontStyle": "normal",
+ "fontWeight": "500",
+ "letterSpacing": "normal",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/comment-edit-link": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--custom-070606)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "fontSize": "0.8rem",
+ "fontStyle": "normal",
+ "fontWeight": "500",
+ "letterSpacing": "normal",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/comment-reply-link": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "border": {
+ "color": "var(--wp--preset--color--primary)"
+ },
+ "color": {
+ "background": "var(--wp--preset--color--primary)",
+ "text": "var(--wp--preset--color--primary)"
+ }
+ },
+ "border": {
+ "color": "var(--wp--preset--color--contrast)",
+ "radius": "0",
+ "style": "solid",
+ "width": "1.5px"
+ },
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "spacing": {
+ "padding": {
+ "bottom": "0 0.5rem",
+ "left": "0 0.5rem",
+ "right": "0 0.5rem",
+ "top": "0 0.5rem"
+ }
+ },
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--x-small)",
+ "letterSpacing": "0.04em",
+ "textDecoration": "none",
+ "textTransform": "uppercase"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "fontSize": "var(--wp--preset--font-size--x-small)",
+ "fontWeight": "500",
+ "letterSpacing": "normal",
+ "lineHeight": "1"
+ }
+ },
+ "core/comments-pagination": {
+ "color": {
+ "text": "var(--wp--preset--color--custom-070606)"
+ },
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--custom-070606)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "letterSpacing": "normal",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/comments-title": {
+ "spacing": {
+ "margin": {
+ "bottom": "0"
+ }
+ }
+ },
+ "core/cover": {
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "elements": {
+ "link": {
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ }
+ }
+ },
+ "filter": {
+ "duotone": "var(--wp--preset--duotone--duotone-1)"
+ },
+ "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)"
+ }
+ }
+ },
+ "core/details": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--medium)",
+ "fontStyle": "normal",
+ "fontWeight": "500"
+ }
+ },
+ "core/footnotes": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ }
+ },
+ "core/heading": {
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "elements": {
+ "link": {
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ }
+ }
+ }
+ },
+ "core/image": {
+ "css": " .wp-element-caption{text-align:center;}"
+ },
+ "core/latest-comments": {
+ "css": " .wp-block-latest-comments__comment-author{font-size: inherit;} & .wp-block-latest-comments__comment-date{font-size: inherit;} & .wp-block-latest-comments__comment-excerpt p{font-size: inherit;} & .wp-block-latest-comments__comment-excerpt p{margin:0 0 var(--wp--style--block-gap)} &:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:inherit;}",
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "spacing": {
+ "padding": {
+ "left": "0px"
+ }
+ }
+ },
+ "core/latest-posts": {
+ "css": " .wp-block-latest-posts__post-author{font-size: inherit;} & .wp-block-latest-posts__post-date{font-size: inherit;} & .wp-block-latest-posts__post-excerpt{margin:0 0 var(--wp--style--block-gap)}",
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ }
+ },
+ "core/list": {
+ "spacing": {
+ "padding": {
+ "left": "var(--wp--preset--spacing--40)"
+ }
+ }
+ },
+ "core/navigation": {
+ "css": ".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {border-color: var(--wp--preset--color--contrast);}",
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "spacing": {
+ "blockGap": "var(--wp--preset--spacing--50)"
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/page-list": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ }
+ },
+ "core/paragraph": {
+ "typography": {
+ "lineHeight": "calc(1em + 0.625rem)"
+ }
+ },
+ "core/post-author": {
+ "css": ".wp-block-post-author .wp-block-post-author__byline{font-size:inherit;}&.wp-block-post-author .wp-block-post-author__name a{text-decoration:none;}&.wp-block-post-author .wp-block-post-author__bio{font-size:inherit;margin:0;}& .wp-block-post-author__avatar img{border-radius: 999px;margin-top:4px;vertical-align:middle;}",
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/post-author-biography": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "letterSpacing": "normal",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/post-author-name": {
+ "color": {
+ "text": "var(--wp--preset--color--custom-070606)"
+ },
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--custom-070606)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "fontSize": "1rem",
+ "fontStyle": "normal",
+ "fontWeight": "500",
+ "letterSpacing": "normal",
+ "lineHeight": "1.48"
+ }
+ },
+ "core/post-comments-count": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "letterSpacing": "normal",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/post-comments-form": {
+ "css": ".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]){line-height: inherit;}&.wp-block-post-comments-form .comment-form textarea{line-height: inherit;}&.wp-block-post-comments-form .form-submit {margin-bottom: 0;}&.wp-block-post-comments-form .comment-form > *:not(.comment-form-cookies-consent,.comment-subscription-form){margin-top:var(--wp--preset--spacing--50);margin-bottom:0;}}",
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/post-comments-link": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "letterSpacing": "normal",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/post-date": {
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--open-runde)",
+ "fontSize": "0.8rem",
+ "fontStyle": "normal",
+ "fontWeight": "500",
+ "letterSpacing": "0.02rem",
+ "lineHeight": "1.5"
+ }
+ },
+ "core/post-excerpt": {
+ "color": {
+ "text": "var(--wp--preset--color--custom-070606)"
+ },
+ "css": ".wp-block-post-excerpt .wp-block-post-excerpt__excerpt{line-height: inherit;}",
+ "elements": {
+ "link": {
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ }
+ }
+ }
+ },
+ "core/post-featured-image": {
+ "border": {
+ "radius": "2px"
+ }
+ },
+ "core/post-navigation-link": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "fontSize": "var(--wp--preset--font-size--large)",
+ "letterSpacing": "normal"
+ }
+ },
+ "core/post-terms": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "fontSize": "1rem",
+ "letterSpacing": "normal",
+ "lineHeight": "1.5"
+ }
+ },
+ "core/post-time-to-read": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "letterSpacing": "normal",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/post-title": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontSize": "2.6rem",
+ "fontStyle": "normal",
+ "lineHeight": "1.1"
+ }
+ },
+ "core/pullquote": {
+ "border": {
+ "color": "var(--wp--preset--color--contrast)",
+ "style": "solid",
+ "width": "4px 0"
+ },
+ "css": ".wp-block-pullquote cite {display:block;margin-top: var(--wp--preset--spacing--50)}",
+ "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--medium)",
+ "fontStyle": "italic"
+ }
+ },
+ "core/query-pagination": {
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "css": "",
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)",
+ "fontSize": "var(--wp--preset--font-size--large)",
+ "letterSpacing": "normal",
+ "lineHeight": "1.5"
+ }
+ },
+ "core/query-pagination-numbers": {
+ "css": "",
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--large)",
+ "lineHeight": "1.5"
+ }
+ },
+ "core/query-title": {
+ "typography": {
+ "fontSize": "2.6rem",
+ "lineHeight": "1.023827252"
+ }
+ },
+ "core/quote": {
+ "border": {
+ "color": "var(--wp--preset--color--contrast)",
+ "style": "solid",
+ "width": "0 0 0 4px"
+ },
+ "spacing": {
+ "padding": {
+ "left": "var(--wp--preset--spacing--50)"
+ }
+ },
+ "typography": {
+ "fontStyle": "italic"
+ },
+ "variations": {
+ "plain": {
+ "border": {
+ "width": "0"
+ },
+ "spacing": {
+ "padding": {
+ "left": "0"
+ }
+ },
+ "typography": {
+ "fontStyle": "normal"
+ }
+ }
+ }
+ },
+ "core/read-more": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ },
+ "elements": {
+ "link": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ }
+ }
+ },
+ "typography": {
+ "fontSize": "0.8rem",
+ "fontStyle": "normal",
+ "fontWeight": "500",
+ "letterSpacing": "0.02rem",
+ "lineHeight": "1.5"
+ }
+ },
+ "core/rss": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ }
+ },
+ "core/search": {
+ "border": {
+ "bottom": {
+ "color": "var(--wp--preset--color--primary)",
+ "style": "solid",
+ "width": "1px"
+ },
+ "left": {
+ "color": "var(--wp--preset--color--primary)",
+ "style": "solid",
+ "width": "1px"
+ },
+ "right": {
+ "color": "var(--wp--preset--color--primary)",
+ "style": "solid",
+ "width": "1px"
+ },
+ "top": {
+ "color": "var(--wp--preset--color--primary)",
+ "style": "solid",
+ "width": "1px"
+ }
+ },
+ "css": "& :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-element-button.has-icon {padding:0.75rem} ",
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "lineHeight": "1"
+ }
+ },
+ "core/separator": {
+ "border": {
+ "color": "currentColor",
+ "style": "solid",
+ "width": "0 0 1px 0"
+ },
+ "color": {
+ "text": "var(--wp--preset--color--secondary)"
+ }
+ },
+ "core/site-logo": {
+ "filter": {
+ "duotone": "var(--wp--preset--duotone--duotone-1)"
+ }
+ },
+ "core/site-tagline": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "core/site-title": {
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "elements": {
+ "link": {
+ ":hover": {
+ "color": {
+ "text": "inherit"
+ },
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "fontWeight": "600",
+ "letterSpacing": "normal",
+ "lineHeight": "1"
+ }
+ },
+ "core/social-links": {
+ "spacing": {
+ "blockGap": {
+ "left": "var(--wp--preset--spacing--40)",
+ "top": "var(--wp--preset--spacing--40)"
+ }
+ }
+ },
+ "core/table": {
+ "css": " thead{border-bottom-width: 1px;} & tfoot{border-top-width: 1px;} & + .wp-element-caption{text-align:center;}"
+ },
+ "core/table-of-contents": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ }
+ },
+ "core/tag-cloud": {
+ "css": ".wp-block-tag-cloud.is-style-outline{font-size:var(--wp--preset--font-size--small)}&.wp-block-tag-cloud.is-style-outline a {border-radius: 999px;padding: 0 1rem;}&.wp-block-tag-cloud.is-style-outline a:hover {color: var(--wp--preset--color--base);background-color: var(--wp--preset--color--primary);}",
+ "elements": {
+ "link": {
+ ":hover": {
+ "typography": {
+ "textDecoration": "underline"
+ }
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--source-sans-3)",
+ "letterSpacing": "normal"
+ }
+ },
+ "core/term-description": {
+ "css": ".wp-block-term-description p+p{margin-top:var(--wp--preset--spacing--50)}",
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "lineHeight": "1.590909091"
+ }
+ }
+ },
+ "color": {
+ "background": "var(--wp--preset--color--base)",
+ "text": "var(--wp--preset--color--custom-070606)"
+ },
+ "elements": {
+ "button": {
+ ":active": {
+ "color": {
+ "background": "var(--wp--preset--color--contrast)"
+ }
+ },
+ ":focus": {
+ "color": {
+ "background": "var(--wp--preset--color--contrast)"
+ }
+ },
+ ":hover": {
+ "color": {
+ "background": "var(--wp--preset--color--contrast)"
+ }
+ },
+ "border": {
+ "radius": "0"
+ },
+ "color": {
+ "background": "var(--wp--preset--color--primary)",
+ "text": "var(--wp--preset--color--base)"
+ },
+ "spacing": {
+ "padding": {
+ "bottom": "0.96875rem",
+ "left": "1.875rem",
+ "right": "1.875rem",
+ "top": "0.96875rem"
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)",
+ "fontSize": "1rem",
+ "fontWeight": "600",
+ "letterSpacing": "0.04em",
+ "lineHeight": "1",
+ "textTransform": "uppercase"
+ }
+ },
+ "caption": {
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "spacing": {
+ "margin": {
+ "bottom": "var(--wp--preset--spacing--50)",
+ "top": "var(--wp--preset--spacing--30)"
+ },
+ "padding": {
+ "left": "var(--wp--preset--spacing--50)",
+ "right": "var(--wp--preset--spacing--50)"
+ }
+ },
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "h1": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--figtree)",
+ "fontSize": "var(--wp--preset--font-size--xx-large)",
+ "letterSpacing": "0.02rem",
+ "lineHeight": "1.023827252"
+ }
+ },
+ "h2": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--figtree)",
+ "fontSize": "var(--wp--preset--font-size--x-large)",
+ "letterSpacing": "0.01rem",
+ "lineHeight": "1.163873371"
+ }
+ },
+ "h3": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--figtree)",
+ "fontSize": "var(--wp--preset--font-size--x-large)",
+ "letterSpacing": "0.01rem",
+ "lineHeight": "1.308900524"
+ }
+ },
+ "h4": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--figtree)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "lineHeight": "1.454545455"
+ }
+ },
+ "h5": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--figtree)",
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "lineHeight": "1.590909091"
+ }
+ },
+ "h6": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--figtree)",
+ "fontSize": "var(--wp--preset--font-size--x-small)",
+ "lineHeight": "1.714285714"
+ }
+ },
+ "heading": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--figtree)",
+ "fontWeight": "600"
+ }
+ },
+ "link": {
+ ":hover": {
+ "color": {
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ },
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ }
+ }
+ },
+ "spacing": {
+ "blockGap": "1.5rem",
+ "padding": {
+ "bottom": "0",
+ "left": "var(--wp--preset--spacing--50)",
+ "right": "var(--wp--preset--spacing--50)",
+ "top": "0"
+ }
+ },
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
+ "fontSize": "1.2rem",
+ "fontStyle": "normal",
+ "fontWeight": "300",
+ "letterSpacing": "-0.011em",
+ "lineHeight": "1.5"
+ }
+ },
+ "templateParts": [
+ {
+ "area": "uncategorized",
+ "name": "comments",
+ "title": "Comments"
+ },
+ {
+ "area": "header",
+ "name": "header",
+ "title": "Header"
+ },
+ {
+ "area": "header",
+ "name": "header-with-sticky-post",
+ "title": "Header with Sticky Post"
+ },
+ {
+ "area": "header",
+ "name": "header-with-cover",
+ "title": "Header with Cover"
+ },
+ {
+ "area": "footer",
+ "name": "footer",
+ "title": "Footer"
+ }
+ ],
+ "version": 2,
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
+}
\ No newline at end of file