Browse Source

Fix Ritratto and Magalog (Blogorama) (#7506)

* Remove variation.

* Update styles and variations

* Rename to blogorama.

* Fix image refs and escape text.
Jeff Ong 1 year ago
parent
commit
4efe312904
56 changed files with 235 additions and 1753 deletions
  1. 0 0
      blogorama/assets/fonts/linik-sans_italic_400.ttf
  2. 0 0
      blogorama/assets/fonts/linik-sans_italic_500.ttf
  3. 0 0
      blogorama/assets/fonts/linik-sans_normal_400.ttf
  4. 0 0
      blogorama/assets/fonts/linik-sans_normal_500.ttf
  5. 0 0
      blogorama/assets/fonts/rubik_italic_300.ttf
  6. 0 0
      blogorama/assets/fonts/rubik_italic_500.ttf
  7. 0 0
      blogorama/assets/fonts/rubik_normal_300.ttf
  8. 0 0
      blogorama/assets/fonts/rubik_normal_500.ttf
  9. 0 0
      blogorama/assets/images/23ec.svg
  10. 0 0
      blogorama/assets/images/blogorama_brand-d.png
  11. 0 0
      blogorama/assets/images/vector_arrow-1.png
  12. 0 0
      blogorama/assets/images/vector_arrow-2.png
  13. 0 0
      blogorama/assets/images/vector_arrow-3.png
  14. 14 14
      blogorama/functions.php
  15. 1 0
      blogorama/parts/footer-pages.html
  16. 1 1
      blogorama/parts/footer.html
  17. 1 0
      blogorama/parts/header-pages.html
  18. 0 0
      blogorama/parts/header.html
  19. 0 0
      blogorama/parts/post-meta.html
  20. 1 1
      blogorama/parts/sidebar.html
  21. 3 3
      blogorama/patterns/404.php
  22. 2 2
      blogorama/patterns/about.php
  23. 4 4
      blogorama/patterns/archive.php
  24. 1 1
      blogorama/patterns/comments.php
  25. 4 4
      blogorama/patterns/footer-pages.php
  26. 12 3
      blogorama/patterns/footer.php
  27. 3 3
      blogorama/patterns/header-pages.php
  28. 1 1
      blogorama/patterns/home.php
  29. 6 6
      blogorama/patterns/index.php
  30. 2 2
      blogorama/patterns/page.php
  31. 5 5
      blogorama/patterns/search.php
  32. 5 5
      blogorama/readme.txt
  33. 0 0
      blogorama/screenshot.png
  34. 4 4
      blogorama/style.css
  35. 20 64
      blogorama/styles/CoralDream.json
  36. 82 0
      blogorama/styles/PeachyOcean.json
  37. 0 0
      blogorama/templates/404.html
  38. 1 0
      blogorama/templates/archive.html
  39. 1 1
      blogorama/templates/home.html
  40. 1 0
      blogorama/templates/index.html
  41. 0 0
      blogorama/templates/page-about.html
  42. 0 0
      blogorama/templates/page.html
  43. 1 0
      blogorama/templates/search.html
  44. 0 0
      blogorama/templates/single.html
  45. 59 216
      blogorama/theme.json
  46. BIN
      magalog/assets/images/Magalog_brand-1.png
  47. BIN
      magalog/assets/images/Magalog_brand-2.png
  48. BIN
      magalog/assets/images/Magalog_brand-3.png
  49. BIN
      magalog/assets/images/magblog_logob.png
  50. 0 1
      magalog/parts/footer-pages.html
  51. 0 1
      magalog/parts/header-pages.html
  52. 0 740
      magalog/styles/PeachyOcean.json
  53. 0 1
      magalog/templates/archive.html
  54. 0 1
      magalog/templates/index.html
  55. 0 1
      magalog/templates/search.html
  56. 0 668
      ritratto/styles/bluelagoon.json

+ 0 - 0
magalog/assets/fonts/linik-sans_italic_400.ttf → blogorama/assets/fonts/linik-sans_italic_400.ttf


+ 0 - 0
magalog/assets/fonts/linik-sans_italic_500.ttf → blogorama/assets/fonts/linik-sans_italic_500.ttf


+ 0 - 0
magalog/assets/fonts/linik-sans_normal_400.ttf → blogorama/assets/fonts/linik-sans_normal_400.ttf


+ 0 - 0
magalog/assets/fonts/linik-sans_normal_500.ttf → blogorama/assets/fonts/linik-sans_normal_500.ttf


+ 0 - 0
magalog/assets/fonts/rubik_italic_300.ttf → blogorama/assets/fonts/rubik_italic_300.ttf


+ 0 - 0
magalog/assets/fonts/rubik_italic_500.ttf → blogorama/assets/fonts/rubik_italic_500.ttf


+ 0 - 0
magalog/assets/fonts/rubik_normal_300.ttf → blogorama/assets/fonts/rubik_normal_300.ttf


+ 0 - 0
magalog/assets/fonts/rubik_normal_500.ttf → blogorama/assets/fonts/rubik_normal_500.ttf


+ 0 - 0
magalog/assets/images/23ec.svg → blogorama/assets/images/23ec.svg


+ 0 - 0
magalog/assets/images/magblog_brand-d.png → blogorama/assets/images/blogorama_brand-d.png


+ 0 - 0
magalog/assets/images/vector_arrow-1.png → blogorama/assets/images/vector_arrow-1.png


+ 0 - 0
magalog/assets/images/vector_arrow-2.png → blogorama/assets/images/vector_arrow-2.png


+ 0 - 0
magalog/assets/images/vector_arrow-3.png → blogorama/assets/images/vector_arrow-3.png


+ 14 - 14
magalog/functions.php → blogorama/functions.php

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

+ 1 - 0
blogorama/parts/footer-pages.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"blogorama/footer-pages"} /-->

+ 1 - 1
magalog/parts/footer.html → blogorama/parts/footer.html

@@ -38,7 +38,7 @@
 <!-- wp:column {"width":"60%","layout":{"type":"default"}} -->
 <div class="wp-block-column" style="flex-basis:60%"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
 <div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:paragraph {"fontSize":"large"} -->
-<p class="has-large-font-size">Whether you're a blogger, photographer, or creative professional, Magalog is a versatile theme that will make your content shine. With its magazine-inspired layout and customizable design, it's the perfect choice for anyone looking to elevate your blog to the next level.</p>
+<p class="has-large-font-size">Whether you're a blogger, photographer, or creative professional, Blogorama is a versatile theme that will make your content shine. With its magazine-inspired layout and customizable design, it's the perfect choice for anyone looking to elevate your blog to the next level.</p>
 <!-- /wp:paragraph --></div>
 <!-- /wp:group -->
 

+ 1 - 0
blogorama/parts/header-pages.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"blogorama/header-pages"} /-->

+ 0 - 0
magalog/parts/header.html → blogorama/parts/header.html


+ 0 - 0
magalog/parts/post-meta.html → blogorama/parts/post-meta.html


+ 1 - 1
magalog/parts/sidebar.html → blogorama/parts/sidebar.html

@@ -14,7 +14,7 @@
 <div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
 <!-- /wp:spacer -->
 
-<!-- wp:pattern {"slug":"magalog/about"} /-->
+<!-- wp:pattern {"slug":"blogorama/about"} /-->
 
 <!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
 <div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>

+ 3 - 3
magalog/patterns/404.php → blogorama/patterns/404.php

@@ -1,16 +1,16 @@
 <?php
 /**
  * Title: A 404 page
- * Slug: magalog/404
+ * Slug: blogorama/404
  * Inserter: no
  */
 
 ?>
 
 <!-- wp:heading {"textAlign":"center","level":1,"fontSize":"x-large"} -->
-<h1 class="has-text-align-center has-x-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'magalog' ); ?></h1>
+<h1 class="has-text-align-center has-x-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'blogorama' ); ?></h1>
 <!-- /wp:heading -->
 
 <!-- wp:paragraph -->
-<p><?php echo  esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'magalog' ); ?></p>
+<p><?php echo  esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'blogorama' ); ?></p>
 <!-- /wp:paragraph -->

+ 2 - 2
magalog/patterns/about.php → blogorama/patterns/about.php

@@ -1,11 +1,11 @@
 <?php
 /**
  * Title: About
- * Slug: magalog/about
+ * Slug: blogorama/about
  * Inserter: no
  */
 
 ?>
 <!-- wp:paragraph {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} -->
