Procházet zdrojové kódy

Add theme: Programme by @henriqueiamarino (#7408)

* Add theme: Programme by @henriqueiamarino

Programme is a blog theme that reverences the legendary designer Massimo Vignelli
and his playbills for the Piccolo Teatro in Milan. This design is suitable for
programs, calendars, and announcements.

* Add missing translator text

* Avoid hardcoded urls in tamplates

Replaces hardcoded url on header for a link to Home.

* Add big header pattern

* Remove theme attribute from templates

* Add search pattern
Vicente Canales před 1 rokem
rodič
revize
4637cefbdc

binární
programme/assets/fonts/evolventa_normal_700.woff


binární
programme/assets/fonts/inter_normal_400.ttf


binární
programme/assets/fonts/inter_normal_600.ttf


binární
programme/assets/fonts/inter_normal_700.ttf


binární
programme/assets/fonts/libre-baskerville_italic_400.ttf


binární
programme/assets/fonts/libre-baskerville_normal_400.ttf


+ 60 - 0
programme/functions.php

@@ -0,0 +1,60 @@
+<?php
+/**
+ * Programme functions and definitions
+ *
+ * @link https://developer.wordpress.org/themes/basics/theme-functions/
+ *
+ * @package Programme
+ * @since Programme 1.0
+ */
+
+
+if ( ! function_exists( 'programme_support' ) ) :
+
+	/**
+	 * Sets up theme defaults and registers support for various WordPress features.
+	 *
+	 * @since Programme 1.0
+	 *
+	 * @return void
+	 */
+	function programme_support() {
+
+		// Enqueue editor styles.
+		add_editor_style( 'style.css' );
+
+		// Make theme available for translation.
+		load_theme_textdomain( 'programme' );
+	}
+
+endif;
+
+add_action( 'after_setup_theme', 'programme_support' );
+
+if ( ! function_exists( 'programme_styles' ) ) :
+
+	/**
+	 * Enqueue styles.
+	 *
+	 * @since Programme 1.0
+	 *
+	 * @return void
+	 */
+	function programme_styles() {
+
+		// Register theme stylesheet.
+		wp_register_style(
+			'programme-style',
+			get_stylesheet_directory_uri() . '/style.css',
+			array(),
+			wp_get_theme()->get( 'Version' )
+		);
+
+		// Enqueue theme stylesheet.
+		wp_enqueue_style( 'programme-style' );
+
+	}
+
+endif;
+
+add_action( 'wp_enqueue_scripts', 'programme_styles' );

+ 35 - 0
programme/parts/footer-minimal.html

@@ -0,0 +1,35 @@
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"2.8rem","bottom":"2.8rem"}}},"layout":{"type":"default"}} -->
+<div class="wp-block-group" style="padding-top:2.8rem;padding-bottom:2.8rem"><!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"10px","left":"10px"}}}} -->
+<div class="wp-block-columns alignwide"><!-- wp:column -->
+<div class="wp-block-column"><!-- wp:paragraph {"align":"left","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0rem"}},"textColor":"secondary","fontSize":"medium"} -->
+<p class="has-text-align-left has-secondary-color has-text-color has-medium-font-size" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">Canyon Fort Str, 6 — Mainland · Tickets: 00 0000-0000 </p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column -->
+<div class="wp-block-column"><!-- wp:group {"align":"wide","style":{"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"textColor":"secondary","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
+<div class="wp-block-group alignwide has-secondary-color has-text-color has-link-color"><!-- wp:group {"style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group"><!-- wp:paragraph {"align":"left","style":{"typography":{"textTransform":"none"},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"textColor":"secondary","fontSize":"medium"} -->
+<p class="has-text-align-left has-secondary-color has-text-color has-link-color has-medium-font-size" style="text-transform:none"><a href="https://tumblr.com">Tumblr</a></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph {"align":"left","style":{"typography":{"textTransform":"none"},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"textColor":"secondary","fontSize":"medium"} -->
+<p class="has-text-align-left has-secondary-color has-text-color has-link-color has-medium-font-size" style="text-transform:none"><a href="https://instagram.com">Instagram</a></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph {"align":"left","style":{"typography":{"textTransform":"none"},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"textColor":"secondary","fontSize":"medium"} -->
+<p class="has-text-align-left has-secondary-color has-text-color has-link-color has-medium-font-size" style="text-transform:none"><a href="https://linkedin.com">Linkedin</a></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group -->
+
+<!-- wp:paragraph {"align":"left","style":{"typography":{"textTransform":"none"},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"textColor":"secondary","fontSize":"medium"} -->
+<p class="has-text-align-left has-secondary-color has-text-color has-link-color has-medium-font-size" style="text-transform:none">Designed with <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-background-color"><a href="https://wordpress.org">WordPress</a></mark></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->

+ 35 - 0
programme/parts/footer.html

@@ -0,0 +1,35 @@
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"2.8rem","bottom":"2.8rem"},"margin":{"top":"8.4rem"}}},"backgroundColor":"primary","textColor":"background","layout":{"type":"default"}} -->
+<div class="wp-block-group has-background-color has-primary-background-color has-text-color has-background" style="margin-top:8.4rem;padding-top:2.8rem;padding-bottom:2.8rem"><!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"10px","left":"10px"}}}} -->
+<div class="wp-block-columns alignwide"><!-- wp:column -->
+<div class="wp-block-column"><!-- wp:paragraph {"align":"left","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0rem"}},"textColor":"background","fontSize":"medium"} -->
+<p class="has-text-align-left has-background-color has-text-color has-medium-font-size" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">Canyon Fort Str, 6 — Mainland · Tickets: 00 0000-0000 </p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column -->
+<div class="wp-block-column"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
+<div class="wp-block-group alignwide"><!-- wp:group {"style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group"><!-- wp:paragraph {"align":"left","style":{"typography":{"textTransform":"none"},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"textColor":"background","fontSize":"medium"} -->
+<p class="has-text-align-left has-background-color has-text-color has-link-color has-medium-font-size" style="text-transform:none"><a href="https://tumblr.com">Tumblr</a></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph {"align":"left","style":{"typography":{"textTransform":"none"},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"textColor":"background","fontSize":"medium"} -->
+<p class="has-text-align-left has-background-color has-text-color has-link-color has-medium-font-size" style="text-transform:none"><a href="https://instagram.com">Instagram</a></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph {"align":"left","style":{"typography":{"textTransform":"none"},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"textColor":"background","fontSize":"medium"} -->
+<p class="has-text-align-left has-background-color has-text-color has-link-color has-medium-font-size" style="text-transform:none"><a href="https://linkedin.com">Linkedin</a></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group -->
+
+<!-- wp:paragraph {"align":"left","style":{"typography":{"textTransform":"none"},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"textColor":"background","fontSize":"medium"} -->
+<p class="has-text-align-left has-background-color has-text-color has-link-color has-medium-font-size" style="text-transform:none">Designed with <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-background-color"><a href="https://wordpress.org">WordPress</a></mark></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->

+ 13 - 0
programme/parts/header-minimal.html

@@ -0,0 +1,13 @@
+<!-- wp:group {"align":"wide","style":{"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|primary","style":"solid","width":"2.1rem"},"right":[],"bottom":[],"left":[]}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide" style="border-top-color:var(--wp--preset--color--primary);border-top-style:solid;border-top-width:2.1rem"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"7rem","top":"4.2rem"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide" style="padding-top:4.2rem;padding-bottom:7rem"><!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:group {"align":"full","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
+<div class="wp-block-group alignfull">
+
+<!-- wp:pattern {"slug":"programme/big-header"} /-->
+
+<!-- wp:site-logo {"width":128,"shouldSyncIcon":false} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->

+ 39 - 0
programme/parts/header.html

@@ -0,0 +1,39 @@
+<!-- wp:group {"align":"wide","style":{"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|foreground","style":"solid","width":"2.1rem"},"right":[],"bottom":[],"left":[]}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide" style="border-top-color:var(--wp--preset--color--foreground);border-top-style:solid;border-top-width:2.1rem"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"4.2rem","top":"4.2rem"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide" style="padding-top:4.2rem;padding-bottom:4.2rem"><!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:group {"align":"full","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
+<div class="wp-block-group alignfull">
+
+<!-- wp:pattern {"slug":"programme/big-header"} /-->
+
+<!-- wp:site-logo {"width":128,"shouldSyncIcon":false} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"0rem","bottom":"5.6rem"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide" style="padding-top:0rem;padding-bottom:5.6rem"><!-- wp:group -->
+<div class="wp-block-group"><!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"10px","left":"10px"}}}} -->
+<div class="wp-block-columns"><!-- wp:column {"style":{"spacing":{"padding":{"right":"2rem"}}}} -->
+<div class="wp-block-column" style="padding-right:2rem"><!-- wp:paragraph {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0rem"}},"textColor":"foreground"} -->
+<p class="has-foreground-color has-text-color" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">Canyon Fort Street, 6, Mainland</p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0rem"}},"textColor":"foreground"} -->
+<p class="has-foreground-color has-text-color" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">Programme is a blog theme that reverences the legendary designer Massimo Vignelli and his playbills for the Piccolo Teatro in Milan. Discover its variations for more.</p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"style":{"spacing":{"padding":{"right":"2rem"}}}} -->
+<div class="wp-block-column" style="padding-right:2rem"><!-- wp:paragraph {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0rem"}},"textColor":"primary"} -->
+<p class="has-primary-color has-text-color" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">Call (XX) 0000-00000 for tickets</p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0rem"}},"textColor":"primary"} -->
+<p class="has-primary-color has-text-color" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">Due to its fine experimentation echoing the communication in the 60s, the design is still suitable to promote programs, calendars, and similar ideas.</p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->

+ 12 - 0
programme/parts/post-meta.html

@@ -0,0 +1,12 @@
+<!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group">
+	<!-- wp:group {"layout":{"type":"flex"}} -->
+	<div class="wp-block-group">
+		<!-- wp:post-author {"showAvatar":false,"fontSize":"small"} /-->
+		<!-- wp:post-date {"isLink":true,"fontSize":"small"} /-->
+		<!-- wp:post-terms {"term":"category","fontSize":"small"} /-->
+		<!-- wp:post-terms {"term":"post_tag","fontSize":"small"} /-->
+	</div>
+	<!-- /wp:group -->
+</div>
+<!-- /wp:group -->

+ 34 - 0
programme/patterns/404.php

@@ -0,0 +1,34 @@
+<?php
+/**
+ * Title: A 404 page
+ * Slug: programme/404
+ * Inserter: no
+ */
+
+?>
+
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:group {"style":{"spacing":{"padding":{"bottom":"2.1rem"}}},"layout":{"type":"default"}} -->
+<div class="wp-block-group" style="padding-bottom:2.1rem"><!-- wp:group {"style":{"spacing":{"padding":{"bottom":"2.1rem"},"blockGap":"0rem"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group" style="padding-bottom:2.1rem"><!-- wp:heading {"textAlign":"left","textColor":"primary"} -->
+<h2 class="wp-block-heading has-text-align-left has-primary-color has-text-color" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can’t be found.', 'programme' ); ?></h2>
+<!-- /wp:heading -->
+
+<!-- wp:heading -->
+<h2 class="wp-block-heading"><?php echo esc_html__( 'Nothing was found at the location.', 'programme' ); ?></h2>
+<!-- /wp:heading --></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"5.6rem","left":"0px"}}},"layout":{"type":"default"}} -->
+<div class="wp-block-group alignfull" style="padding-top:0px;padding-right:0px;padding-bottom:5.6rem;padding-left:0px"><!-- wp:heading {"align":"full","style":{"typography":{"textTransform":"lowercase"}}} -->
+<h2 class="wp-block-heading alignfull" style="text-transform:lowercase"><?php echo esc_html__( 'search', 'programme' ); ?></h2>
+<!-- /wp:heading -->
+
+<!-- wp:spacer {"height":"0.7rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:0.7rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:search {"showLabel":false,"width":100,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"radius":"0px","top":{"color":"var:preset|color|secondary","style":"solid","width":"2px"},"right":{"color":"var:preset|color|secondary","style":"solid","width":"2px"},"bottom":{"color":"var:preset|color|secondary","style":"solid","width":"2px"},"left":{"color":"var:preset|color|secondary","style":"solid","width":"2px"}}},"textColor":"background"} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->

+ 18 - 0
programme/patterns/big-header.php

@@ -0,0 +1,18 @@
+<?php
+/**
+ * Title: Big Header
+ * Slug: programme/big-header
+ * Inserter: no
+ */
+?>
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}}} -->
+<div class="wp-block-group">
+<!-- wp:heading {"level":1,"style":{"typography":{"lineHeight":"0.9"}}} -->
+<h1 class="wp-block-heading" style="line-height:0.9"><a href="<?php echo home_url(); ?>"><?php echo esc_html__( 'Little Theatre', 'programme' ); ?></a></h1>
+<!-- /wp:heading -->
+
+<!-- wp:heading {"level":1,"style":{"typography":{"lineHeight":"0.9"},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary"} -->
+<h1 class="wp-block-heading has-primary-color has-text-color has-link-color" style="line-height:0.9"><a href="<?php echo home_url(); ?>"><?php echo esc_html__( 'of Mainland', 'programme' ); ?></a></h1>
+<!-- /wp:heading --></div>
+<!-- /wp:group -->

+ 52 - 0
programme/patterns/comments.php

@@ -0,0 +1,52 @@
+<?php
+/**
+ * Title: Comments
+ * slug: programme/comments
+ * inserter: no
+ */
+
+?>
+
+<!-- wp:comments {"className":"wp-block-comments-query-loop"} -->
+<div class="wp-block-comments wp-block-comments-query-loop">
+	<!-- wp:comments-title {"level":3} /-->
+
+	<!-- wp:comment-template -->
+		<!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"var:preset|spacing|50"}}}} -->
+		<div class="wp-block-group" style="margin-top:0;margin-bottom:var(--wp--preset--spacing--50)">
+			<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"},"style":{"spacing":{"blockGap":"0.5em"}}} -->
+			<div class="wp-block-group">
+				<!-- wp:avatar {"size":40,"style":{"spacing":{"margin":{"top":"0.5em"}}}} /-->
+
+				<!-- wp:group -->
+				<div class="wp-block-group">
+					<!-- wp:comment-author-name /-->
+
+					<!-- wp:group {"layout":{"type":"flex"},"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0.5em"}}} -->
+					<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px">
+						<!-- wp:comment-date {"format":"F j, Y \\a\\t g:i a"} /-->
+
+						<!-- wp:comment-edit-link /-->
+					</div>
+					<!-- /wp:group -->
+				</div>
+				<!-- /wp:group -->
+			</div>
+			<!-- /wp:group -->
+
+			<!-- wp:comment-content /-->
+
+			<!-- wp:comment-reply-link /-->
+		</div>
+		<!-- /wp:group -->
+	<!-- /wp:comment-template -->
+
+	<!-- wp:comments-pagination -->
+		<!-- wp:comments-pagination-previous /-->
+		<!-- wp:comments-pagination-numbers /-->
+		<!-- wp:comments-pagination-next /-->
+	<!-- /wp:comments-pagination -->
+
+	<!-- wp:post-comments-form /-->
+</div>
+<!-- /wp:comments -->

+ 34 - 0
programme/patterns/footer.php

@@ -0,0 +1,34 @@
+<?php
+/**
+ * Title: Default footer
+ * Slug: programme/footer
+ * Categories: footer
+ * Block Types: core/template-part/footer
+ */
+?>
+
+<!-- wp:spacer {"height":"var(--wp--preset--spacing--80)"} -->
+<div style="height:var(--wp--preset--spacing--80)" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group">
+	<!-- wp:group {"style":{"spacing":{"padding":{"top":"var(--wp--preset--spacing--60)","bottom":"var(--wp--preset--spacing--60)"}}}} -->
+	<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)">
+		<!-- wp:paragraph {"align":"center"} -->
+		<p class="has-text-align-center">
+			<?php
+				/* Translators: WordPress link. */
+				$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'programme' ) ) . '" rel="nofollow">WordPress</a>';
+				echo sprintf(
+					/* Translators: Designed with WordPress text and link */
+					esc_html__( 'Designed with %1$s', 'programme' ),
+					$wordpress_link
+				);
+				?>
+		</p>
+		<!-- /wp:paragraph -->
+	</div>
+	<!-- /wp:group -->
+</div>
+<!-- /wp:group -->

+ 10 - 0
programme/patterns/hidden-no-results-content.php

@@ -0,0 +1,10 @@
+<?php
+/**
+ * Title: Hidden No Results Content
+ * Slug: programme/hidden-no-results-content
+ * Inserter: no
+ */
+?>
+<!-- wp:paragraph -->
+<p><?php echo esc_html_x( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'programme' ); ?></p>
+<!-- /wp:paragraph -->

+ 19 - 0
programme/patterns/search.php