-<p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><?php echo esc_html__( 'A beautifully designed WordPress blog theme displaying large typography and customizable color palettes. With its clean and modern design, Magalog offers a unique and engaging way to showcase your blog content.', 'magalog' ); ?></p>
+<p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><?php echo esc_html__( 'A beautifully designed WordPress blog theme displaying large typography and customizable color palettes. With its clean and modern design, Blogorama offers a unique and engaging way to showcase your blog content.', 'blogorama' ); ?></p>
 <!-- /wp:paragraph -->

+ 4 - 4
magalog/patterns/archive.php → blogorama/patterns/archive.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * Title: archive
- * Slug: magalog/archive
+ * Slug: blogorama/archive
  * Categories: hidden
  * Inserter: no
  */
@@ -45,7 +45,7 @@
 <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-date {"style":{"typography":{"textTransform":"uppercase","lineHeight":1,"fontSize":"1rem","letterSpacing":"1px"},"spacing":{"blockGap":"1rem"},"elements":{"link":{"color":{"text":"var:preset|color|custom-coral-dream-1"}}}},"textColor":"custom-coral-dream-1","fontFamily":"rubik"} /-->
 
 <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase","lineHeight":1,"fontSize":"1rem","letterSpacing":"1px"},"spacing":{"blockGap":"1rem"}},"fontFamily":"rubik"} -->
-<p class="has-rubik-font-family" style="font-size:1rem;letter-spacing:1px;line-height:1;text-transform:uppercase"><?php echo esc_html__( '·', 'magalog' ); ?></p>
+<p class="has-rubik-font-family" style="font-size:1rem;letter-spacing:1px;line-height:1;text-transform:uppercase"><?php echo esc_html__( '·', 'blogorama' ); ?></p>
 <!-- /wp:paragraph -->
 
 <!-- wp:post-terms {"term":"category","style":{"typography":{"textTransform":"uppercase","lineHeight":1,"fontSize":"1rem","letterSpacing":"1px"},"spacing":{"blockGap":"1rem"}},"fontFamily":"rubik"} /--></div>
@@ -76,11 +76,11 @@
 <!-- /wp:group -->
 
 <!-- wp:query-pagination {"align":"full","style":{"typography":{"fontSize":"3.6rem","lineHeight":2}}} -->
-<!-- wp:query-pagination-previous {"label":"<?php echo esc_html__( 'Previous', 'magalog' ); ?>"} /-->
+<!-- wp:query-pagination-previous {"label":"<?php echo esc_html__( 'Previous', 'blogorama' ); ?>"} /-->
 
 <!-- wp:query-pagination-numbers /-->
 
-<!-- wp:query-pagination-next {"label":"<?php echo esc_html__( 'Next', 'magalog' ); ?>"} /-->
+<!-- wp:query-pagination-next {"label":"<?php echo esc_html__( 'Next', 'blogorama' ); ?>"} /-->
 <!-- /wp:query-pagination --></main>
 <!-- /wp:query -->
 

+ 1 - 1
magalog/patterns/comments.php → blogorama/patterns/comments.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * Title: Comments
- * slug: magalog/comments
+ * slug: blogorama/comments
  * inserter: no
  */
 

+ 4 - 4
magalog/patterns/footer-pages.php → blogorama/patterns/footer-pages.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * Title: footer-pages
- * Slug: magalog/footer-pages
+ * Slug: blogorama/footer-pages
  * Categories: hidden
  * Inserter: no
  */
@@ -16,11 +16,11 @@
 <div class="wp-block-columns" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"70%"} -->
 <div class="wp-block-column" style="flex-basis:70%"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"15%","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"flex","orientation":"vertical"}} -->
 <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:15%;padding-bottom:0px;padding-left:0px"><!-- wp:heading {"fontSize":"x-large"} -->
-<h2 class="wp-block-heading has-x-large-font-size">MagBlog is a magalogzine-style theme design that displays blog posts, reviews, artwork and news.</h2>
+<h2 class="wp-block-heading has-x-large-font-size">MagBlog is a blogoramazine-style theme design that displays blog posts, reviews, artwork and news.</h2>
 <!-- /wp:heading -->
 
 <!-- wp:image -->
-<figure class="wp-block-image"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/23ec.svg" alt="<?php echo esc_attr_e( '⏬', 'magalog' ); ?>"/></figure>
+<figure class="wp-block-image"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/23ec.svg" alt="<?php echo esc_attr_e( '⏬', 'blogorama' ); ?>"/></figure>
 <!-- /wp:image -->
 
 <!-- wp:heading {"textAlign":"left","fontSize":"x-large"} -->
@@ -57,7 +57,7 @@
 <!-- /wp:spacer -->
 
 <!-- wp:paragraph {"align":"left"} -->
-<p class="has-text-align-left">MagBlog is a magalogzine theme focused on sizable type and imagery to expand your content. Make it yours ⏬</p>
+<p class="has-text-align-left">MagBlog is a blogoramazine theme focused on sizable type and imagery to expand your content. Make it yours ⏬</p>
 <!-- /wp:paragraph --></div>
 <!-- /wp:column --></div>
 <!-- /wp:columns -->

+ 12 - 3
magalog/patterns/footer.php → blogorama/patterns/footer.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * Title: footer
- * Slug: magalog/footer
+ * Slug: blogorama/footer
  * Categories: hidden
  * Inserter: no
  */
@@ -36,7 +36,16 @@
 <!-- /wp:spacer -->
 
 <!-- wp:paragraph {"align":"left"} -->
-<p class="has-text-align-left">Designed with <a rel="nofollow" href="https://wordpress.org">WordPress</a></p>
+<p class="has-text-align-left">
+            <?php
+            /* Translators: WordPress link. */
+            $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'blogorama' ) ) . '" rel="nofollow">WordPress</a>';
+            echo sprintf(
+                esc_html__( 'Designed with %1$s', 'blogorama' ),
+                $wordpress_link
+            );
+        ?>
+</p>
 <!-- /wp:paragraph --></div>
 <!-- /wp:group -->
 
@@ -48,7 +57,7 @@
 <!-- wp:column {"width":"60%","layout":{"type":"default"}} -->
 <div class="wp-block-column" style="flex-basis:60%"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
 <div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:paragraph {"fontSize":"large"} -->
-<p class="has-large-font-size">Magualogue is a magalogzine-style theme design that displays blog posts, reviews, artwork and news. It comes with different styles to spark your creativity in making it just as you’d like to.</p>
+<p class="has-large-font-size"><?php esc_html( 'Blogorama is a blogoramazine-style theme design that displays blog posts, reviews, artwork and news. It comes with different styles to spark your creativity in making it just as you’d like to.', 'blogorama' ) ?></p>
 <!-- /wp:paragraph --></div>
 <!-- /wp:group -->
 

+ 3 - 3
magalog/patterns/header-pages.php → blogorama/patterns/header-pages.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * Title: header-pages
- * Slug: magalog/header-pages
+ * Slug: blogorama/header-pages
  * Categories: hidden
  * Inserter: no
  */