@@ -0,0 +1,19 @@
+<?php
+/**
+ * Title: Search
+ * Slug: programme/search
+ * Inserter: no
+ */
+?>
+
+<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"2.1rem","left":"0px"}}},"layout":{"type":"default"}} -->
+<div class="wp-block-group alignfull" style="padding-top:0px;padding-right:0px;padding-bottom:2.1rem;padding-left:0px"><!-- wp:heading {"align":"full","style":{"typography":{"textTransform":"lowercase"}}} -->
+<h2 class="wp-block-heading alignfull" style="text-transform:lowercase"><?php echo esc_html__( 'search', 'programme' ); ?></h2>
+<!-- /wp:heading -->
+
+<!-- wp:spacer {"height":"0.7rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:0.7rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:search {"showLabel":false,"width":100,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"radius":"0px","top":{"color":"var:preset|color|secondary","style":"solid","width":"2px"},"right":{"color":"var:preset|color|secondary","style":"solid","width":"2px"},"bottom":{"color":"var:preset|color|secondary","style":"solid","width":"2px"},"left":{"color":"var:preset|color|secondary","style":"solid","width":"2px"}}},"textColor":"background"} /--></div>
+<!-- /wp:group -->

+ 32 - 0
programme/readme.txt

@@ -0,0 +1,32 @@
+=== Programme ===
+Contributors: the WordPress team
+Requires at least: 5.8
+Tested up to: 6.2
+Requires PHP: 5.7
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+
+== Description ==
+
+Programme is a blog theme that reverences the legendary designer Massimo Vignelli and his playbills for the Piccolo Teatro in Milan. This design is suitable for programs, calendars, and announcements.
+
+== Changelog ==
+
+= 0.0.1 =
+* Initial release
+
+== Copyright ==
+
+Programme WordPress Theme, (C) 2023 the WordPress team
+Programme is distributed under the terms of the GNU GPL.
+Programme is based on PV1 (), (C) , [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.

binární
programme/screenshot.png


+ 57 - 0
programme/style.css

@@ -0,0 +1,57 @@
+/*
+Theme Name: Programme
+Theme URI: https://github.com/wordpress/programme/
+Author: the WordPress team
+Author URI: https://wordpress.org/themes/
+Description: Programme is a blog theme that reverences the legendary designer Massimo Vignelli and his playbills for the Piccolo Teatro in Milan. This design is suitable for programs, calendars, and announcements.
+Requires at least: 5.8
+Tested up to: 6.2
+Requires PHP: 5.7
+Version: 0.0.1
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+Template: 
+Text Domain: programme
+Tags: blog, entertainment, one-column, wide-blocks, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, flexible-header, full-site-editing, rtl-language-support, style-variations, template-editing, theme-options, threaded-comments, translation-ready, blog, programs, calendars, agenda, shows, concert, announcements, vignelli, massimo-vignelli, design-hero
+*//*
+ * 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--background);
+	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;
+}

+ 771 - 0
programme/styles/century.json

@@ -0,0 +1,771 @@
+{
+	"settings": {
+		"appearanceTools": true,
+		"color": {
+			"background": true,
+			"custom": true,
+			"customDuotone": true,
+			"customGradient": true,
+			"defaultDuotone": true,
+			"defaultGradients": true,
+			"defaultPalette": true,
+			"duotone": [],
+			"gradients": [],
+			"palette": [
+				{
+					"color": "#141414",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#e62b1a",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#2f2e2c",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#fafafa",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#fafafa",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				},
+				{
+					"color": "#010229",
+					"name": "Futura Background",
+					"slug": "custom-futura-background"
+				},
+				{
+					"color": "#d1ddc9",
+					"name": "Futura Accent",
+					"slug": "custom-futura-accent"
+				},
+				{
+					"color": "#f2fcf5",
+					"name": "Futura Foreground",
+					"slug": "custom-futura-foreground"
+				},
+				{
+					"color": "#0b412f",
+					"name": "Century Background",
+					"slug": "custom-century-background"
+				},
+				{
+					"color": "#dfdbc5",
+					"name": "Century Foreground",
+					"slug": "custom-century-foreground"
+				}
+			],
+			"text": true
+		},
+		"layout": {
+			"contentSize": "70%",
+			"definitions": {
+				"constrained": {
+					"baseStyles": [
+						{
+							"rules": {
+								"float": "left",
+								"margin-inline-end": "2em",
+								"margin-inline-start": "0"
+							},
+							"selector": " > .alignleft"
+						},
+						{
+							"rules": {
+								"float": "right",
+								"margin-inline-end": "0",
+								"margin-inline-start": "2em"
+							},
+							"selector": " > .alignright"
+						},
+						{
+							"rules": {
+								"margin-left": "auto !important",
+								"margin-right": "auto !important"
+							},
+							"selector": " > .aligncenter"
+						},
+						{
+							"rules": {
+								"margin-left": "auto !important",
+								"margin-right": "auto !important",
+								"max-width": "var(--wp--style--global--content-size)"
+							},
+							"selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
+						},
+						{
+							"rules": {
+								"max-width": "var(--wp--style--global--wide-size)"
+							},
+							"selector": " > .alignwide"
+						}
+					],
+					"className": "is-layout-constrained",
+					"name": "constrained",
+					"slug": "constrained",
+					"spacingStyles": [
+						{
+							"rules": {
+								"margin-block-end": "0",
+								"margin-block-start": "0"
+							},
+							"selector": " > *"
+						},
+						{
+							"rules": {
+								"margin-block-end": "0"
+							},
+							"selector": " > * + *"
+						}
+					]
+				},
+				"default": {
+					"baseStyles": [
+						{
+							"rules": {
+								"float": "left",
+								"margin-inline-end": "2em",
+								"margin-inline-start": "0"
+							},
+							"selector": " > .alignleft"
+						},
+						{
+							"rules": {
+								"float": "right",
+								"margin-inline-end": "0",
+								"margin-inline-start": "2em"
+							},
+							"selector": " > .alignright"
+						},
+						{
+							"rules": {
+								"margin-left": "auto !important",
+								"margin-right": "auto !important"
+							},
+							"selector": " > .aligncenter"
+						}
+					],
+					"className": "is-layout-flow",
+					"name": "default",
+					"slug": "flow",
+					"spacingStyles": [
+						{
+							"rules": {
+								"margin-block-end": "0",
+								"margin-block-start": "0"
+							},
+							"selector": " > *"
+						},
+						{
+							"rules": {
+								"margin-block-end": "0"
+							},
+							"selector": " > * + *"
+						}
+					]
+				},
+				"flex": {
+					"baseStyles": [
+						{
+							"rules": {
+								"align-items": "center",
+								"flex-wrap": "wrap"
+							}
+						},
+						{
+							"rules": {
+								"margin": "0"
+							},
+							"selector": " > *"
+						}
+					],
+					"className": "is-layout-flex",
+					"displayMode": "flex",
+					"name": "flex",
+					"slug": "flex"
+				},
+				"grid": {
+					"baseStyles": [
+						{
+							"rules": {
+								"margin": "0"
+							},
+							"selector": " > *"
+						}
+					],
+					"className": "is-layout-grid",
+					"displayMode": "grid",
+					"name": "grid",
+					"slug": "grid"
+				}
+			},
+			"wideSize": "90%"
+		},
+		"shadow": {
+			"defaultPresets": true,
+			"presets": []
+		},
+		"spacing": {
+			"customSpacingSize": true,
+			"spacingScale": {
+				"increment": 1.5,
+				"mediumStep": 1.5,
+				"operator": "*",
+				"steps": 7,
+				"unit": "rem"
+			},
+			"spacingSizes": [],
+			"units": [
+				"%",
+				"px",
+				"em",
+				"rem",
+				"vh",
+				"vw"
+			]
+		},
+		"typography": {
+			"customFontSize": true,
+			"dropCap": true,
+			"fluid": true,
+			"fontFamilies": [
+				{
+					"fontFace": [],
+					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
+					"name": "System Font",
+					"slug": "system-font"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Inter",
+							"fontStyle": "normal",
+							"fontWeight": "600",
+							"src": [
+								"file:./assets/fonts/inter_normal_600.ttf"
+							]
+						},
+						{
+							"fontFamily": "Inter",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/inter_normal_700.ttf"
+							]
+						}
+					],
+					"fontFamily": "Inter",
+					"slug": "inter"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Libre Baskerville",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/libre-baskerville_normal_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Libre Baskerville",
+							"fontStyle": "italic",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/libre-baskerville_italic_400.ttf"
+							]
+						}
+					],
+					"fontFamily": "Libre Baskerville",
+					"slug": "libre-baskerville"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Evolventa",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/evolventa_normal_700.woff"
+							]
+						},
+						{
+							"fontFamily": "Evolventa",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/evolventa_normal_400.woff"
+							]
+						},
+						{
+							"fontFamily": "Evolventa",
+							"fontStyle": "italic",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/evolventa_italic_700.woff"
+							]
+						}
+					],
+					"fontFamily": "Evolventa",
+					"slug": "evolventa"
+				}
+			],
+			"fontSizes": [
+				{
+					"fluid": {
+						"max": "1.0625rem",
+						"min": "0.825rem"
+					},
+					"name": "Small",
+					"size": "1rem",
+					"slug": "small"
+				},
+				{
+					"fluid": {
+						"max": "1.25rem",
+						"min": "1rem"
+					},
+					"name": "Medium",
+					"size": "1.125rem",
+					"slug": "medium"
+				},
+				{
+					"fluid": {
+						"max": "2rem",
+						"min": "1.75rem"
+					},
+					"name": "Large",
+					"size": "1.75rem",
+					"slug": "large"
+				},
+				{
+					"fluid": {
+						"max": "3rem",
+						"min": "2.5rem"
+					},
+					"name": "Extra Large",
+					"size": "3rem",
+					"slug": "x-large"
+				}
+			],
+			"fontStyle": true,
+			"fontWeight": true,
+			"letterSpacing": true,
+			"textDecoration": true,
+			"textTransform": true
+		},
+		"useRootPaddingAwareAlignments": true
+	},
+	"styles": {
+		"blocks": {
+			"core/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/comment-author-name": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/comment-date": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/comment-edit-link": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/comment-reply-link": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/gallery": {
+				"spacing": {
+					"margin": {
+						"bottom": "var(--wp--preset--spacing--50)"
+					}
+				}
+			},
+			"core/heading": {
+				"color": {
+					"text": "var:preset|color|custom-century-foreground"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var:preset|color|custom-century-foreground"
+						}
+					}
+				}
+			},
+			"core/list": {
+				"spacing": {
+					"padding": {
+						"left": "var(--wp--preset--spacing--70)"
+					}
+				}
+			},
+			"core/navigation": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				}
+			},
+			"core/paragraph": {
+				"color": {
+					"text": "var:preset|color|custom-century-foreground"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var:preset|color|custom-century-foreground"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "1.5rem",
+					"fontStyle": "normal",
+					"fontWeight": "500",
+					"letterSpacing": "0px",
+					"lineHeight": 1.4
+				}
+			},
+			"core/post-author-name": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				}
+			},
+			"core/post-date": {
+				"color": {
+					"text": "var:preset|color|custom-century-foreground"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|custom-century-foreground"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "4rem",
+					"letterSpacing": "-3px"
+				}
+			},
+			"core/post-excerpt": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var:preset|color|secondary"
+						}
+					}
+				},
+				"typography": {
+					"lineHeight": 1
+				}
+			},
+			"core/post-title": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|secondary"
+						},
+						"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": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var:preset|color|secondary"
+						}
+					}
+				},
+				"typography": {
+					"letterSpacing": "-1px"
+				}
+			},
+			"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": {
+				"color": {
+					"text": "var:preset|color|custom-futura-foreground"
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontStyle": "normal",
+					"fontWeight": "600",
+					"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": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/site-title": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontWeight": "700"
+				}
+			}
+		},
+		"color": {
+			"background": "var:preset|color|custom-century-background",
+			"text": "var:preset|color|custom-century-foreground"
+		},
+		"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)"
+					},
+					"outline": {
+						"color": "var(--wp--preset--color--primary)",
+						"offset": "2px",
+						"style": "dotted",
+						"width": "1px"
+					}
+				},
+				":hover": {
+					"color": {
+						"background": "var(--wp--preset--color--secondary)",
+						"text": "var(--wp--preset--color--background)"
+					}
+				},
+				"border": {
+					"radius": "0.25rem"
+				},
+				"color": {
+					"background": "var:preset|color|custom-century-foreground",
+					"text": "var:preset|color|custom-century-background"
+				}
+			},
+			"caption": {
+				"color": {
+					"text": "var:preset|color|custom-century-foreground"
+				}
+			},
+			"h1": {
+				"typography": {
+					"fontSize": "6.4rem",
+					"letterSpacing": "-2px",
+					"lineHeight": "1"
+				}
+			},
+			"h2": {
+				"typography": {
+					"fontSize": "4rem",
+					"letterSpacing": "-2px",
+					"lineHeight": "1"
+				}
+			},
+			"h3": {
+				"typography": {
+					"fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)",
+					"lineHeight": "1"
+				}
+			},
+			"h4": {
+				"typography": {
+					"fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)",
+					"lineHeight": "1"
+				}
+			},
+			"h5": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"lineHeight": "1"
+				}
+			},
+			"h6": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"lineHeight": "1"
+				}
+			},
+			"heading": {
+				"color": {
+					"text": "var:preset|color|custom-century-foreground"
+				},
+				"typography": {
+					"fontFamily": "var:preset|font-family|libre-baskerville",
+					"fontStyle": "normal",
+					"fontWeight": "500",
+					"lineHeight": "1"
+				}
+			},
+			"link": {
+				":hover": {
+					"typography": {
+						"textDecoration": "none"
+					}
+				},
+				"color": {
+					"text": "var:preset|color|custom-century-foreground"
+				}
+			}
+		},
+		"spacing": {
+			"blockGap": "2rem",
+			"padding": {
+				"bottom": "0px",
+				"left": "var(--wp--preset--spacing--50)",
+				"right": "var(--wp--preset--spacing--50)",
+				"top": "0px"
+			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|libre-baskerville",
+			"fontSize": "1.4rem",
+			"fontStyle": "normal",
+			"fontWeight": "500",
+			"lineHeight": 1.4
+		}
+	},
+	"templateParts": [
+		{
+			"area": "header",
+			"name": "header"
+		},
+		{
+			"area": "footer",
+			"name": "footer"
+		}
+	],
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}

+ 771 - 0
programme/styles/futura.json

@@ -0,0 +1,771 @@
+{
+	"settings": {
+		"appearanceTools": true,
+		"color": {
+			"background": true,
+			"custom": true,
+			"customDuotone": true,
+			"customGradient": true,
+			"defaultDuotone": true,
+			"defaultGradients": true,
+			"defaultPalette": true,
+			"duotone": [],
+			"gradients": [],
+			"palette": [
+				{
+					"color": "#141414",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#e62b1a",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#2f2e2c",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#fafafa",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#fafafa",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				},
+				{
+					"color": "#010229",
+					"name": "Futura Background",
+					"slug": "custom-futura-background"
+				},
+				{
+					"color": "#d1ddc9",
+					"name": "Futura Accent",
+					"slug": "custom-futura-accent"
+				},
+				{
+					"color": "#f2fcf5",
+					"name": "Futura Foreground",
+					"slug": "custom-futura-foreground"
+				},
+				{
+					"color": "#18303b",
+					"name": "Century Background",
+					"slug": "custom-century-background"
+				},
+				{
+					"color": "#dfdbc5",
+					"name": "Century Foreground",
+					"slug": "custom-century-foreground"
+				}
+			],
+			"text": true
+		},
+		"layout": {
+			"contentSize": "70%",
+			"definitions": {
+				"constrained": {
+					"baseStyles": [
+						{
+							"rules": {
+								"float": "left",
+								"margin-inline-end": "2em",
+								"margin-inline-start": "0"
+							},
+							"selector": " > .alignleft"
+						},
+						{
+							"rules": {
+								"float": "right",
+								"margin-inline-end": "0",
+								"margin-inline-start": "2em"
+							},
+							"selector": " > .alignright"
+						},
+						{
+							"rules": {
+								"margin-left": "auto !important",
+								"margin-right": "auto !important"
+							},
+							"selector": " > .aligncenter"
+						},
+						{
+							"rules": {
+								"margin-left": "auto !important",
+								"margin-right": "auto !important",
+								"max-width": "var(--wp--style--global--content-size)"
+							},
+							"selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
+						},
+						{
+							"rules": {
+								"max-width": "var(--wp--style--global--wide-size)"
+							},
+							"selector": " > .alignwide"
+						}
+					],
+					"className": "is-layout-constrained",
+					"name": "constrained",
+					"slug": "constrained",
+					"spacingStyles": [
+						{
+							"rules": {
+								"margin-block-end": "0",
+								"margin-block-start": "0"
+							},
+							"selector": " > *"
+						},
+						{
+							"rules": {
+								"margin-block-end": "0"
+							},
+							"selector": " > * + *"
+						}
+					]
+				},
+				"default": {
+					"baseStyles": [
+						{
+							"rules": {
+								"float": "left",
+								"margin-inline-end": "2em",
+								"margin-inline-start": "0"
+							},
+							"selector": " > .alignleft"
+						},
+						{
+							"rules": {
+								"float": "right",
+								"margin-inline-end": "0",
+								"margin-inline-start": "2em"
+							},
+							"selector": " > .alignright"
+						},
+						{
+							"rules": {
+								"margin-left": "auto !important",
+								"margin-right": "auto !important"
+							},
+							"selector": " > .aligncenter"
+						}
+					],
+					"className": "is-layout-flow",
+					"name": "default",
+					"slug": "flow",
+					"spacingStyles": [
+						{
+							"rules": {
+								"margin-block-end": "0",
+								"margin-block-start": "0"
+							},
+							"selector": " > *"
+						},
+						{
+							"rules": {
+								"margin-block-end": "0"
+							},
+							"selector": " > * + *"
+						}
+					]
+				},
+				"flex": {
+					"baseStyles": [
+						{
+							"rules": {
+								"align-items": "center",
+								"flex-wrap": "wrap"
+							}
+						},
+						{
+							"rules": {
+								"margin": "0"
+							},
+							"selector": " > *"
+						}
+					],
+					"className": "is-layout-flex",
+					"displayMode": "flex",
+					"name": "flex",
+					"slug": "flex"
+				},
+				"grid": {
+					"baseStyles": [
+						{
+							"rules": {
+								"margin": "0"
+							},
+							"selector": " > *"
+						}
+					],
+					"className": "is-layout-grid",
+					"displayMode": "grid",
+					"name": "grid",
+					"slug": "grid"
+				}
+			},
+			"wideSize": "90%"
+		},
+		"shadow": {
+			"defaultPresets": true,
+			"presets": []
+		},
+		"spacing": {
+			"customSpacingSize": true,
+			"spacingScale": {
+				"increment": 1.5,
+				"mediumStep": 1.5,
+				"operator": "*",
+				"steps": 7,
+				"unit": "rem"
+			},
+			"spacingSizes": [],
+			"units": [
+				"%",
+				"px",
+				"em",
+				"rem",
+				"vh",
+				"vw"
+			]
+		},
+		"typography": {
+			"customFontSize": true,
+			"dropCap": true,
+			"fluid": true,
+			"fontFamilies": [
+				{
+					"fontFace": [],
+					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
+					"name": "System Font",
+					"slug": "system-font"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Inter",
+							"fontStyle": "normal",
+							"fontWeight": "600",
+							"src": [
+								"file:./assets/fonts/inter_normal_600.ttf"
+							]
+						},
+						{
+							"fontFamily": "Inter",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/inter_normal_700.ttf"
+							]
+						}
+					],
+					"fontFamily": "Inter",
+					"slug": "inter"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Libre Baskerville",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/libre-baskerville_normal_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Libre Baskerville",
+							"fontStyle": "italic",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/libre-baskerville_italic_400.ttf"
+							]
+						}
+					],
+					"fontFamily": "Libre Baskerville",
+					"slug": "libre-baskerville"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Evolventa",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/evolventa_normal_700.woff"
+							]
+						},
+						{
+							"fontFamily": "Evolventa",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/evolventa_normal_400.woff"
+							]
+						},
+						{
+							"fontFamily": "Evolventa",
+							"fontStyle": "italic",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/evolventa_italic_700.woff"
+							]
+						}
+					],
+					"fontFamily": "Evolventa",
+					"slug": "evolventa"
+				}
+			],
+			"fontSizes": [
+				{
+					"fluid": {
+						"max": "1.0625rem",
+						"min": "0.825rem"
+					},
+					"name": "Small",
+					"size": "1rem",
+					"slug": "small"
+				},
+				{
+					"fluid": {
+						"max": "1.25rem",
+						"min": "1rem"
+					},
+					"name": "Medium",
+					"size": "1.125rem",
+					"slug": "medium"
+				},
+				{
+					"fluid": {
+						"max": "2rem",
+						"min": "1.75rem"
+					},
+					"name": "Large",
+					"size": "1.75rem",
+					"slug": "large"
+				},
+				{
+					"fluid": {
+						"max": "3rem",
+						"min": "2.5rem"
+					},
+					"name": "Extra Large",
+					"size": "3rem",
+					"slug": "x-large"
+				}
+			],
+			"fontStyle": true,
+			"fontWeight": true,
+			"letterSpacing": true,
+			"textDecoration": true,
+			"textTransform": true
+		},
+		"useRootPaddingAwareAlignments": true
+	},
+	"styles": {
+		"blocks": {
+			"core/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/comment-author-name": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/comment-date": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/comment-edit-link": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/comment-reply-link": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/gallery": {
+				"spacing": {
+					"margin": {
+						"bottom": "var(--wp--preset--spacing--50)"
+					}
+				}
+			},
+			"core/heading": {
+				"color": {
+					"text": "var:preset|color|custom-futura-foreground"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var:preset|color|custom-futura-foreground"
+						}
+					}
+				}
+			},
+			"core/list": {
+				"spacing": {
+					"padding": {
+						"left": "var(--wp--preset--spacing--70)"
+					}
+				}
+			},
+			"core/navigation": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				}
+			},
+			"core/paragraph": {
+				"color": {
+					"text": "var:preset|color|custom-futura-foreground"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var:preset|color|custom-futura-foreground"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "1.5rem",
+					"fontStyle": "normal",
+					"fontWeight": "600",
+					"letterSpacing": "0px",
+					"lineHeight": 1.4
+				}
+			},
+			"core/post-author-name": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				}
+			},
+			"core/post-date": {
+				"color": {
+					"text": "var:preset|color|custom-futura-foreground"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|custom-futura-foreground"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "4rem",
+					"letterSpacing": "-3px"
+				}
+			},
+			"core/post-excerpt": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var:preset|color|secondary"
+						}
+					}
+				},
+				"typography": {
+					"lineHeight": 1
+				}
+			},
+			"core/post-title": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|secondary"
+						},
+						"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": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var:preset|color|secondary"
+						}
+					}
+				},
+				"typography": {
+					"letterSpacing": "-1px"
+				}
+			},
+			"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": {
+				"color": {
+					"text": "var:preset|color|custom-futura-foreground"
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontStyle": "normal",
+					"fontWeight": "600",
+					"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": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/site-title": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontWeight": "700"
+				}
+			}
+		},
+		"color": {
+			"background": "var:preset|color|custom-futura-background",
+			"text": "var:preset|color|custom-futura-foreground"
+		},
+		"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)"
+					},
+					"outline": {
+						"color": "var(--wp--preset--color--primary)",
+						"offset": "2px",
+						"style": "dotted",
+						"width": "1px"
+					}
+				},
+				":hover": {
+					"color": {
+						"background": "var(--wp--preset--color--secondary)",
+						"text": "var(--wp--preset--color--background)"
+					}
+				},
+				"border": {
+					"radius": "0.25rem"
+				},
+				"color": {
+					"background": "var:preset|color|custom-futura-foreground",
+					"text": "var:preset|color|custom-futura-background"
+				}
+			},
+			"caption": {
+				"color": {
+					"text": "var:preset|color|custom-futura-foreground"
+				}
+			},
+			"h1": {
+				"typography": {
+					"fontSize": "6.4rem",
+					"letterSpacing": "-5px",
+					"lineHeight": "1"
+				}
+			},
+			"h2": {
+				"typography": {
+					"fontSize": "4rem",
+					"letterSpacing": "-3px",
+					"lineHeight": "1"
+				}
+			},
+			"h3": {
+				"typography": {
+					"fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)",
+					"lineHeight": "1"
+				}
+			},
+			"h4": {
+				"typography": {
+					"fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)",
+					"lineHeight": "1"
+				}
+			},
+			"h5": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"lineHeight": "1"
+				}
+			},
+			"h6": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"lineHeight": "1"
+				}
+			},
+			"heading": {
+				"color": {
+					"text": "var:preset|color|custom-futura-foreground"
+				},
+				"typography": {
+					"fontFamily": "var:preset|font-family|evolventa",
+					"fontStyle": "normal",
+					"fontWeight": "700",
+					"lineHeight": "1"
+				}
+			},
+			"link": {
+				":hover": {
+					"typography": {
+						"textDecoration": "none"
+					}
+				},
+				"color": {
+					"text": "var:preset|color|custom-futura-foreground"
+				}
+			}
+		},
+		"spacing": {
+			"blockGap": "2rem",
+			"padding": {
+				"bottom": "0px",
+				"left": "var(--wp--preset--spacing--50)",
+				"right": "var(--wp--preset--spacing--50)",
+				"top": "0px"
+			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|evolventa",
+			"fontSize": "1.4rem",
+			"fontStyle": "normal",
+			"fontWeight": "600",
+			"lineHeight": 1.4
+		}
+	},
+	"templateParts": [
+		{
+			"area": "header",
+			"name": "header"
+		},
+		{
+			"area": "footer",
+			"name": "footer"
+		}
+	],
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}

+ 5 - 0
programme/templates/404.html

@@ -0,0 +1,5 @@
+<!-- wp:template-part {"slug":"header-minimal"} /-->
+
+<!-- wp:pattern {"slug:"programme/404"}-->
+
+<!-- wp:template-part {"slug":"footer-minimal"} /-->

+ 98 - 0
programme/templates/archive.html

@@ -0,0 +1,98 @@
+<!-- wp:template-part {"slug":"header-minimal"} /-->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top: 0px; margin-bottom: 0px">
+	<!-- wp:query {"queryId":0,"query":{"perPage":"4","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","align":"wide","layout":{"type":"constrained"}} -->
+	<main class="wp-block-query alignwide">
+		<!-- wp:group {"style":{"spacing":{"blockGap":"0px","padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"layout":{"type":"flex","orientation":"vertical"}} -->
+		<div
+			class="wp-block-group"
+			style="
+				padding-top: 0px;
+				padding-right: 0px;
+				padding-bottom: 0px;
+				padding-left: 0px;
+			"
+		>
+			<!-- wp:heading {"style":{"typography":{"textTransform":"lowercase"}},"textColor":"foreground"} -->
+			<h2
+				class="wp-block-heading has-foreground-color has-text-color"
+				style="text-transform: lowercase"
+			>
+				Archive
+			</h2>
+			<!-- /wp:heading -->
+
+			<!-- wp:query-title {"type":"archive","level":2,"style":{"spacing":{"margin":{"bottom":"2.1rem","top":"0px","right":"0px","left":"0px"}},"typography":{"textTransform":"lowercase"}},"textColor":"secondary"} /-->
+		</div>
+		<!-- /wp:group -->
+
+		<!-- wp:post-template {"align":"full"} -->
+		<!-- wp:group {"style":{"spacing":{"padding":{"top":"0.7rem","bottom":"2.1rem"}},"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|primary","style":"solid","width":"1.4rem"},"right":[],"bottom":[],"left":[]}}} -->
+		<div
+			class="wp-block-group"
+			style="
+				border-top-color: var(--wp--preset--color--primary);
+				border-top-style: solid;
+				border-top-width: 1.4rem;
+				padding-top: 0.7rem;
+				padding-bottom: 2.1rem;
+			"
+		>
+			<!-- wp:group {"layout":{"type":"constrained"}} -->
+			<div class="wp-block-group">
+				<!-- wp:columns -->
+				<div class="wp-block-columns">
+					<!-- wp:column -->
+					<div class="wp-block-column">
+						<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0px"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+						<div
+							class="wp-block-group"
+							style="
+								padding-top: 0px;
+								padding-right: 0px;
+								padding-bottom: 0px;
+								padding-left: 0px;
+							"
+						>
+							<!-- wp:post-title {"isLink":true,"style":{"typography":{"lineHeight":1}}} /-->
+
+							<!-- wp:post-date {"format":"M j","style":{"typography":{"fontStyle":"normal","fontWeight":"700","lineHeight":1}}} /-->
+						</div>
+						<!-- /wp:group -->
+					</div>
+					<!-- /wp:column -->
+
+					<!-- wp:column -->
+					<div class="wp-block-column">
+						<!-- wp:post-excerpt {"moreText":"more ›","showMoreOnNewLine":false,"excerptLength":70} /-->
+					</div>
+					<!-- /wp:column -->
+				</div>
+				<!-- /wp:columns -->
+			</div>
+			<!-- /wp:group -->
+		</div>
+		<!-- /wp:group -->
+		<!-- /wp:post-template -->
+
+		<!-- wp:group {"style":{"spacing":{"margin":{"top":"2.1rem","bottom":"2.1rem"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
+		<div
+			class="wp-block-group"
+			style="margin-top: 2.1rem; margin-bottom: 2.1rem"
+		>
+			<!-- wp:query-pagination {"style":{"typography":{"fontStyle":"normal","fontWeight":"700","fontSize":"4rem"},"elements":{"link":{"color":{"text":"var:preset|color|custom-futura-foreground"}}}},"textColor":"custom-futura-foreground"} -->
+			<!-- wp:query-pagination-previous {"label":"Prev"} /-->
+
+			<!-- wp:query-pagination-numbers /-->
+
+			<!-- wp:query-pagination-next {"label":"Next"} /-->
+			<!-- /wp:query-pagination -->
+		</div>
+		<!-- /wp:group -->
+	</main>
+	<!-- /wp:query -->
+</div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 126 - 0
programme/templates/home.html

@@ -0,0 +1,126 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group">
+	<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"2.1rem"}}}} -->
+	<div class="wp-block-group alignwide" style="padding-bottom: 2.1rem">
+		<!-- wp:group {"layout":{"type":"constrained"}} -->
+		<div class="wp-block-group">
+			<!-- wp:columns -->
+			<div class="wp-block-columns">
+				<!-- wp:column -->
+				<div class="wp-block-column">
+					<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0px"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+					<div
+						class="wp-block-group"
+						style="
+							padding-top: 0px;
+							padding-right: 0px;
+							padding-bottom: 0px;
+							padding-left: 0px;
+						"
+					>
+						<!-- wp:heading {"textColor":"primary"} -->
+						<h2
+							class="wp-block-heading has-primary-color has-text-color"
+						>
+							coming next on
+						</h2>
+						<!-- /wp:heading -->
+
+						<!-- wp:heading -->
+						<h2 class="wp-block-heading">the Little Theatre</h2>
+						<!-- /wp:heading -->
+					</div>
+					<!-- /wp:group -->
+				</div>
+				<!-- /wp:column -->
+
+				<!-- wp:column -->
+				<div class="wp-block-column">
+					<!-- wp:paragraph {"textColor":"primary"} -->
+					<p class="has-primary-color has-text-color">
+						Subscriptions and Propaganda Office<br />Canyon Fort
+						Street, 6, Mainland
+					</p>
+					<!-- /wp:paragraph -->
+				</div>
+				<!-- /wp:column -->
+			</div>
+			<!-- /wp:columns -->
+		</div>
+		<!-- /wp:group -->
+	</div>
+	<!-- /wp:group -->
+
+	<!-- wp:query {"queryId":0,"query":{"perPage":"4","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","align":"wide","layout":{"type":"constrained"}} -->
+	<main class="wp-block-query alignwide">
+		<!-- wp:post-template {"align":"full"} -->
+		<!-- wp:group {"style":{"spacing":{"padding":{"top":"0.7rem","bottom":"2.1rem"}},"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|primary","style":"solid","width":"1.4rem"},"right":[],"bottom":[],"left":[]}}} -->
+		<div
+			class="wp-block-group"
+			style="
+				border-top-color: var(--wp--preset--color--primary);
+				border-top-style: solid;
+				border-top-width: 1.4rem;
+				padding-top: 0.7rem;
+				padding-bottom: 2.1rem;
+			"
+		>
+			<!-- wp:group {"layout":{"type":"constrained"}} -->
+			<div class="wp-block-group">
+				<!-- wp:columns -->
+				<div class="wp-block-columns">
+					<!-- wp:column -->
+					<div class="wp-block-column">
+						<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0px"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+						<div
+							class="wp-block-group"
+							style="
+								padding-top: 0px;
+								padding-right: 0px;
+								padding-bottom: 0px;
+								padding-left: 0px;
+							"
+						>
+							<!-- wp:post-title {"isLink":true,"style":{"typography":{"lineHeight":1}}} /-->
+
+							<!-- wp:post-date {"format":"M j","style":{"typography":{"fontStyle":"normal","fontWeight":"700","lineHeight":1}}} /-->
+						</div>
+						<!-- /wp:group -->
+					</div>
+					<!-- /wp:column -->
+
+					<!-- wp:column -->
+					<div class="wp-block-column">
+						<!-- wp:post-excerpt {"moreText":"more ›","showMoreOnNewLine":false,"excerptLength":70} /-->
+					</div>
+					<!-- /wp:column -->
+				</div>
+				<!-- /wp:columns -->
+			</div>
+			<!-- /wp:group -->
+		</div>
+		<!-- /wp:group -->
+		<!-- /wp:post-template -->
+
+		<!-- wp:group {"style":{"spacing":{"margin":{"top":"2.1rem","bottom":"2.1rem"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
+		<div
+			class="wp-block-group"
+			style="margin-top: 2.1rem; margin-bottom: 2.1rem"
+		>
+			<!-- wp:query-pagination {"style":{"typography":{"fontStyle":"normal","fontWeight":"700","fontSize":"4rem"},"elements":{"link":{"color":{"text":"var:preset|color|custom-futura-foreground"}}}},"textColor":"custom-futura-foreground"} -->
+			<!-- wp:query-pagination-previous {"label":"Prev"} /-->
+
+			<!-- wp:query-pagination-numbers /-->
+
+			<!-- wp:query-pagination-next {"label":"Next"} /-->
+			<!-- /wp:query-pagination -->
+		</div>
+		<!-- /wp:group -->
+	</main>
+	<!-- /wp:query -->
+</div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 126 - 0
programme/templates/index.html

@@ -0,0 +1,126 @@
+<!-- wp:template-part {"slug":"header-minimal"} /-->
+
+<!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group">
+	<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"2.1rem"}}}} -->
+	<div class="wp-block-group alignwide" style="padding-bottom: 2.1rem">
+		<!-- wp:group {"layout":{"type":"constrained"}} -->
+		<div class="wp-block-group">
+			<!-- wp:columns -->
+			<div class="wp-block-columns">
+				<!-- wp:column -->
+				<div class="wp-block-column">
+					<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0px"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+					<div
+						class="wp-block-group"
+						style="
+							padding-top: 0px;
+							padding-right: 0px;
+							padding-bottom: 0px;
+							padding-left: 0px;
+						"
+					>
+						<!-- wp:heading {"textColor":"primary"} -->
+						<h2
+							class="wp-block-heading has-primary-color has-text-color"
+						>
+							coming next on
+						</h2>
+						<!-- /wp:heading -->
+
+						<!-- wp:heading -->
+						<h2 class="wp-block-heading">the Little Theatre</h2>
+						<!-- /wp:heading -->
+					</div>
+					<!-- /wp:group -->
+				</div>
+				<!-- /wp:column -->
+
+				<!-- wp:column -->
+				<div class="wp-block-column">
+					<!-- wp:paragraph -->
+					<p>
+						Subscriptions and Propaganda Office<br />Canyon Fort
+						Street, 6, Mainland
+					</p>
+					<!-- /wp:paragraph -->
+				</div>
+				<!-- /wp:column -->
+			</div>
+			<!-- /wp:columns -->
+		</div>
+		<!-- /wp:group -->
+	</div>
+	<!-- /wp:group -->
+
+	<!-- wp:query {"queryId":0,"query":{"perPage":"4","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","align":"wide","layout":{"type":"constrained"}} -->
+	<main class="wp-block-query alignwide">
+		<!-- wp:post-template {"align":"full"} -->
+		<!-- wp:group {"style":{"spacing":{"padding":{"top":"0.7rem","bottom":"2.1rem"}},"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|primary","style":"solid","width":"1.4rem"},"right":[],"bottom":[],"left":[]}}} -->
+		<div
+			class="wp-block-group"
+			style="
+				border-top-color: var(--wp--preset--color--primary);
+				border-top-style: solid;
+				border-top-width: 1.4rem;
+				padding-top: 0.7rem;
+				padding-bottom: 2.1rem;
+			"
+		>
+			<!-- wp:group {"layout":{"type":"constrained"}} -->
+			<div class="wp-block-group">
+				<!-- wp:columns -->
+				<div class="wp-block-columns">
+					<!-- wp:column -->
+					<div class="wp-block-column">
+						<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0px"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+						<div
+							class="wp-block-group"
+							style="
+								padding-top: 0px;
+								padding-right: 0px;
+								padding-bottom: 0px;
+								padding-left: 0px;
+							"
+						>
+							<!-- wp:post-title {"isLink":true,"style":{"typography":{"lineHeight":1}}} /-->
+
+							<!-- wp:post-date {"format":"M j","style":{"typography":{"fontStyle":"normal","fontWeight":"700","lineHeight":1}}} /-->
+						</div>
+						<!-- /wp:group -->
+					</div>
+					<!-- /wp:column -->
+
+					<!-- wp:column -->
+					<div class="wp-block-column">
+						<!-- wp:post-excerpt {"moreText":"more ›","showMoreOnNewLine":false,"excerptLength":70} /-->
+					</div>
+					<!-- /wp:column -->
+				</div>
+				<!-- /wp:columns -->
+			</div>
+			<!-- /wp:group -->
+		</div>
+		<!-- /wp:group -->
+		<!-- /wp:post-template -->
+
+		<!-- wp:group {"style":{"spacing":{"margin":{"top":"2.1rem","bottom":"2.1rem"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
+		<div
+			class="wp-block-group"
+			style="margin-top: 2.1rem; margin-bottom: 2.1rem"
+		>
+			<!-- wp:query-pagination {"style":{"typography":{"fontStyle":"normal","fontWeight":"700","fontSize":"4rem"},"elements":{"link":{"color":{"text":"var:preset|color|custom-futura-foreground"}}}},"textColor":"custom-futura-foreground"} -->
+			<!-- wp:query-pagination-previous {"label":"Prev"} /-->
+
+			<!-- wp:query-pagination-numbers /-->
+
+			<!-- wp:query-pagination-next {"label":"Next"} /-->
+			<!-- /wp:query-pagination -->
+		</div>
+		<!-- /wp:group -->
+	</main>
+	<!-- /wp:query -->
+</div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 61 - 0
programme/templates/page.html

@@ -0,0 +1,61 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group">
+	<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"1.4rem","padding":{"top":"0.7rem"}},"border":{"top":{"color":"var:preset|color|primary","style":"solid","width":"1.4rem"}}}} -->
+	<div
+		class="wp-block-group alignwide"
+		style="
+			border-top-color: var(--wp--preset--color--primary);
+			border-top-style: solid;
+			border-top-width: 1.4rem;
+			padding-top: 0.7rem;
+		"
+	>
+		<!-- wp:group {"layout":{"type":"constrained"}} -->
+		<div class="wp-block-group">
+			<!-- wp:group {"style":{"typography":{"lineHeight":1}},"layout":{"type":"constrained"}} -->
+			<div class="wp-block-group" style="line-height: 1">
+				<!-- wp:post-title {"level":1,"align":"full","style":{"typography":{"lineHeight":1}}} /-->
+			</div>
+			<!-- /wp:group -->
+
+			<!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"10px","left":"10px"}}}} -->
+			<div class="wp-block-columns">
+				<!-- wp:column -->
+				<div class="wp-block-column">
+					<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0rem"}},"textColor":"secondary","layout":{"type":"flex","orientation":"vertical"}} -->
+					<div
+						class="wp-block-group has-secondary-color has-text-color"
+						style="
+							padding-top: 0px;
+							padding-right: 0px;
+							padding-bottom: 0px;
+							padding-left: 0px;
+						"
+					>
+						<!-- wp:post-date {"format":"M j","style":{"typography":{"fontStyle":"normal","fontWeight":"600","lineHeight":"1.4","letterSpacing":"0px","textTransform":"lowercase","fontSize":"1.4rem"}}} /-->
+					</div>
+					<!-- /wp:group -->
+				</div>
+				<!-- /wp:column -->
+
+				<!-- wp:column -->
+				<div class="wp-block-column"></div>
+				<!-- /wp:column -->
+			</div>
+			<!-- /wp:columns -->
+		</div>
+		<!-- /wp:group -->
+
+		<!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"style":{"spacing":{"blockGap":{"top":"10px","left":"10px"}}},"layout":{"type":"constrained"}} -->
+		<main class="wp-block-group">
+			<!-- wp:post-content {"lock":{"move":false,"remove":false}} /-->
+		</main>
+		<!-- /wp:group -->
+	</div>
+	<!-- /wp:group -->
+</div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 81 - 0
programme/templates/search.html

@@ -0,0 +1,81 @@
+<!-- wp:template-part {"slug":"header-minimal"} /-->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top: 0px; margin-bottom: 0px">
+	<!-- wp:query {"queryId":0,"query":{"perPage":"4","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","align":"wide","layout":{"type":"constrained"}} -->
+	<main class="wp-block-query alignwide">
+		<!-- wp:group {"layout":{"type":"constrained"}} -->
+		<div class="wp-block-group">
+			<!-- wp:pattern {"slug":"programme/search"}-->
+		</div>
+		<!-- /wp:group -->
+
+		<!-- wp:post-template {"align":"full"} -->
+		<!-- wp:group {"style":{"spacing":{"padding":{"top":"0.7rem","bottom":"2.1rem"}},"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|primary","style":"solid","width":"1.4rem"},"right":[],"bottom":[],"left":[]}}} -->
+		<div
+			class="wp-block-group"
+			style="
+				border-top-color: var(--wp--preset--color--primary);
+				border-top-style: solid;
+				border-top-width: 1.4rem;
+				padding-top: 0.7rem;
+				padding-bottom: 2.1rem;
+			"
+		>
+			<!-- wp:group {"layout":{"type":"constrained"}} -->
+			<div class="wp-block-group">
+				<!-- wp:columns -->
+				<div class="wp-block-columns">
+					<!-- wp:column -->
+					<div class="wp-block-column">
+						<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0px"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+						<div
+							class="wp-block-group"
+							style="
+								padding-top: 0px;
+								padding-right: 0px;
+								padding-bottom: 0px;
+								padding-left: 0px;
+							"
+						>
+							<!-- wp:post-title {"isLink":true,"style":{"typography":{"lineHeight":1}}} /-->
+
+							<!-- wp:post-date {"format":"M j","style":{"typography":{"fontStyle":"normal","fontWeight":"700","lineHeight":1}}} /-->
+						</div>
+						<!-- /wp:group -->
+					</div>
+					<!-- /wp:column -->
+
+					<!-- wp:column -->
+					<div class="wp-block-column">
+						<!-- wp:post-excerpt {"moreText":"more ›","showMoreOnNewLine":false,"excerptLength":70} /-->
+					</div>
+					<!-- /wp:column -->
+				</div>
+				<!-- /wp:columns -->
+			</div>
+			<!-- /wp:group -->
+		</div>
+		<!-- /wp:group -->
+		<!-- /wp:post-template -->
+
+		<!-- wp:group {"style":{"spacing":{"margin":{"top":"2.1rem","bottom":"2.1rem"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
+		<div
+			class="wp-block-group"
+			style="margin-top: 2.1rem; margin-bottom: 2.1rem"
+		>
+			<!-- wp:query-pagination {"style":{"typography":{"fontStyle":"normal","fontWeight":"700","fontSize":"4rem"}}} -->
+			<!-- wp:query-pagination-previous {"label":"Prev"} /-->
+
+			<!-- wp:query-pagination-numbers /-->
+
+			<!-- wp:query-pagination-next {"label":"Next"} /-->
+			<!-- /wp:query-pagination -->
+		</div>
+		<!-- /wp:group -->
+	</main>
+	<!-- /wp:query -->
+</div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 61 - 0
programme/templates/single.html

@@ -0,0 +1,61 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group">
+	<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"1.4rem","padding":{"top":"0.7rem"}},"border":{"top":{"color":"var:preset|color|primary","style":"solid","width":"1.4rem"}}}} -->
+	<div
+		class="wp-block-group alignwide"
+		style="
+			border-top-color: var(--wp--preset--color--primary);
+			border-top-style: solid;
+			border-top-width: 1.4rem;
+			padding-top: 0.7rem;
+		"
+	>
+		<!-- wp:group {"layout":{"type":"constrained"}} -->
+		<div class="wp-block-group">
+			<!-- wp:group {"style":{"typography":{"lineHeight":1}},"layout":{"type":"constrained"}} -->
+			<div class="wp-block-group" style="line-height: 1">
+				<!-- wp:post-title {"level":1,"align":"full","style":{"typography":{"lineHeight":1}}} /-->
+			</div>
+			<!-- /wp:group -->
+
+			<!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"10px","left":"10px"}}}} -->
+			<div class="wp-block-columns">
+				<!-- wp:column -->
+				<div class="wp-block-column">
+					<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0rem"}},"textColor":"secondary","layout":{"type":"flex","orientation":"vertical"}} -->
+					<div
+						class="wp-block-group has-secondary-color has-text-color"
+						style="
+							padding-top: 0px;
+							padding-right: 0px;
+							padding-bottom: 0px;
+							padding-left: 0px;
+						"
+					>
+						<!-- wp:post-date {"format":"M j","style":{"typography":{"fontStyle":"normal","fontWeight":"600","lineHeight":"1.4","letterSpacing":"0px","textTransform":"lowercase","fontSize":"1.4rem"}}} /-->
+					</div>
+					<!-- /wp:group -->
+				</div>
+				<!-- /wp:column -->
+
+				<!-- wp:column -->
+				<div class="wp-block-column"><!-- wp:post-excerpt /--></div>
+				<!-- /wp:column -->
+			</div>
+			<!-- /wp:columns -->
+		</div>
+		<!-- /wp:group -->
+
+		<!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"style":{"spacing":{"blockGap":{"top":"10px","left":"10px"}}},"layout":{"type":"constrained"}} -->
+		<main class="wp-block-group">
+			<!-- wp:post-content {"lock":{"move":false,"remove":false}} /-->
+		</main>
+		<!-- /wp:group -->
+	</div>
+	<!-- /wp:group -->
+</div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 718 - 0
programme/theme.json

@@ -0,0 +1,718 @@
+{
+	"settings": {
+		"appearanceTools": true,
+		"color": {
+			"background": true,
+			"custom": true,
+			"customDuotone": true,
+			"customGradient": true,
+			"defaultDuotone": true,
+			"defaultGradients": true,
+			"defaultPalette": true,
+			"duotone": [],
+			"gradients": [],
+			"palette": [
+				{
+					"color": "#141414",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#e62b1a",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#2f2e2c",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#fafafa",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#fafafa",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				},
+				{
+					"color": "#010229",
+					"name": "Futura Background",
+					"slug": "custom-futura-background"
+				},
+				{
+					"color": "#d1ddc9",
+					"name": "Futura Accent",
+					"slug": "custom-futura-accent"
+				},
+				{
+					"color": "#f2fcf5",
+					"name": "Futura Foreground",
+					"slug": "custom-futura-foreground"
+				},
+				{
+					"color": "#18303b",
+					"name": "Century Background",
+					"slug": "custom-century-background"
+				},
+				{
+					"color": "#dfdbc5",
+					"name": "Century Foreground",
+					"slug": "custom-century-foreground"
+				}
+			],
+			"text": true
+		},
+		"layout": {
+			"contentSize": "70%",
+			"definitions": {
+				"constrained": {
+					"baseStyles": [
+						{
+							"rules": {
+								"float": "left",
+								"margin-inline-end": "2em",
+								"margin-inline-start": "0"
+							},
+							"selector": " > .alignleft"
+						},
+						{
+							"rules": {
+								"float": "right",
+								"margin-inline-end": "0",
+								"margin-inline-start": "2em"
+							},
+							"selector": " > .alignright"
+						},
+						{
+							"rules": {
+								"margin-left": "auto !important",
+								"margin-right": "auto !important"
+							},
+							"selector": " > .aligncenter"
+						},
+						{
+							"rules": {
+								"margin-left": "auto !important",
+								"margin-right": "auto !important",
+								"max-width": "var(--wp--style--global--content-size)"
+							},
+							"selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
+						},
+						{
+							"rules": {
+								"max-width": "var(--wp--style--global--wide-size)"
+							},
+							"selector": " > .alignwide"
+						}
+					],
+					"className": "is-layout-constrained",
+					"name": "constrained",
+					"slug": "constrained",
+					"spacingStyles": [
+						{
+							"rules": {
+								"margin-block-end": "0",
+								"margin-block-start": "0"
+							},
+							"selector": " > *"
+						},
+						{
+							"rules": {
+								"margin-block-end": "0"
+							},
+							"selector": " > * + *"
+						}
+					]
+				},
+				"default": {
+					"baseStyles": [
+						{
+							"rules": {
+								"float": "left",
+								"margin-inline-end": "2em",
+								"margin-inline-start": "0"
+							},
+							"selector": " > .alignleft"
+						},
+						{
+							"rules": {
+								"float": "right",
+								"margin-inline-end": "0",
+								"margin-inline-start": "2em"
+							},
+							"selector": " > .alignright"
+						},
+						{
+							"rules": {
+								"margin-left": "auto !important",
+								"margin-right": "auto !important"
+							},
+							"selector": " > .aligncenter"
+						}
+					],
+					"className": "is-layout-flow",
+					"name": "default",
+					"slug": "flow",
+					"spacingStyles": [
+						{
+							"rules": {
+								"margin-block-end": "0",
+								"margin-block-start": "0"
+							},
+							"selector": " > *"
+						},
+						{
+							"rules": {
+								"margin-block-end": "0"
+							},
+							"selector": " > * + *"
+						}
+					]
+				},
+				"flex": {
+					"baseStyles": [
+						{
+							"rules": {
+								"align-items": "center",
+								"flex-wrap": "wrap"
+							}
+						},
+						{
+							"rules": {
+								"margin": "0"
+							},
+							"selector": " > *"
+						}
+					],
+					"className": "is-layout-flex",
+					"displayMode": "flex",
+					"name": "flex",
+					"slug": "flex"
+				},
+				"grid": {
+					"baseStyles": [
+						{
+							"rules": {
+								"margin": "0"
+							},
+							"selector": " > *"
+						}
+					],
+					"className": "is-layout-grid",
+					"displayMode": "grid",
+					"name": "grid",
+					"slug": "grid"
+				}
+			},
+			"wideSize": "90%"
+		},
+		"shadow": {
+			"defaultPresets": true,
+			"presets": []
+		},
+		"spacing": {
+			"customSpacingSize": true,
+			"spacingScale": {
+				"increment": 1.5,
+				"mediumStep": 1.5,
+				"operator": "*",
+				"steps": 7,
+				"unit": "rem"
+			},
+			"spacingSizes": [],
+			"units": [
+				"%",
+				"px",
+				"em",
+				"rem",
+				"vh",
+				"vw"
+			]
+		},
+		"typography": {
+			"customFontSize": true,
+			"dropCap": true,
+			"fluid": true,
+			"fontFamilies": [
+				{
+					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
+					"name": "System Font",
+					"slug": "system-font"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Inter",
+							"fontStyle": "normal",
+							"fontWeight": "600",
+							"src": [
+								"file:./assets/fonts/inter_normal_600.ttf"
+							]
+						},
+						{
+							"fontFamily": "Inter",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/inter_normal_700.ttf"
+							]
+						}
+					],
+					"fontFamily": "Inter",
+					"slug": "inter"
+				}
+			],
+			"fontSizes": [
+				{
+					"fluid": {
+						"max": "1.0625rem",
+						"min": "0.825rem"
+					},
+					"name": "Small",
+					"size": "1rem",
+					"slug": "small"
+				},
+				{
+					"fluid": {
+						"max": "1.25rem",
+						"min": "1rem"
+					},
+					"name": "Medium",
+					"size": "1.125rem",
+					"slug": "medium"
+				},
+				{
+					"fluid": {
+						"max": "2rem",
+						"min": "1.75rem"
+					},
+					"name": "Large",
+					"size": "1.75rem",
+					"slug": "large"
+				},
+				{
+					"fluid": {
+						"max": "3rem",
+						"min": "2.5rem"
+					},
+					"name": "Extra Large",
+					"size": "3rem",
+					"slug": "x-large"
+				}
+			],
+			"fontStyle": true,
+			"fontWeight": true,
+			"letterSpacing": true,
+			"textDecoration": true,
+			"textTransform": true
+		},
+		"useRootPaddingAwareAlignments": true
+	},
+	"styles": {
+		"blocks": {
+			"core/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/comment-author-name": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/comment-date": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/comment-edit-link": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/comment-reply-link": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/gallery": {
+				"spacing": {
+					"margin": {
+						"bottom": "var(--wp--preset--spacing--50)"
+					}
+				}
+			},
+			"core/heading": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var:preset|color|secondary"
+						}
+					}
+				}
+			},
+			"core/list": {
+				"spacing": {
+					"padding": {
+						"left": "var(--wp--preset--spacing--70)"
+					}
+				}
+			},
+			"core/navigation": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				}
+			},
+			"core/paragraph": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var:preset|color|secondary"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "1.5rem",
+					"fontStyle": "normal",
+					"fontWeight": "600",
+					"letterSpacing": "-1px",
+					"lineHeight": 1.4
+				}
+			},
+			"core/post-author-name": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				}
+			},
+			"core/post-date": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|secondary"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "4rem",
+					"letterSpacing": "-3px"
+				}
+			},
+			"core/post-excerpt": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var:preset|color|secondary"
+						}
+					}
+				},
+				"typography": {
+					"lineHeight": 1
+				}
+			},
+			"core/post-title": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var:preset|color|secondary"
+						},
+						"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": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var:preset|color|secondary"
+						}
+					}
+				},
+				"typography": {
+					"letterSpacing": "-1px"
+				}
+			},
+			"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": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontStyle": "normal",
+					"fontWeight": "600",
+					"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": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/site-title": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontWeight": "700"
+				}
+			}
+		},
+		"color": {
+			"background": "var:preset|color|background",
+			"text": "var:preset|color|secondary"
+		},
+		"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)"
+					},
+					"outline": {
+						"color": "var(--wp--preset--color--primary)",
+						"offset": "2px",
+						"style": "dotted",
+						"width": "1px"
+					}
+				},
+				":hover": {
+					"color": {
+						"background": "var(--wp--preset--color--secondary)",
+						"text": "var(--wp--preset--color--background)"
+					}
+				},
+				"border": {
+					"radius": "0.25rem"
+				},
+				"color": {
+					"background": "var:preset|color|secondary",
+					"text": "var:preset|color|background"
+				}
+			},
+			"caption": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				}
+			},
+			"h1": {
+				"typography": {
+					"fontSize": "6.4rem",
+					"letterSpacing": "-5px",
+					"lineHeight": "1"
+				}
+			},
+			"h2": {
+				"typography": {
+					"fontSize": "4rem",
+					"letterSpacing": "-3px",
+					"lineHeight": "1"
+				}
+			},
+			"h3": {
+				"typography": {
+					"fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)",
+					"lineHeight": "1"
+				}
+			},
+			"h4": {
+				"typography": {
+					"fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)",
+					"lineHeight": "1"
+				}
+			},
+			"h5": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"lineHeight": "1"
+				}
+			},
+			"h6": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"lineHeight": "1"
+				}
+			},
+			"heading": {
+				"color": {
+					"text": "var:preset|color|secondary"
+				},
+				"typography": {
+					"fontFamily": "var:preset|font-family|inter",
+					"fontStyle": "normal",
+					"fontWeight": "700",
+					"lineHeight": "1"
+				}
+			},
+			"link": {
+				":hover": {
+					"typography": {
+						"textDecoration": "none"
+					}
+				},
+				"color": {
+					"text": "var:preset|color|secondary"
+				}
+			}
+		},
+		"spacing": {
+			"blockGap": "2rem",
+			"padding": {
+				"bottom": "0px",
+				"left": "var(--wp--preset--spacing--50)",
+				"right": "var(--wp--preset--spacing--50)",
+				"top": "0px"
+			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|inter",
+			"fontSize": "1.4rem",
+			"fontStyle": "normal",
+			"fontWeight": "600",
+			"lineHeight": 1.4
+		}
+	},
+	"templateParts": [
+		{
+			"area": "header",
+			"name": "header"
+		},
+		{
+			"area": "footer",
+			"name": "footer"
+		}
+	],
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}