@@ -15,8 +15,8 @@
 <div class="wp-block-group" style="margin-top:0rem;margin-bottom:0rem;padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"bottom":"0px","top":"0px","right":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"flex","justifyContent":"space-between","verticalAlignment":"top"}} -->
 <div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:navigation {"ref":52,"textColor":"primary","overlayMenu":"never","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"600","lineHeight":"1"},"spacing":{"blockGap":"0rem"}},"fontSize":"large"} /-->
 
-<!-- wp:image {"id":264,"width":54,"height":54,"sizeSlug":"full","linkDestination":"custom"} -->
-<figure class="wp-block-image size-full is-resized"><a href="https://magblog.mystagingwebsite.com/"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/magblog_brand-d.png" alt="" class="wp-image-264" width="54" height="54"/></a></figure>
+<!-- wp:image {"width":54,"height":54,"sizeSlug":"full","linkDestination":"custom"} -->
+<figure class="wp-block-image size-full is-resized"><a href="/"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/blogorama_brand-d.png" alt="" width="54" height="54"/></a></figure>
 <!-- /wp:image --></div>
 <!-- /wp:group --></div>
 <!-- /wp:group -->

+ 1 - 1
magalog/patterns/home.php → blogorama/patterns/home.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * Title: arrow
- * Slug: magalog/arrow
+ * Slug: blogorama/arrow
  * Categories: hidden
  * Inserter: no
  */

+ 6 - 6
magalog/patterns/index.php → blogorama/patterns/index.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * Title: index
- * Slug: magalog/index
+ * Slug: blogorama/index
  * Categories: hidden
  * Inserter: no
  */
@@ -37,7 +37,7 @@
 <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-date {"style":{"typography":{"textTransform":"uppercase","lineHeight":1,"fontSize":"1rem","letterSpacing":"1px"},"spacing":{"blockGap":"1rem"}},"fontFamily":"rubik"} /-->
 
 <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase","lineHeight":1,"fontSize":"1rem","letterSpacing":"1px"},"spacing":{"blockGap":"1rem"}},"fontFamily":"rubik"} -->
-<p class="has-rubik-font-family" style="font-size:1rem;letter-spacing:1px;line-height:1;text-transform:uppercase"><?php echo esc_html__( '·', 'magalog' ); ?></p>
+<p class="has-rubik-font-family" style="font-size:1rem;letter-spacing:1px;line-height:1;text-transform:uppercase"><?php echo esc_html__( '·', 'blogorama' ); ?></p>
 <!-- /wp:paragraph -->
 
 <!-- wp:post-terms {"term":"category","style":{"typography":{"textTransform":"uppercase","lineHeight":1,"fontSize":"1rem","letterSpacing":"1px"},"spacing":{"blockGap":"1rem"}},"fontFamily":"rubik"} /--></div>
@@ -74,14 +74,14 @@
 <!-- wp:columns {"verticalAlignment":"center","align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":{"top":"2rem","left":"2rem"}}}} -->
 <div class="wp-block-columns alignfull are-vertically-aligned-center" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"verticalAlignment":"center","width":"33.3%","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} -->
 <div class="wp-block-column is-vertically-aligned-center" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;flex-basis:33.3%"><!-- wp:heading {"textAlign":"center"} -->
-<h2 class="wp-block-heading has-text-align-center"><?php echo esc_html__( '😣', 'magalog' ); ?></h2>
+<h2 class="wp-block-heading has-text-align-center"><?php echo esc_html__( '😣', 'blogorama' ); ?></h2>
 <!-- /wp:heading --></div>
 <!-- /wp:column -->
 
 <!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"layout":{"type":"constrained"}} -->
 <div class="wp-block-column is-vertically-aligned-center" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0rem","right":"4rem","bottom":"0rem","left":"4rem"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0rem"}},"layout":{"type":"constrained","contentSize":"100%","justifyContent":"center"}} -->
 <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0rem;padding-right:4rem;padding-bottom:0rem;padding-left:4rem"><!-- wp:heading {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0rem"},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"textColor":"background"} -->
-<h2 class="wp-block-heading has-background-color has-text-color has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><?php echo esc_html__( 'Sorry, no results found.', 'magalog' ); ?></h2>
+<h2 class="wp-block-heading has-background-color has-text-color has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><?php echo esc_html__( 'Sorry, no results found.', 'blogorama' ); ?></h2>
 <!-- /wp:heading --></div>
 <!-- /wp:group --></div>
 <!-- /wp:column --></div>
@@ -90,11 +90,11 @@
 <!-- /wp:group -->
 
 <!-- wp:query-pagination {"align":"full","style":{"typography":{"fontSize":"3.6rem","lineHeight":2},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"primary","textColor":"background"} -->
-<!-- wp:query-pagination-previous {"label":"<?php echo esc_html__( 'Previous', 'magalog' ); ?>"} /-->
+<!-- wp:query-pagination-previous {"label":"<?php echo esc_html__( 'Previous', 'blogorama' ); ?>"} /-->
 
 <!-- wp:query-pagination-numbers /-->
 
-<!-- wp:query-pagination-next {"label":"<?php echo esc_html__( 'Next', 'magalog' ); ?>"} /-->
+<!-- wp:query-pagination-next {"label":"<?php echo esc_html__( 'Next', 'blogorama' ); ?>"} /-->
 <!-- /wp:query-pagination --></main>
 <!-- /wp:query -->
 

+ 2 - 2
magalog/patterns/page.php → blogorama/patterns/page.php

@@ -25,7 +25,7 @@
 <!-- /wp:spacer -->
 
 <!-- wp:paragraph {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} -->
-<p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">MagBlog is a magalogzine-style theme design that displays blog posts, reviews, artwork, photography, and, why not, news. It comes in different colors and styles to spark your creativity. Make it your theme now.</p>
+<p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">MagBlog is a blogoramazine-style theme design that displays blog posts, reviews, artwork, photography, and, why not, news. It comes in different colors and styles to spark your creativity. Make it your theme now.</p>
 <!-- /wp:paragraph --></div>
 <!-- /wp:group --></div>
 <!-- /wp:group --></div>
@@ -82,6 +82,6 @@
 <!-- /wp:group --></main>
 <!-- /wp:query -->
 
-<!-- wp:template-part {"slug":"footer","theme":"magalog","tagName":"footer","align":"full"} /--></div>
+<!-- wp:template-part {"slug":"footer","theme":"blogorama","tagName":"footer","align":"full"} /--></div>
 <!-- /wp:column --></div>
 <!-- /wp:columns -->

+ 5 - 5
magalog/patterns/search.php → blogorama/patterns/search.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * Title: search
- * Slug: magalog/search
+ * Slug: blogorama/search
  * Categories: hidden
  * Inserter: no
  */
@@ -21,7 +21,7 @@
 <!-- /wp:spacer -->
 
 <!-- wp:heading {"level":1} -->
-<h1 class="wp-block-heading"><?php echo esc_html__( 'Search', 'magalog' ); ?></h1>
+<h1 class="wp-block-heading"><?php echo esc_html__( 'Search', 'blogorama' ); ?></h1>
 <!-- /wp:heading -->
 
 <!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
@@ -53,7 +53,7 @@
 <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-date {"style":{"typography":{"textTransform":"uppercase","lineHeight":1,"fontSize":"1rem","letterSpacing":"1px"},"spacing":{"blockGap":"1rem"},"elements":{"link":{"color":{"text":"var:preset|color|custom-coral-dream-1"}}}},"textColor":"custom-coral-dream-1","fontFamily":"rubik"} /-->
 
 <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase","lineHeight":1,"fontSize":"1rem","letterSpacing":"1px"},"spacing":{"blockGap":"1rem"}},"fontFamily":"rubik"} -->
-<p class="has-rubik-font-family" style="font-size:1rem;letter-spacing:1px;line-height:1;text-transform:uppercase"><?php echo esc_html__( '·', 'magalog' ); ?></p>
+<p class="has-rubik-font-family" style="font-size:1rem;letter-spacing:1px;line-height:1;text-transform:uppercase"><?php echo esc_html__( '·', 'blogorama' ); ?></p>
 <!-- /wp:paragraph -->
 
 <!-- wp:post-terms {"term":"category","style":{"typography":{"textTransform":"uppercase","lineHeight":1,"fontSize":"1rem","letterSpacing":"1px"},"spacing":{"blockGap":"1rem"}},"fontFamily":"rubik"} /--></div>
@@ -84,11 +84,11 @@
 <!-- /wp:group -->
 
 <!-- wp:query-pagination {"align":"full","style":{"typography":{"fontSize":"3.6rem","lineHeight":2}}} -->
-<!-- wp:query-pagination-previous {"label":"<?php echo esc_html__( 'Previous', 'magalog' ); ?>"} /-->
+<!-- wp:query-pagination-previous {"label":"<?php echo esc_html__( 'Previous', 'blogorama' ); ?>"} /-->
 
 <!-- wp:query-pagination-numbers /-->
 
-<!-- wp:query-pagination-next {"label":"<?php echo esc_html__( 'Next', 'magalog' ); ?>"} /-->
+<!-- wp:query-pagination-next {"label":"<?php echo esc_html__( 'Next', 'blogorama' ); ?>"} /-->
 <!-- /wp:query-pagination --></main>
 <!-- /wp:query -->
 

+ 5 - 5
magalog/readme.txt → blogorama/readme.txt

@@ -1,4 +1,4 @@
-=== Magalog ===
+=== Blogorama ===
 Contributors: the WordPress team
 Requires at least: 5.8
 Tested up to: 6.3
@@ -8,7 +8,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
 == Description ==
 
-A beautifully designed blog theme displaying large typography and customizable color palettes. With a clean and modern design, Magalog offers a unique and engaging way to showcase your blog content.
+A beautifully designed blog theme displaying large typography and customizable color palettes. With a clean and modern design, Blogorama offers a unique and engaging way to showcase your blog content.
 
 == Changelog ==
 
@@ -17,9 +17,9 @@ A beautifully designed blog theme displaying large typography and customizable c
 
 == Copyright ==
 
-Magalog WordPress Theme, (C) 2023 the WordPress team
-Magalog is distributed under the terms of the GNU GPL.
-Magalog is based on Magalog (https://github.com/wordpress/magalog/), (C) the WordPress team, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
+Blogorama WordPress Theme, (C) 2023 the WordPress team
+Blogorama is distributed under the terms of the GNU GPL.
+Blogorama is based on Blogorama (https://github.com/wordpress/blogorama/), (C) the WordPress team, [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

+ 0 - 0
magalog/screenshot.png → blogorama/screenshot.png


+ 4 - 4
magalog/style.css → blogorama/style.css

@@ -1,16 +1,16 @@
 /*
-Theme Name: Magalog
-Theme URI: https://github.com/wordpress/magalog/
+Theme Name: Blogorama
+Theme URI: https://github.com/wordpress/blogorama/
 Author: Automattic
 Author URI: https://wordpress.org/themes/
-Description: A beautifully designed blog theme displaying large typography and customizable color palettes. With a clean and modern design, Magalog offers a unique and engaging way to showcase your blog content.
+Description: A beautifully designed blog theme displaying large typography and customizable color palettes. With a clean and modern design, Blogorama offers a unique and engaging way to showcase your blog content.
 Requires at least: 5.8
 Tested up to: 6.3
 Requires PHP: 5.7
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
-Text Domain: magalog
+Text Domain: blogorama
 Tags: blog, entertainment, news, two-columns, left-sidebar, wide-blocks, block-patterns, block-styles, custom-background, custom-colors, custom-logo, editor-style, featured-images, full-site-editing, post-formats, style-variations, template-editing, theme-options, magazine, blog, magazine-style, big-type, typography, big-images, posts, reviews, artwork, news, customizable
 *//*
  * Control the hover stylings of outline block style.

+ 20 - 64
magalog/styles/CoralDream.json → blogorama/styles/CoralDream.json

@@ -5,11 +5,27 @@
 			"background": true,
 			"custom": true,
 			"customDuotone": true,
-			"customGradient": true,
-			"defaultDuotone": true,
-			"defaultGradients": true,
+			"customGradient": false,
+			"defaultDuotone": false,
+			"defaultGradients": false,
 			"defaultPalette": true,
-			"duotone": [],
+			"duotone": [
+				{
+					"colors": ["#352C3A", "#FFEEC8"],
+					"name": "Cookie and cream",
+					"slug": "duotone-1"
+				},
+				{
+					"colors": ["#55264D", "#B2D9E1"],
+					"name": "Purple and lavender",
+					"slug": "duotone-2"
+				},
+				{
+					"colors": ["#640101", "#FFE4CC"],
+					"name": "Maroon and vanilla",
+					"slug": "duotone-3"
+				}
+			],
 			"gradients": [],
 			"palette": [
 				{
@@ -36,66 +52,6 @@
 					"color": "#b2d9e1",
 					"name": "Tertiary",
 					"slug": "tertiary"
-				},
-				{
-					"color": "#55264d",
-					"name": "Coral Dream 1",
-					"slug": "custom-coral-dream-1"
-				},
-				{
-					"color": "#ffcdd2",
-					"name": "Coral Dream 2",
-					"slug": "custom-coral-dream-2"
-				},
-				{
-					"color": "#007f9b",
-					"name": "Coral Dream 3",
-					"slug": "custom-coral-dream-3"
-				},
-				{
-					"color": "#b2d9e1",
-					"name": "Coral Dream 4",
-					"slug": "custom-coral-dream-4"
-				},
-				{
-					"color": "#ffe4cc",
-					"name": "Peachy Ocean 1",
-					"slug": "custom-peachy-ocean-1"
-				},
-				{
-					"color": "#640101",
-					"name": "Peachy Ocean 2",
-					"slug": "custom-peachy-ocean-2"
-				},
-				{
-					"color": "#afe6e9",
-					"name": "Peachy Ocean 3",
-					"slug": "custom-peachy-ocean-3"
-				},
-				{
-					"color": "#e7f7f8",
-					"name": "Peachy Ocean 4",
-					"slug": "custom-peachy-ocean-4"
-				},
-				{
-					"color": "#352c3a",
-					"name": "Default 1",
-					"slug": "custom-default-1"
-				},
-				{
-					"color": "#ffc549",
-					"name": "Default 2",
-					"slug": "custom-default-2"
-				},
-				{
-					"color": "#ff754c",
-					"name": "Default 3",
-					"slug": "custom-default-3"
-				},
-				{
-					"color": "#ffeec8",
-					"name": "Default 4",
-					"slug": "custom-default-4"
 				}
 			],
 			"text": true

+ 82 - 0
blogorama/styles/PeachyOcean.json

@@ -0,0 +1,82 @@
+{
+	"settings": {
+		"color": {
+			"palette": [
+				{
+					"color": "#640101",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#53b7d7",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#640101",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#ffe4cc",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#e7f7f8",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			]
+		}
+	},
+	"styles": {
+		"blocks": {
+			"core/avatar": {
+				"filter": {
+					"duotone": "var(--wp--preset--duotone--duotone-3)"
+				}
+			},
+			"core/image": {
+				"filter": {
+					"duotone": "var(--wp--preset--duotone--duotone-3)"
+				}
+			},
+			"core/post-featured-image": {
+				"filter": {
+					"duotone": "var(--wp--preset--duotone--duotone-3)"
+				}
+			},
+			"core/site-logo": {
+				"filter": {
+					"duotone": "var(--wp--preset--duotone--duotone-3)"
+				}
+			}
+		},
+		"color": {
+			"background": "var(--wp--preset--color--background)",
+			"text": "var(--wp--preset--color--primary)"
+		},
+		"elements": {
+			"button": {
+				"color": {
+					"background": "var(--wp--preset--color--primary)",
+					"text": "var(--wp--preset--color--tertiary)"
+				}
+			},
+			"heading": {
+				"color": {
+					"text": "var(--wp--preset--color--primary)"
+				}
+			},
+			"link": {
+				"color": {
+					"text": "var(--wp--preset--color--primary)"
+				}
+			}
+		}
+	},
+	"title": "PeachyOcean",
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}

+ 0 - 0
magalog/templates/404.html → blogorama/templates/404.html


+ 1 - 0
blogorama/templates/archive.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"blogorama/archive"} /-->

+ 1 - 1
magalog/templates/home.html → blogorama/templates/home.html

@@ -47,7 +47,7 @@
 <div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
 <!-- /wp:spacer -->
 
-<!-- wp:pattern {"slug":"magalog/arrow"} /-->
+<!-- wp:pattern {"slug":"blogorama/arrow"} /-->
 
 <!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
 <div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>

+ 1 - 0
blogorama/templates/index.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"blogorama/index"} /-->

+ 0 - 0
magalog/templates/page-about.html → blogorama/templates/page-about.html


+ 0 - 0
magalog/templates/page.html → blogorama/templates/page.html


+ 1 - 0
blogorama/templates/search.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"blogorama/search"} /-->

+ 0 - 0
magalog/templates/single.html → blogorama/templates/single.html


+ 59 - 216
magalog/theme.json → blogorama/theme.json

@@ -5,11 +5,36 @@
 			"background": true,
 			"custom": true,
 			"customDuotone": true,
-			"customGradient": true,
-			"defaultDuotone": true,
-			"defaultGradients": true,
+			"customGradient": false,
+			"defaultDuotone": false,
+			"defaultGradients": false,
 			"defaultPalette": true,
-			"duotone": [],
+			"duotone": [
+				{
+					"colors": [
+						"#352C3A",
+						"#FFEEC8"
+					],
+					"name": "Cookie and cream",
+					"slug": "duotone-1"
+				},
+				{
+					"colors": [
+						"#55264D",
+						"#B2D9E1"
+					],
+					"name": "Purple and lavender",
+					"slug": "duotone-2"
+				},
+				{
+					"colors": [
+						"#640101",
+						"#FFE4CC"
+					],
+					"name": "Maroon and vanilla",
+					"slug": "duotone-3"
+				}
+			],
 			"gradients": [],
 			"palette": [
 				{
@@ -33,212 +58,15 @@
 					"slug": "background"
 				},
 				{
-					"color": "#b2d9e1",
+					"color": "#ffeec8",
 					"name": "Tertiary",
 					"slug": "tertiary"
-				},
-				{
-					"color": "#55264d",
-					"name": "Coral Dream 1",
-					"slug": "custom-coral-dream-1"
-				},
-				{
-					"color": "#ffcdd2",
-					"name": "Coral Dream 2",
-					"slug": "custom-coral-dream-2"
-				},
-				{
-					"color": "#007f9b",
-					"name": "Coral Dream 3",
-					"slug": "custom-coral-dream-3"
-				},
-				{
-					"color": "#b2d9e1",
-					"name": "Coral Dream 4",
-					"slug": "custom-coral-dream-4"
-				},
-				{
-					"color": "#ffe4cc",
-					"name": "Peachy Ocean 1",
-					"slug": "custom-peachy-ocean-1"
-				},
-				{
-					"color": "#640101",
-					"name": "Peachy Ocean 2",
-					"slug": "custom-peachy-ocean-2"
-				},
-				{
-					"color": "#afe6e9",
-					"name": "Peachy Ocean 3",
-					"slug": "custom-peachy-ocean-3"
-				},
-				{
-					"color": "#e7f7f8",
-					"name": "Peachy Ocean 4",
-					"slug": "custom-peachy-ocean-4"
-				},
-				{
-					"color": "#352c3a",
-					"name": "Default 1",
-					"slug": "custom-default-1"
-				},
-				{
-					"color": "#ffc549",
-					"name": "Default 2",
-					"slug": "custom-default-2"
-				},
-				{
-					"color": "#ff754c",
-					"name": "Default 3",
-					"slug": "custom-default-3"
-				},
-				{
-					"color": "#ffeec8",
-					"name": "Default 4",
-					"slug": "custom-default-4"
 				}
 			],
 			"text": true
 		},
 		"layout": {
 			"contentSize": "900px",
-			"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",
-								"margin-block-start": null
-							},
-							"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",
-								"margin-block-start": null
-							},
-							"selector": " > * + *"
-						}
-					]
-				},
-				"flex": {
-					"baseStyles": [
-						{
-							"rules": {
-								"align-items": "center",
-								"flex-wrap": "wrap"
-							},
-							"selector": ""
-						},
-						{
-							"rules": {
-								"margin": "0"
-							},
-							"selector": " > *"
-						}
-					],
-					"className": "is-layout-flex",
-					"displayMode": "flex",
-					"name": "flex",
-					"slug": "flex",
-					"spacingStyles": [
-						{
-							"rules": {
-								"gap": null
-							},
-							"selector": ""
-						}
-					]
-				}
-			},
 			"wideSize": "1100px"
 		},
 		"shadow": {
@@ -451,6 +279,11 @@
 					}
 				}
 			},
+			"core/image": {
+				"filter": {
+					"duotone": "var(--wp--preset--duotone--duotone-1)"
+				}
+			},
 			"core/list": {
 				"spacing": {
 					"padding": {
@@ -506,6 +339,11 @@
 					"fontSize": "var(--wp--preset--font-size--small)"
 				}
 			},
+			"core/post-featured-image": {
+				"filter": {
+					"duotone": "var(--wp--preset--duotone--duotone-1)"
+				}
+			},
 			"core/post-title": {
 				"elements": {
 					"link": {
@@ -556,7 +394,7 @@
 					}
 				},
 				"typography": {
-					"fontSize": "var:preset|font-size|large",
+					"fontSize": "var(--wp--preset--font-size--large)",
 					"fontStyle": "normal",
 					"fontWeight": "600"
 				}
@@ -577,6 +415,11 @@
 					"text": "var(--wp--preset--color--foreground)"
 				}
 			},
+			"core/site-logo": {
+				"filter": {
+					"duotone": "var(--wp--preset--duotone--duotone-1)"
+				}
+			},
 			"core/site-tagline": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--small)"
@@ -602,8 +445,8 @@
 			}
 		},
 		"color": {
-			"background": "var:preset|color|custom-default-3",
-			"text": "var:preset|color|custom-default-1"
+			"background": "var(--wp--preset--color--background)",
+			"text": "var(--wp--preset--color--primary)"
 		},
 		"elements": {
 			"button": {
@@ -635,32 +478,32 @@
 					"radius": "0.25rem"
 				},
 				"color": {
-					"background": "var:preset|color|custom-default-1",
-					"text": "var:preset|color|custom-default-2"
+					"background": "var(--wp--preset--color--primary)",
+					"text": "var(--wp--preset--color--tertiary)"
 				}
 			},
 			"h1": {
 				"typography": {
-					"fontFamily": "var:preset|font-family|rubik",
+					"fontFamily": "var(--wp--preset--font-family--rubik)",
 					"fontSize": "6rem",
 					"letterSpacing": "-5px"
 				}
 			},
 			"h2": {
 				"typography": {
-					"fontFamily": "var:preset|font-family|rubik",
+					"fontFamily": "var(--wp--preset--font-family--rubik)",
 					"fontSize": "3.6rem"
 				}
 			},
 			"h3": {
 				"typography": {
-					"fontFamily": "var:preset|font-family|rubik",
+					"fontFamily": "var(--wp--preset--font-family--rubik)",
 					"fontSize": "2.8rem"
 				}
 			},
 			"h4": {
 				"typography": {
-					"fontFamily": "var:preset|font-family|rubik",
+					"fontFamily": "var(--wp--preset--font-family--rubik)",
 					"fontSize": "1.13rem",
 					"fontStyle": "normal",
 					"fontWeight": "500",
@@ -669,7 +512,7 @@
 			},
 			"h5": {
 				"typography": {
-					"fontFamily": "var:preset|font-family|rubik",
+					"fontFamily": "var(--wp--preset--font-family--rubik)",
 					"fontSize": "1.13rem",
 					"fontStyle": "normal",
 					"fontWeight": "500"
@@ -677,7 +520,7 @@
 			},
 			"h6": {
 				"typography": {
-					"fontFamily": "var:preset|font-family|rubik",
+					"fontFamily": "var(--wp--preset--font-family--rubik)",
 					"fontSize": "0.8rem",
 					"fontStyle": "normal",
 					"fontWeight": "500",
@@ -699,14 +542,14 @@
 			"link": {
 				":hover": {
 					"color": {
-						"text": "var:preset|color|custom-default-1"
+						"text": "var(--wp--preset--color--custom-default-1)"
 					},
 					"typography": {
 						"textDecoration": "none"
 					}
 				},
 				"color": {
-					"text": "var:preset|color|custom-default-1"
+					"text": "var(--wp--preset--color--primary)"
 				}
 			}
 		},
@@ -720,7 +563,7 @@
 			}
 		},
 		"typography": {
-			"fontFamily": "var:preset|font-family|linik-sans",
+			"fontFamily": "var(--wp--preset--font-family--linik-sans)",
 			"fontSize": "var(--wp--preset--font-size--medium)",
 			"lineHeight": "1.6"
 		}

BIN
magalog/assets/images/Magalog_brand-1.png


BIN
magalog/assets/images/Magalog_brand-2.png


BIN
magalog/assets/images/Magalog_brand-3.png


BIN
magalog/assets/images/magblog_logob.png


+ 0 - 1
magalog/parts/footer-pages.html

@@ -1 +0,0 @@
-<!-- wp:pattern {"slug":"magalog/footer-pages"} /-->

+ 0 - 1
magalog/parts/header-pages.html

@@ -1 +0,0 @@
-<!-- wp:pattern {"slug":"magalog/header-pages"} /-->

+ 0 - 740
magalog/styles/PeachyOcean.json

@@ -1,740 +0,0 @@
-{
-	"settings": {
-		"appearanceTools": true,
-		"color": {
-			"background": true,
-			"custom": true,
-			"customDuotone": true,
-			"customGradient": true,
-			"defaultDuotone": true,
-			"defaultGradients": true,
-			"defaultPalette": true,
-			"duotone": [],
-			"gradients": [],
-			"palette": [
-				{
-					"color": "#640101",
-					"name": "Primary",
-					"slug": "primary"
-				},
-				{
-					"color": "#afe6e9",
-					"name": "Secondary",
-					"slug": "secondary"
-				},
-				{
-					"color": "#640101",
-					"name": "Foreground",
-					"slug": "foreground"
-				},
-				{
-					"color": "#ffe4cc",
-					"name": "Background",
-					"slug": "background"
-				},
-				{
-					"color": "#e7f7f8",
-					"name": "Tertiary",
-					"slug": "tertiary"
-				},
-				{
-					"color": "#55264d",
-					"name": "Coral Dream 1",
-					"slug": "custom-coral-dream-1"
-				},
-				{
-					"color": "#ffcdd2",
-					"name": "Coral Dream 2",
-					"slug": "custom-coral-dream-2"
-				},
-				{
-					"color": "#007f9b",
-					"name": "Coral Dream 3",
-					"slug": "custom-coral-dream-3"
-				},
-				{
-					"color": "#b2d9e1",
-					"name": "Coral Dream 4",
-					"slug": "custom-coral-dream-4"
-				},
-				{
-					"color": "#ffe4cc",
-					"name": "Peachy Ocean 1",
-					"slug": "custom-peachy-ocean-1"
-				},
-				{
-					"color": "#640101",
-					"name": "Peachy Ocean 2",
-					"slug": "custom-peachy-ocean-2"
-				},
-				{
-					"color": "#afe6e9",
-					"name": "Peachy Ocean 3",
-					"slug": "custom-peachy-ocean-3"
-				},
-				{
-					"color": "#e7f7f8",
-					"name": "Peachy Ocean 4",
-					"slug": "custom-peachy-ocean-4"
-				},
-				{
-					"color": "#352c3a",
-					"name": "Default 1",
-					"slug": "custom-default-1"
-				},
-				{
-					"color": "#ffc549",
-					"name": "Default 2",
-					"slug": "custom-default-2"
-				},
-				{
-					"color": "#ff754c",
-					"name": "Default 3",
-					"slug": "custom-default-3"
-				},
-				{
-					"color": "#ffeec8",
-					"name": "Default 4",
-					"slug": "custom-default-4"
-				}
-			],
-			"text": true
-		},
-		"layout": {
-			"contentSize": "900px",
-			"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",
-								"margin-block-start": null
-							},
-							"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",
-								"margin-block-start": null
-							},
-							"selector": " > * + *"
-						}
-					]
-				},
-				"flex": {
-					"baseStyles": [
-						{
-							"rules": {
-								"align-items": "center",
-								"flex-wrap": "wrap"
-							},
-							"selector": ""
-						},
-						{
-							"rules": {
-								"margin": "0"
-							},
-							"selector": " > *"
-						}
-					],
-					"className": "is-layout-flex",
-					"displayMode": "flex",
-					"name": "flex",
-					"slug": "flex",
-					"spacingStyles": [
-						{
-							"rules": {
-								"gap": null
-							},
-							"selector": ""
-						}
-					]
-				}
-			},
-			"wideSize": "1100px"
-		},
-		"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": "Linik Sans",
-							"fontStyle": "normal",
-							"fontWeight": "500",
-							"src": [
-								"file:./assets/fonts/linik-sans_normal_500.ttf"
-							]
-						},
-						{
-							"fontFamily": "Linik Sans",
-							"fontStyle": "italic",
-							"fontWeight": "500",
-							"src": [
-								"file:./assets/fonts/linik-sans_italic_500.ttf"
-							]
-						},
-						{
-							"fontFamily": "Linik Sans",
-							"fontStyle": "italic",
-							"fontWeight": "400",
-							"src": [
-								"file:./assets/fonts/linik-sans_italic_400.ttf"
-							]
-						},
-						{
-							"fontFamily": "Linik Sans",
-							"fontStyle": "normal",
-							"fontWeight": "400",
-							"src": [
-								"file:./assets/fonts/linik-sans_normal_400.ttf"
-							]
-						}
-					],
-					"fontFamily": "Linik Sans",
-					"slug": "linik-sans"
-				},
-				{
-					"fontFace": [
-						{
-							"fontFamily": "Rubik",
-							"fontStyle": "normal",
-							"fontWeight": "300",
-							"src": [
-								"file:./assets/fonts/rubik_normal_300.ttf"
-							]
-						},
-						{
-							"fontFamily": "Rubik",
-							"fontStyle": "normal",
-							"fontWeight": "500",
-							"src": [
-								"file:./assets/fonts/rubik_normal_500.ttf"
-							]
-						},
-						{
-							"fontFamily": "Rubik",
-							"fontStyle": "italic",
-							"fontWeight": "300",
-							"src": [
-								"file:./assets/fonts/rubik_italic_300.ttf"
-							]
-						},
-						{
-							"fontFamily": "Rubik",
-							"fontStyle": "italic",
-							"fontWeight": "500",
-							"src": [
-								"file:./assets/fonts/rubik_italic_500.ttf"
-							]
-						}
-					],
-					"fontFamily": "Rubik",
-					"slug": "rubik"
-				}
-			],
-			"fontSizes": [
-				{
-					"fluid": {
-						"max": "1.0625rem",
-						"min": "0.825rem"
-					},
-					"name": "Small",
-					"size": "1rem",
-					"slug": "small"
-				},
-				{
-					"fluid": {
-						"max": "1.25rem",
-						"min": "1rem"
-					},
-					"name": "Medium",
-					"size": "1.125rem",
-					"slug": "medium"
-				},
-				{
-					"fluid": {
-						"max": "2rem",
-						"min": "1.75rem"
-					},
-					"name": "Large",
-					"size": "1.75rem",
-					"slug": "large"
-				},
-				{
-					"fluid": {
-						"max": "3rem",
-						"min": "2.5rem"
-					},
-					"name": "Extra Large",
-					"size": "3rem",
-					"slug": "x-large"
-				}
-			],
-			"fontStyle": true,
-			"fontWeight": true,
-			"letterSpacing": true,
-			"textDecoration": true,
-			"textTransform": true
-		},
-		"useRootPaddingAwareAlignments": true
-	},
-	"styles": {
-		"blocks": {
-			"core/button": {
-				"typography": {
-					"textTransform": "uppercase"
-				}
-			},
-			"core/code": {
-				"border": {
-					"color": "var(--wp--preset--color--foreground)",
-					"radius": "0.25rem",
-					"style": "solid",
-					"width": "2px"
-				},
-				"spacing": {
-					"padding": {
-						"bottom": "var(--wp--preset--spacing--50)",
-						"left": "var(--wp--preset--spacing--50)",
-						"right": "var(--wp--preset--spacing--50)",
-						"top": "var(--wp--preset--spacing--50)"
-					}
-				},
-				"typography": {
-					"fontFamily": "monospace"
-				}
-			},
-			"core/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/list": {
-				"spacing": {
-					"padding": {
-						"left": "var(--wp--preset--spacing--70)"
-					}
-				}
-			},
-			"core/navigation": {
-				"elements": {
-					"link": {
-						":hover": {
-							"typography": {
-								"textDecoration": "underline"
-							}
-						},
-						"typography": {
-							"textDecoration": "none"
-						}
-					}
-				}
-			},
-			"core/post-author-name": {
-				"elements": {
-					"link": {
-						":hover": {
-							"typography": {
-								"textDecoration": "underline"
-							}
-						},
-						"typography": {
-							"textDecoration": "none"
-						}
-					}
-				}
-			},
-			"core/post-date": {
-				"color": {
-					"text": "var(--wp--preset--color--foreground)"
-				},
-				"elements": {
-					"link": {
-						":hover": {
-							"typography": {
-								"textDecoration": "underline"
-							}
-						},
-						"typography": {
-							"textDecoration": "none"
-						}
-					}
-				},
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--small)"
-				}
-			},
-			"core/post-title": {
-				"elements": {
-					"link": {
-						":hover": {
-							"typography": {
-								"textDecoration": "underline"
-							}
-						},
-						"typography": {
-							"textDecoration": "none"
-						}
-					}
-				},
-				"spacing": {
-					"margin": {
-						"bottom": "0"
-					}
-				}
-			},
-			"core/pullquote": {
-				"border": {
-					"color": "var(--wp--preset--color--foreground)",
-					"style": "solid",
-					"width": "1px 0"
-				},
-				"spacing": {
-					"padding": {
-						"bottom": "var(--wp--preset--spacing--50)",
-						"left": "var(--wp--preset--spacing--50)",
-						"right": "var(--wp--preset--spacing--50)",
-						"top": "var(--wp--preset--spacing--50)"
-					}
-				},
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--large)",
-					"fontStyle": "italic"
-				}
-			},
-			"core/quote": {
-				"border": {
-					"color": "var(--wp--preset--color--primary)",
-					"style": "solid",
-					"width": "0 0 0 1px"
-				},
-				"spacing": {
-					"padding": {
-						"left": "var(--wp--preset--spacing--50)"
-					}
-				},
-				"typography": {
-					"fontSize": "var:preset|font-size|large",
-					"fontStyle": "normal",
-					"fontWeight": "600"
-				}
-			},
-			"core/search": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--medium)",
-					"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-peachy-ocean-1",
-			"text": "var:preset|color|custom-peachy-ocean-2"
-		},
-		"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-peachy-ocean-2",
-					"text": "var:preset|color|custom-peachy-ocean-1"
-				}
-			},
-			"h1": {
-				"typography": {
-					"fontFamily": "var:preset|font-family|rubik",
-					"fontSize": "6rem",
-					"letterSpacing": "-5px"
-				}
-			},
-			"h2": {
-				"typography": {
-					"fontFamily": "var:preset|font-family|rubik",
-					"fontSize": "3.6rem"
-				}
-			},
-			"h3": {
-				"typography": {
-					"fontFamily": "var:preset|font-family|rubik",
-					"fontSize": "2.8rem"
-				}
-			},
-			"h4": {
-				"typography": {
-					"fontFamily": "var:preset|font-family|rubik",
-					"fontSize": "1.13rem",
-					"fontStyle": "normal",
-					"fontWeight": "500",
-					"textTransform": "uppercase"
-				}
-			},
-			"h5": {
-				"typography": {
-					"fontFamily": "var:preset|font-family|rubik",
-					"fontSize": "1.13rem",
-					"fontStyle": "normal",
-					"fontWeight": "500"
-				}
-			},
-			"h6": {
-				"typography": {
-					"fontFamily": "var:preset|font-family|rubik",
-					"fontSize": "0.8rem",
-					"fontStyle": "normal",
-					"fontWeight": "500",
-					"letterSpacing": "1px",
-					"textTransform": "uppercase"
-				}
-			},
-			"heading": {
-				"color": {
-					"text": "#640101"
-				},
-				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--rubik)",
-					"fontStyle": "normal",
-					"fontWeight": "300",
-					"lineHeight": 1.1
-				}
-			},
-			"link": {
-				":hover": {
-					"color": {
-						"text": "var:preset|color|custom-peachy-ocean-2"
-					},
-					"typography": {
-						"textDecoration": "none"
-					}
-				},
-				"color": {
-					"text": "var:preset|color|custom-peachy-ocean-2"
-				}
-			}
-		},
-		"spacing": {
-			"blockGap": "2.4rem",
-			"padding": {
-				"bottom": "0rem",
-				"left": "4rem",
-				"right": "4rem",
-				"top": "0rem"
-			}
-		},
-		"typography": {
-			"fontFamily": "var:preset|font-family|linik-sans",
-			"fontSize": "var(--wp--preset--font-size--medium)",
-			"lineHeight": "1.6"
-		}
-	},
-	"templateParts": [
-		{
-			"area": "header",
-			"name": "header"
-		},
-		{
-			"area": "footer",
-			"name": "footer"
-		}
-	],
-	"version": 2,
-	"$schema": "https://schemas.wp.org/trunk/theme.json"
-}

+ 0 - 1
magalog/templates/archive.html

@@ -1 +0,0 @@
-<!-- wp:pattern {"slug":"magalog/archive"} /-->

+ 0 - 1
magalog/templates/index.html

@@ -1 +0,0 @@
-<!-- wp:pattern {"slug":"magalog/index"} /-->

+ 0 - 1
magalog/templates/search.html

@@ -1 +0,0 @@
-<!-- wp:pattern {"slug":"magalog/search"} /-->

+ 0 - 668
ritratto/styles/bluelagoon.json

@@ -1,668 +0,0 @@
-{
-	"settings": {
-		"appearanceTools": true,
-		"color": {
-			"background": true,
-			"custom": true,
-			"customDuotone": true,
-			"customGradient": true,
-			"defaultDuotone": true,
-			"defaultGradients": true,
-			"defaultPalette": true,
-			"duotone": [],
-			"gradients": [],
-			"palette": [
-				{
-					"color": "#f4f6f3",
-					"name": "Base",
-					"slug": "base"
-				},
-				{
-					"color": "#b72831",
-					"name": "Contrast",
-					"slug": "contrast"
-				},
-				{
-					"color": "#b72831",
-					"name": "Primary",
-					"slug": "primary"
-				},
-				{
-					"color": "#b72831",
-					"name": "Secondary",
-					"slug": "secondary"
-				},
-				{
-					"color": "#f4f6f3",
-					"name": "Tertiary",
-					"slug": "tertiary"
-				},
-				{
-					"color": "#1d4c53",
-					"name": "Var 2 Color",
-					"slug": "custom-var-2-color"
-				}
-			],
-			"text": true
-		},
-		"layout": {
-			"contentSize": "760px",
-			"wideSize": "1200px"
-		},
-		"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": "Urbanist",
-							"fontStyle": "normal",
-							"fontWeight": "400",
-							"src": [
-								"file:./assets/fonts/urbanist_normal_400.ttf"
-							]
-						},
-						{
-							"fontFamily": "Urbanist",
-							"fontStyle": "italic",
-							"fontWeight": "400",
-							"src": [
-								"file:./assets/fonts/urbanist_italic_400.ttf"
-							]
-						},
-						{
-							"fontFamily": "Urbanist",
-							"fontStyle": "normal",
-							"fontWeight": "600",
-							"src": [
-								"file:./assets/fonts/urbanist_normal_600.ttf"
-							]
-						},
-						{
-							"fontFamily": "Urbanist",
-							"fontStyle": "italic",
-							"fontWeight": "600",
-							"src": [
-								"file:./assets/fonts/urbanist_italic_600.ttf"
-							]
-						}
-					],
-					"fontFamily": "Urbanist",
-					"slug": "urbanist"
-				},
-				{
-					"fontFace": [
-						{
-							"fontFamily": "Libre Caslon Text",
-							"fontStyle": "normal",
-							"fontWeight": "400",
-							"src": [
-								"file:./assets/fonts/libre-caslon-text_normal_400.ttf"
-							]
-						},
-						{
-							"fontFamily": "Libre Caslon Text",
-							"fontStyle": "italic",
-							"fontWeight": "400",
-							"src": [
-								"file:./assets/fonts/libre-caslon-text_italic_400.ttf"
-							]
-						},
-						{
-							"fontFamily": "Libre Caslon Text",
-							"fontStyle": "normal",
-							"fontWeight": "700",
-							"src": [
-								"file:./assets/fonts/libre-caslon-text_normal_700.ttf"
-							]
-						}
-					],
-					"fontFamily": "Libre Caslon Text",
-					"slug": "libre-caslon-text"
-				},
-				{
-					"fontFace": [
-						{
-							"fontFamily": "Instrument Serif",
-							"fontStyle": "normal",
-							"fontWeight": "400",
-							"src": [
-								"file:./assets/fonts/instrument-serif_normal_400.ttf"
-							]
-						},
-						{
-							"fontFamily": "Instrument Serif",
-							"fontStyle": "italic",
-							"fontWeight": "400",
-							"src": [
-								"file:./assets/fonts/instrument-serif_italic_400.ttf"
-							]
-						}
-					],
-					"fontFamily": "Instrument Serif",
-					"slug": "instrument-serif"
-				}
-			],
-			"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--contrast)",
-					"radius": "0.25rem",
-					"style": "solid",
-					"width": "2px"
-				},
-				"spacing": {
-					"padding": {
-						"bottom": "var(--wp--preset--spacing--50)",
-						"left": "var(--wp--preset--spacing--50)",
-						"right": "var(--wp--preset--spacing--50)",
-						"top": "var(--wp--preset--spacing--50)"
-					}
-				},
-				"typography": {
-					"fontFamily": "monospace"
-				}
-			},
-			"core/comment-author-name": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--small)"
-				}
-			},
-			"core/comment-content": {
-				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--libre-caslon-text)",
-					"fontSize": "1.2rem",
-					"lineHeight": 1.6
-				}
-			},
-			"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/list": {
-				"spacing": {
-					"padding": {
-						"left": "var(--wp--preset--spacing--70)"
-					}
-				}
-			},
-			"core/navigation": {
-				"elements": {
-					"link": {
-						":hover": {
-							"typography": {
-								"textDecoration": "underline"
-							}
-						},
-						"typography": {
-							"textDecoration": "none"
-						}
-					}
-				},
-				"typography": {
-					"fontSize": "1.4rem",
-					"fontStyle": "normal",
-					"fontWeight": "600",
-					"lineHeight": "1"
-				}
-			},
-			"core/post-author": {
-				"spacing": {
-					"margin": {
-						"bottom": "0px",
-						"left": "0px",
-						"right": "0px",
-						"top": "0px"
-					},
-					"padding": {
-						"bottom": "0px",
-						"left": "0px",
-						"right": "0px",
-						"top": "0px"
-					}
-				},
-				"typography": {
-					"fontSize": "1.4rem",
-					"lineHeight": "1"
-				}
-			},
-			"core/post-author-name": {
-				"elements": {
-					"link": {
-						":hover": {
-							"typography": {
-								"textDecoration": "underline"
-							}
-						},
-						"typography": {
-							"textDecoration": "none"
-						}
-					}
-				}
-			},
-			"core/post-content": {
-				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--libre-caslon-text)",
-					"fontSize": "1.2rem",
-					"lineHeight": "1.6"
-				}
-			},
-			"core/post-date": {
-				"color": {
-					"text": "var(--wp--preset--color--base)"
-				},
-				"elements": {
-					"link": {
-						":hover": {
-							"typography": {
-								"textDecoration": "underline"
-							}
-						},
-						"typography": {
-							"textDecoration": "none"
-						}
-					}
-				},
-				"typography": {
-					"fontSize": "1.4rem",
-					"lineHeight": "1"
-				}
-			},
-			"core/post-excerpt": {
-				"spacing": {
-					"margin": {
-						"bottom": "0px",
-						"left": "0px",
-						"right": "0px",
-						"top": "0px"
-					},
-					"padding": {
-						"bottom": "0px",
-						"left": "0px",
-						"right": "0px",
-						"top": "0px"
-					}
-				},
-				"typography": {
-					"fontSize": "1.4rem",
-					"lineHeight": "1.4"
-				}
-			},
-			"core/post-template": {
-				"css": ".wp-block-post-template.is-flex-container { gap:0;}"
-			},
-			"core/post-terms": {
-				"typography": {
-					"fontStyle": "normal",
-					"fontWeight": "600",
-					"lineHeight": "1"
-				}
-			},
-			"core/post-title": {
-				"elements": {
-					"link": {
-						":hover": {
-							"typography": {
-								"textDecoration": "underline"
-							}
-						},
-						"typography": {
-							"textDecoration": "none"
-						}
-					}
-				},
-				"spacing": {
-					"margin": {
-						"bottom": "0px",
-						"left": "0px",
-						"right": "0px",
-						"top": "0px"
-					},
-					"padding": {
-						"bottom": "0px",
-						"left": "0px",
-						"right": "0px",
-						"top": "0px"
-					}
-				},
-				"typography": {
-					"fontSize": "3rem",
-					"letterSpacing": "-0.04rem",
-					"lineHeight": "1"
-				}
-			},
-			"core/pullquote": {
-				"border": {
-					"color": "var(--wp--preset--color--contrast)",
-					"style": "solid",
-					"width": "1px 0"
-				},
-				"spacing": {
-					"padding": {
-						"bottom": "var(--wp--preset--spacing--50)",
-						"left": "var(--wp--preset--spacing--50)",
-						"right": "var(--wp--preset--spacing--50)",
-						"top": "var(--wp--preset--spacing--50)"
-					}
-				},
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--large)",
-					"fontStyle": "italic"
-				}
-			},
-			"core/query-pagination": {
-				"typography": {
-					"fontSize": "2.2rem",
-					"lineHeight": "1"
-				}
-			},
-			"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/read-more": {
-				"typography": {
-					"fontStyle": "normal",
-					"fontWeight": "600"
-				}
-			},
-			"core/search": {
-				"border": {
-					"bottom": {
-						"style": "none",
-						"width": "0px"
-					},
-					"left": {
-						"style": "none",
-						"width": "0px"
-					},
-					"right": {
-						"style": "none",
-						"width": "0px"
-					},
-					"top": {
-						"style": "none",
-						"width": "0px"
-					}
-				},
-				"color": {
-					"text": "var(--wp--preset--color--contrast)"
-				},
-				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--urbanist)",
-					"fontSize": "1.4rem",
-					"lineHeight": "1"
-				}
-			},
-			"core/separator": {
-				"border": {
-					"color": "currentColor",
-					"style": "solid",
-					"width": "0 0 1px 0"
-				},
-				"color": {
-					"text": "var(--wp--preset--color--contrast)"
-				}
-			},
-			"core/site-tagline": {
-				"typography": {
-					"fontSize": "1.4rem",
-					"lineHeight": "1"
-				}
-			},
-			"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(--wp--preset--color--custom-var-2-color)",
-			"text": "var(--wp--preset--color--base)"
-		},
-		"elements": {
-			"button": {
-				":active": {
-					"color": {
-						"background": "var(--wp--preset--color--primary)",
-						"text": "var(--wp--preset--color--base)"
-					}
-				},
-				":focus": {
-					"color": {
-						"background": "var(--wp--preset--color--primary)",
-						"text": "var(--wp--preset--color--base)"
-					},
-					"outline": {
-						"color": "var(--wp--preset--color--primary)",
-						"offset": "2px",
-						"style": "dotted",
-						"width": "1px"
-					}
-				},
-				":hover": {
-					"color": {
-						"background": "var(--wp--preset--color--secondary)",
-						"text": "var(--wp--preset--color--base)"
-					}
-				},
-				"border": {
-					"radius": "0.25rem"
-				},
-				"color": {
-					"background": "var(--wp--preset--color--base)",
-					"text": "var(--wp--preset--color--custom-var-2-color)"
-				}
-			},
-			"h1": {
-				"typography": {
-					"fontSize": "4.8rem",
-					"fontStyle": "normal",
-					"fontWeight": "600",
-					"letterSpacing": "-0.01rem",
-					"lineHeight": "0.9"
-				}
-			},
-			"h2": {
-				"typography": {
-					"fontSize": "2.8rem",
-					"fontStyle": "normal",
-					"fontWeight": "600",
-					"lineHeight": "0.9"
-				}
-			},
-			"h3": {
-				"typography": {
-					"fontSize": "2.2rem",
-					"fontStyle": "normal",
-					"fontWeight": "600",
-					"lineHeight": "1"
-				}
-			},
-			"h4": {
-				"typography": {
-					"fontSize": "2rem",
-					"fontStyle": "normal",
-					"fontWeight": "600",
-					"lineHeight": "1.1"
-				}
-			},
-			"h5": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--medium)"
-				}
-			},
-			"h6": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--small)"
-				}
-			},
-			"heading": {
-				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--urbanist)",
-					"fontStyle": "normal",
-					"fontWeight": "500",
-					"lineHeight": "1.125"
-				}
-			},
-			"link": {
-				":hover": {
-					"typography": {
-						"textDecoration": "none"
-					}
-				},
-				"color": {
-					"text": "var(--wp--preset--color--base)"
-				},
-				"typography": {
-					"textDecoration": "none"
-				}
-			}
-		},
-		"spacing": {
-			"blockGap": "2rem",
-			"padding": {
-				"bottom": "4rem",
-				"left": "2rem",
-				"right": "2rem",
-				"top": "0rem"
-			}
-		},
-		"typography": {
-			"fontFamily": "var(--wp--preset--font-family--urbanist)",
-			"fontSize": "1.4rem",
-			"lineHeight": "1.2"
-		}
-	},
-	"templateParts": [
-		{
-			"area": "header",
-			"name": "header"
-		},
-		{
-			"area": "footer",
-			"name": "footer"
-		}
-	],
-	"version": 2,
-	"$schema": "https://schemas.wp.org/trunk/theme.json"
-}