Browse Source

Adding Theme: Dawson (#7217)

Co-authored-by: Jason Crist <pbking@Apple-Fritter.local>
Jason Crist 2 years ago
parent
commit
6d2cfdae85
53 changed files with 2039 additions and 0 deletions
  1. BIN
      dawson/assets/fonts/commissioner_italic_300.otf
  2. BIN
      dawson/assets/fonts/commissioner_italic_700.otf
  3. BIN
      dawson/assets/fonts/commissioner_normal_300.ttf
  4. BIN
      dawson/assets/fonts/commissioner_normal_700.ttf
  5. BIN
      dawson/assets/fonts/cormorant-garamond_italic_400.ttf
  6. BIN
      dawson/assets/fonts/cormorant-garamond_italic_700.ttf
  7. BIN
      dawson/assets/fonts/cormorant-garamond_normal_400.ttf
  8. BIN
      dawson/assets/fonts/cormorant-garamond_normal_700.ttf
  9. BIN
      dawson/assets/fonts/helvetica_italic_300.ttf
  10. BIN
      dawson/assets/fonts/helvetica_italic_400.ttf
  11. BIN
      dawson/assets/fonts/helvetica_italic_700.ttf
  12. BIN
      dawson/assets/fonts/helvetica_normal_300.ttf
  13. BIN
      dawson/assets/fonts/helvetica_normal_400.ttf
  14. BIN
      dawson/assets/fonts/helvetica_normal_700.ttf
  15. BIN
      dawson/assets/fonts/ibm-plex-mono_italic_300.ttf
  16. BIN
      dawson/assets/fonts/ibm-plex-mono_italic_700.ttf
  17. BIN
      dawson/assets/fonts/ibm-plex-mono_normal_300.ttf
  18. BIN
      dawson/assets/fonts/ibm-plex-mono_normal_700.ttf
  19. BIN
      dawson/assets/fonts/inter_italic_300.otf
  20. BIN
      dawson/assets/fonts/inter_italic_500.otf
  21. BIN
      dawson/assets/fonts/inter_normal_300.ttf
  22. BIN
      dawson/assets/fonts/inter_normal_500.ttf
  23. BIN
      dawson/assets/fonts/labrada_italic_300.ttf
  24. BIN
      dawson/assets/fonts/labrada_italic_400.ttf
  25. BIN
      dawson/assets/fonts/labrada_italic_500.ttf
  26. BIN
      dawson/assets/fonts/labrada_normal_300.ttf
  27. BIN
      dawson/assets/fonts/labrada_normal_400.ttf
  28. BIN
      dawson/assets/fonts/labrada_normal_500.ttf
  29. BIN
      dawson/assets/fonts/space-mono_italic_400.ttf
  30. BIN
      dawson/assets/fonts/space-mono_italic_700.ttf
  31. BIN
      dawson/assets/fonts/space-mono_normal_400.ttf
  32. BIN
      dawson/assets/fonts/space-mono_normal_700.ttf
  33. 60 0
      dawson/functions.php
  34. 1 0
      dawson/parts/footer.html
  35. 15 0
      dawson/parts/header.html
  36. 11 0
      dawson/parts/post-meta.html
  37. 15 0
      dawson/patterns/footer.php
  38. 10 0
      dawson/patterns/hidden-no-results-content.php
  39. 32 0
      dawson/readme.txt
  40. BIN
      dawson/screenshot.png
  41. 37 0
      dawson/style.css
  42. 137 0
      dawson/styles/coconut.json
  43. 163 0
      dawson/styles/eerie.json
  44. 157 0
      dawson/styles/myrtle.json
  45. 151 0
      dawson/styles/pastel-blue.json
  46. 173 0
      dawson/styles/persian-blue.json
  47. 23 0
      dawson/templates/404.html
  48. 35 0
      dawson/templates/archive.html
  49. 33 0
      dawson/templates/index.html
  50. 33 0
      dawson/templates/page.html
  51. 35 0
      dawson/templates/search.html
  52. 47 0
      dawson/templates/single.html
  53. 871 0
      dawson/theme.json

BIN
dawson/assets/fonts/commissioner_italic_300.otf


BIN
dawson/assets/fonts/commissioner_italic_700.otf


BIN
dawson/assets/fonts/commissioner_normal_300.ttf


BIN
dawson/assets/fonts/commissioner_normal_700.ttf


BIN
dawson/assets/fonts/cormorant-garamond_italic_400.ttf


BIN
dawson/assets/fonts/cormorant-garamond_italic_700.ttf


BIN
dawson/assets/fonts/cormorant-garamond_normal_400.ttf


BIN
dawson/assets/fonts/cormorant-garamond_normal_700.ttf


BIN
dawson/assets/fonts/helvetica_italic_300.ttf


BIN
dawson/assets/fonts/helvetica_italic_400.ttf


BIN
dawson/assets/fonts/helvetica_italic_700.ttf


BIN
dawson/assets/fonts/helvetica_normal_300.ttf


BIN
dawson/assets/fonts/helvetica_normal_400.ttf


BIN
dawson/assets/fonts/helvetica_normal_700.ttf


BIN
dawson/assets/fonts/ibm-plex-mono_italic_300.ttf


BIN
dawson/assets/fonts/ibm-plex-mono_italic_700.ttf


BIN
dawson/assets/fonts/ibm-plex-mono_normal_300.ttf


BIN
dawson/assets/fonts/ibm-plex-mono_normal_700.ttf


BIN
dawson/assets/fonts/inter_italic_300.otf


BIN
dawson/assets/fonts/inter_italic_500.otf


BIN
dawson/assets/fonts/inter_normal_300.ttf


BIN
dawson/assets/fonts/inter_normal_500.ttf


BIN
dawson/assets/fonts/labrada_italic_300.ttf


BIN
dawson/assets/fonts/labrada_italic_400.ttf


BIN
dawson/assets/fonts/labrada_italic_500.ttf


BIN
dawson/assets/fonts/labrada_normal_300.ttf


BIN
dawson/assets/fonts/labrada_normal_400.ttf


BIN
dawson/assets/fonts/labrada_normal_500.ttf


BIN
dawson/assets/fonts/space-mono_italic_400.ttf


BIN
dawson/assets/fonts/space-mono_italic_700.ttf


BIN
dawson/assets/fonts/space-mono_normal_400.ttf


BIN
dawson/assets/fonts/space-mono_normal_700.ttf


+ 60 - 0
dawson/functions.php

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

+ 1 - 0
dawson/parts/footer.html

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

+ 15 - 0
dawson/parts/header.html

@@ -0,0 +1,15 @@
+<!-- wp:group {"style":{"spacing":{"blockGap":"0.2rem"}}} -->
+<div class="wp-block-group"><!-- wp:site-title /-->
+
+<!-- wp:site-tagline /--></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"40px"} -->
+<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"}} /-->
+
+<!-- wp:spacer {"height":"40px"} -->
+<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->

+ 11 - 0
dawson/parts/post-meta.html

@@ -0,0 +1,11 @@
+<!-- wp:group {"layout":{"type":"default"}} -->
+<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|50"}},"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 -->

+ 15 - 0
dawson/patterns/footer.php

@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * Title: Footer
+ * Slug: dawson/footer
+ * Inserter: no
+ */
+?>
+<!-- wp:group {"align":"full","layout":{"type":"flex","justifyContent":"left","flexWrap":"wrap"}} -->
+<div class="wp-block-group alignfull">
+	<!-- wp:paragraph {"style":{"typography":{"fontSize":"0.7rem"}}} -->
+	<p style="font-size:0.7rem"><?php echo esc_html__( 'Designed with', 'dawson' ); ?> <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>
+	<!-- /wp:paragraph -->
+</div>
+<!-- /wp:group -->

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

@@ -0,0 +1,10 @@
+<?php
+/**
+ * Title: Hidden No Results Content
+ * Slug: dawson/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', 'dawson' ); ?></p>
+<!-- /wp:paragraph -->

+ 32 - 0
dawson/readme.txt

@@ -0,0 +1,32 @@
+=== Dawson ===
+Contributors: Automattic
+Requires at least: 5.8
+Tested up to: 5.9
+Requires PHP: 5.7
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+
+== Description ==
+
+Dawson is a WordPress portfolio theme specifically tailored for photography. With a two column layout, the theme is ideal for those looking to build a portfolio website. Additionally, Dawson offers five distinct style variations, providing a wide range of aesthetic options to choose from.
+
+== Changelog ==
+
+= 1.0.0 =
+* Initial release
+
+== Copyright ==
+
+Dawson WordPress Theme, (C) 2023 Automattic
+Dawson is distributed under the terms of the GNU GPL.
+Dawson is based on Dana (), (C) Automattic, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.

BIN
dawson/screenshot.png


+ 37 - 0
dawson/style.css

@@ -0,0 +1,37 @@
+/*
+Theme Name: Dawson
+Theme URI: 
+Author: Automattic
+Author URI: https://automattic.com
+Description: Dawson is a WordPress portfolio theme specifically tailored for photography. With a two column layout, the theme is ideal for those looking to build a portfolio website. Additionally, Dawson offers five distinct style variations, providing a wide range of aesthetic options to choose from.
+Requires at least: 5.8
+Tested up to: 5.9
+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
+Template: 
+Text Domain: dawson
+Tags: photography, portfolio, grid-layout, one-column, two-columns, three-columns, wide-blocks, block-patterns, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, style-variations, theme-options, threaded-comments, translation-ready, portfolio, photography
+*/
+
+/*
+ * 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);
+}
+
+
+/*
+ * Link styles
+ * https://github.com/WordPress/gutenberg/issues/42319
+ */
+a {
+	text-decoration-thickness: .0625em !important;
+	text-underline-offset: .15em;
+}

+ 137 - 0
dawson/styles/coconut.json

@@ -0,0 +1,137 @@
+{
+	"settings": {
+		"color": {
+			"palette": [
+				{
+					"color": "#ffffff",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#ffffff",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#ffffff",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#90562c",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#7e4923",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			]
+		}
+	},
+	"styles": {
+		"blocks": {
+			"core/button": {
+				"border": {
+					"bottom": {
+						"style": "none",
+						"width": "0px"
+					},
+					"left": {
+						"style": "none",
+						"width": "0px"
+					},
+					"radius": "2px",
+					"right": {
+						"style": "none",
+						"width": "0px"
+					},
+					"top": {
+						"style": "none",
+						"width": "0px"
+					}
+				},
+				"color": {
+					"background": "var:preset|color|primary",
+					"text": "var:preset|color|background"
+				},
+				"spacing": {
+					"padding": {
+						"bottom": "var:preset|spacing|30",
+						"left": "var:preset|spacing|40",
+						"right": "var:preset|spacing|40",
+						"top": "var:preset|spacing|30"
+					}
+				},
+				"typography": {
+					"fontSize": "0.8rem",
+					"fontStyle": "normal",
+					"fontWeight": "400",
+					"letterSpacing": "0.06rem",
+					"textTransform": "uppercase"
+				}
+			},
+			"core/navigation": {
+				"typography": {
+					"fontSize": "var:preset|font-size|medium",
+					"fontStyle": "normal",
+					"fontWeight": "300",
+					"lineHeight": 0.3,
+					"textTransform": "lowercase"
+				}
+			},
+			"core/paragraph": {
+				"typography": {
+					"textTransform": "lowercase"
+				}
+			},
+			"core/post-content": {
+				"typography": {
+					"textTransform": "lowercase"
+				}
+			},
+			"core/post-navigation-link": {
+				"typography": {
+					"fontSize": "var:preset|font-size|medium",
+					"textTransform": "lowercase"
+				}
+			},
+			"core/query-pagination": {
+				"typography": {
+					"textTransform": "lowercase"
+				}
+			},
+			"core/site-tagline": {
+				"typography": {
+					"fontSize": "var:preset|font-size|medium",
+					"fontStyle": "normal",
+					"fontWeight": "300"
+				}
+			},
+			"core/site-title": {
+				"typography": {
+					"fontSize": "var:preset|font-size|medium",
+					"fontStyle": "normal",
+					"fontWeight": "500",
+					"letterSpacing": "0.2rem",
+					"textTransform": "uppercase"
+				}
+			}
+		},
+		"elements": {
+			"heading": {
+				"typography": {
+					"textTransform": "lowercase"
+				}
+			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|labrada",
+			"fontSize": "var:preset|font-size|small"
+		}
+	},
+	"title": "Coconut 2",
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}

+ 163 - 0
dawson/styles/eerie.json

@@ -0,0 +1,163 @@
+{
+	"settings": {
+		"color": {
+			"palette": [
+				{
+					"color": "#ffffff",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#ffffff",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#a4a4a4",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#1e1d1c",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#4d4c4a",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			]
+		}
+	},
+	"styles": {
+		"blocks": {
+			"core/button": {
+				"border": {
+					"bottom": {
+						"style": "none",
+						"width": "0px"
+					},
+					"left": {
+						"style": "none",
+						"width": "0px"
+					},
+					"radius": "10px",
+					"right": {
+						"style": "none",
+						"width": "0px"
+					},
+					"top": {
+						"style": "none",
+						"width": "0px"
+					}
+				},
+				"color": {
+					"background": "var:preset|color|primary",
+					"text": "var:preset|color|background"
+				},
+				"spacing": {
+					"padding": {
+						"bottom": "var:preset|spacing|40",
+						"left": "var:preset|spacing|50",
+						"right": "var:preset|spacing|50",
+						"top": "var:preset|spacing|40"
+					}
+				},
+				"typography": {
+					"fontSize": "14px",
+					"letterSpacing": "0.1rem",
+					"textTransform": "uppercase"
+				}
+			},
+			"core/heading": {
+				"typography": {
+					"fontStyle": "normal",
+					"fontWeight": "400"
+				}
+			},
+			"core/navigation": {
+				"typography": {
+					"fontSize": "14px",
+					"letterSpacing": "0.16rem",
+					"lineHeight": 0.2,
+					"textTransform": "uppercase"
+				}
+			},
+			"core/post-featured-image": {
+				"border": {
+					"bottom": {
+						"color": "var:preset|color|tertiary",
+						"style": "solid",
+						"width": "1px"
+					},
+					"left": {
+						"color": "var:preset|color|tertiary",
+						"style": "solid",
+						"width": "1px"
+					},
+					"radius": "20px",
+					"right": {
+						"color": "var:preset|color|tertiary",
+						"style": "solid",
+						"width": "1px"
+					},
+					"top": {
+						"color": "var:preset|color|tertiary",
+						"style": "solid",
+						"width": "1px"
+					}
+				}
+			},
+			"core/post-navigation-link": {
+				"typography": {
+					"fontSize": "14px",
+					"letterSpacing": "0.16rem",
+					"textTransform": "uppercase"
+				}
+			},
+			"core/query-pagination": {
+				"typography": {
+					"fontSize": "14px",
+					"fontStyle": "normal",
+					"fontWeight": "300",
+					"letterSpacing": "0.16rem",
+					"textTransform": "uppercase"
+				}
+			},
+			"core/site-tagline": {
+				"typography": {
+					"fontSize": "14px",
+					"letterSpacing": "0.16rem",
+					"textTransform": "uppercase"
+				}
+			},
+			"core/site-title": {
+				"typography": {
+					"fontFamily": "var:preset|font-family|commissioner",
+					"fontSize": "var:preset|font-size|small",
+					"fontStyle": "normal",
+					"fontWeight": "700",
+					"letterSpacing": "0.16rem",
+					"textTransform": "uppercase"
+				}
+			}
+		},
+		"spacing": {
+			"blockGap": "var:preset|spacing|50",
+			"padding": {
+				"bottom": "var:preset|spacing|60",
+				"left": "var:preset|spacing|60",
+				"right": "var:preset|spacing|60",
+				"top": "var:preset|spacing|60"
+			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|commissioner",
+			"fontSize": "var:preset|font-size|small"
+		}
+	},
+	"title": "Eerie",
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}

+ 157 - 0
dawson/styles/myrtle.json

@@ -0,0 +1,157 @@
+{
+	"settings": {
+		"color": {
+			"palette": [
+				{
+					"color": "#edf0ca",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#edf0ca",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#edf0ca",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#293c1e",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#203017",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			]
+		}
+	},
+	"styles": {
+		"blocks": {
+			"core/button": {
+				"border": {
+					"bottom": {
+						"style": "none",
+						"width": "0px"
+					},
+					"left": {
+						"style": "none",
+						"width": "0px"
+					},
+					"radius": "0px",
+					"right": {
+						"style": "none",
+						"width": "0px"
+					},
+					"top": {
+						"style": "none",
+						"width": "0px"
+					}
+				},
+				"color": {
+					"background": "var:preset|color|primary",
+					"text": "var:preset|color|background"
+				},
+				"spacing": {
+					"padding": {
+						"bottom": "var:preset|spacing|30",
+						"left": "var:preset|spacing|50",
+						"right": "var:preset|spacing|50",
+						"top": "var:preset|spacing|30"
+					}
+				},
+				"typography": {
+					"fontSize": "0.8rem",
+					"fontStyle": "normal",
+					"fontWeight": "700",
+					"letterSpacing": "0rem"
+				}
+			},
+			"core/heading": {
+				"typography": {
+					"fontSize": "0.8rem",
+					"fontStyle": "normal",
+					"fontWeight": "700"
+				}
+			},
+			"core/list": {
+				"typography": {
+					"fontSize": "0.8rem"
+				}
+			},
+			"core/navigation": {
+				"typography": {
+					"fontSize": "0.8rem",
+					"lineHeight": 0.1
+				}
+			},
+			"core/paragraph": {
+				"typography": {
+					"fontSize": "0.8rem",
+					"lineHeight": 1.8
+				}
+			},
+			"core/post-navigation-link": {
+				"typography": {
+					"fontSize": "0.8rem"
+				}
+			},
+			"core/post-title": {
+				"typography": {
+					"fontSize": "0.8rem",
+					"fontStyle": "normal",
+					"fontWeight": "700"
+				}
+			},
+			"core/pullquote": {
+				"typography": {
+					"fontSize": "0.8rem"
+				}
+			},
+			"core/query-pagination": {
+				"typography": {
+					"fontSize": "0.8rem"
+				}
+			},
+			"core/quote": {
+				"typography": {
+					"fontSize": "0.8rem"
+				}
+			},
+			"core/site-tagline": {
+				"typography": {
+					"fontSize": "0.8rem"
+				}
+			},
+			"core/site-title": {
+				"typography": {
+					"fontSize": "0.8rem",
+					"fontStyle": "normal",
+					"fontWeight": "700",
+					"textTransform": "none"
+				}
+			},
+			"core/table": {
+				"typography": {
+					"fontSize": "0.8rem"
+				}
+			},
+			"core/verse": {
+				"typography": {
+					"fontSize": "0.8rem"
+				}
+			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|ibm-plex-mono",
+			"fontSize": "0.8rem"
+		}
+	},
+	"title": "Myrtle",
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}

+ 151 - 0
dawson/styles/pastel-blue.json

@@ -0,0 +1,151 @@
+{
+	"settings": {
+		"color": {
+			"palette": [
+				{
+					"color": "#0c181c",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#0c181c",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#143039",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#acc5ca",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#bed7da",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			]
+		}
+	},
+	"styles": {
+		"blocks": {
+			"core/button": {
+				"border": {
+					"bottom": {
+						"style": "none",
+						"width": "0px"
+					},
+					"left": {
+						"style": "none",
+						"width": "0px"
+					},
+					"radius": "0px",
+					"right": {
+						"style": "none",
+						"width": "0px"
+					},
+					"top": {
+						"style": "none",
+						"width": "0px"
+					}
+				},
+				"color": {
+					"background": "var:preset|color|primary",
+					"text": "var:preset|color|background"
+				},
+				"variations": {
+					"outline": {
+						"border": {
+							"bottom": {
+								"color": "var:preset|color|primary",
+								"style": "solid",
+								"width": "1px"
+							},
+							"left": {
+								"color": "var:preset|color|primary",
+								"style": "solid",
+								"width": "1px"
+							},
+							"right": {
+								"color": "var:preset|color|primary",
+								"style": "solid",
+								"width": "1px"
+							},
+							"top": {
+								"color": "var:preset|color|primary",
+								"style": "solid",
+								"width": "1px"
+							}
+						},
+						"color": {
+							"text": "#0c181c"
+						}
+					}
+				}
+			},
+			"core/heading": {
+				"typography": {
+					"fontStyle": "normal",
+					"fontWeight": "700"
+				}
+			},
+			"core/navigation": {
+				"typography": {
+					"fontSize": "var:preset|font-size|small",
+					"lineHeight": 0.2
+				}
+			},
+			"core/post-navigation-link": {
+				"typography": {
+					"fontSize": "var:preset|font-size|small"
+				}
+			},
+			"core/query-pagination": {
+				"typography": {
+					"fontSize": "var:preset|font-size|small"
+				}
+			},
+			"core/site-tagline": {
+				"typography": {
+					"fontSize": "var:preset|font-size|small"
+				}
+			},
+			"core/site-title": {
+				"typography": {
+					"fontSize": "var:preset|font-size|small",
+					"fontStyle": "normal",
+					"fontWeight": "700"
+				}
+			}
+		},
+		"elements": {
+			"heading": {
+				"typography": {
+					"fontStyle": "normal",
+					"fontWeight": "700"
+				}
+			}
+		},
+		"spacing": {
+			"blockGap": "20px",
+			"padding": {
+				"bottom": "var:preset|spacing|80",
+				"left": "var:preset|spacing|80",
+				"right": "var:preset|spacing|80",
+				"top": "var:preset|spacing|80"
+			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|cormorant-garamond",
+			"fontSize": "var:preset|font-size|small",
+			"fontStyle": "normal",
+			"fontWeight": "400"
+		}
+	},
+	"title": "Pastel Blue",
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}

+ 173 - 0
dawson/styles/persian-blue.json

@@ -0,0 +1,173 @@
+{
+	"settings": {
+		"color": {
+			"palette": [
+				{
+					"color": "#ffffff",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#bfbee6",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#bfbee6",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#2724bc",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#1a18ab",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			]
+		}
+	},
+	"styles": {
+		"blocks": {
+			"core/button": {
+				"border": {
+					"bottom": {
+						"style": "none",
+						"width": "0px"
+					},
+					"left": {
+						"style": "none",
+						"width": "0px"
+					},
+					"radius": "2px",
+					"right": {
+						"style": "none",
+						"width": "0px"
+					},
+					"top": {
+						"style": "none",
+						"width": "0px"
+					}
+				},
+				"color": {
+					"background": "var:preset|color|primary",
+					"text": "var:preset|color|background"
+				},
+				"spacing": {
+					"padding": {
+						"bottom": "1rem",
+						"left": "var:preset|spacing|50",
+						"right": "var:preset|spacing|50",
+						"top": "1rem"
+					}
+				},
+				"typography": {
+					"fontSize": "var:preset|font-size|small",
+					"fontStyle": "normal",
+					"fontWeight": "400",
+					"letterSpacing": "0.04rem",
+					"textTransform": "uppercase"
+				},
+				"variations": {
+					"outline": {
+						"border": {
+							"bottom": {
+								"color": "var:preset|color|primary",
+								"style": "solid",
+								"width": "1px"
+							},
+							"left": {
+								"color": "var:preset|color|primary",
+								"style": "solid",
+								"width": "1px"
+							},
+							"right": {
+								"color": "var:preset|color|primary",
+								"style": "solid",
+								"width": "1px"
+							},
+							"top": {
+								"color": "var:preset|color|primary",
+								"style": "solid",
+								"width": "1px"
+							}
+						},
+						"color": {
+							"text": "#ffffff"
+						}
+					}
+				}
+			},
+			"core/navigation": {
+				"typography": {
+					"fontSize": "var:preset|font-size|large",
+					"lineHeight": 0.5
+				}
+			},
+			"core/post-content": {
+				"typography": {
+					"lineHeight": 1.4
+				}
+			},
+			"core/post-navigation-link": {
+				"typography": {
+					"fontSize": "var:preset|font-size|large"
+				}
+			},
+			"core/pullquote": {
+				"border": {
+					"bottom": {
+						"style": "none",
+						"width": "0px"
+					},
+					"left": {
+						"style": "none",
+						"width": "0px"
+					},
+					"right": {
+						"style": "none",
+						"width": "0px"
+					},
+					"top": {
+						"style": "none",
+						"width": "0px"
+					}
+				},
+				"color": {
+					"background": "var:preset|color|tertiary",
+					"text": "var:preset|color|primary"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var:preset|color|primary"
+						}
+					}
+				}
+			},
+			"core/site-tagline": {
+				"typography": {
+					"fontSize": "var:preset|font-size|large",
+					"fontStyle": "normal",
+					"fontWeight": "300"
+				}
+			},
+			"core/site-title": {
+				"typography": {
+					"fontSize": "var:preset|font-size|large"
+				}
+			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|helvetica",
+			"fontSize": "var:preset|font-size|medium",
+			"lineHeight": 1.4
+		}
+	},
+	"title": "Persian Blue",
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}

+ 23 - 0
dawson/templates/404.html

@@ -0,0 +1,23 @@
+<!-- wp:columns {"style":{"spacing":{"padding":{"right":"0px","left":"0px","top":"0px","bottom":"0px"},"blockGap":{"top":"var:preset|spacing|30","left":"var:preset|spacing|30"}}}} -->
+<div class="wp-block-columns" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"33.33%"} -->
+<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"space-between"}} -->
+<div class="wp-block-group"><!-- wp:template-part {"slug":"header"} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.66%"} -->
+<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"20rem","bottom":"20rem"},"padding":{"top":"0","right":"0","bottom":"0","left":"0"}}},"layout":{"type":"default"}} -->
+<main class="wp-block-group" style="margin-top:20rem;margin-bottom:20rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:heading {"textAlign":"left","level":1,"fontSize":"x-large","anchor":"oops-that-page-can-t-be-found"} -->
+<h1 class="wp-block-heading has-text-align-left has-x-large-font-size" id="oops-that-page-can-t-be-found">The page you're looking for doesn't exist.</h1>
+<!-- /wp:heading -->
+
+<!-- wp:paragraph -->
+<p>It looks like nothing was found at this location. Maybe try a search?</p>
+<!-- /wp:paragraph -->
+
+<!-- wp:search {"label":"","showLabel":false,"placeholder":"Search...","width":75,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"radius":"0px","top":{"color":"var:preset|color|tertiary","style":"solid","width":"1px"},"right":{"color":"var:preset|color|tertiary","style":"solid","width":"1px"},"bottom":{"color":"var:preset|color|tertiary","style":"solid","width":"1px"},"left":{"color":"var:preset|color|tertiary","style":"solid","width":"1px"}}},"backgroundColor":"background","textColor":"primary"} /--></main>
+<!-- /wp:group --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:template-part {"slug":"footer"} /-->

+ 35 - 0
dawson/templates/archive.html

@@ -0,0 +1,35 @@
+<!-- wp:columns {"style":{"spacing":{"padding":{"right":"0px","left":"0px","top":"0px","bottom":"0px"},"blockGap":{"top":"var:preset|spacing|30","left":"var:preset|spacing|30"}}}} -->
+<div class="wp-block-columns" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"33.33%"} -->
+<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"space-between"}} -->
+<div class="wp-block-group"><!-- wp:template-part {"slug":"header"} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.66%"} -->
+<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:query {"queryId":14,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":2}} -->
+<div class="wp-block-query"><!-- wp:query-title {"type":"archive","showPrefix":false,"style":{"spacing":{"margin":{"bottom":"30px"}}}} /-->
+
+<!-- wp:post-template -->
+<!-- wp:post-featured-image {"isLink":true} /-->
+<!-- /wp:post-template -->
+
+<!-- wp:spacer -->
+<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"space-between"}} -->
+<!-- wp:query-pagination-previous /-->
+
+<!-- wp:query-pagination-next /-->
+<!-- /wp:query-pagination -->
+
+<!-- wp:query-no-results -->
+<!-- wp:paragraph {"placeholder":"Add text or blocks that will display when a query returns no results."} -->
+<p>There are no posts under this category.</p>
+<!-- /wp:paragraph -->
+<!-- /wp:query-no-results --></div>
+<!-- /wp:query --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:template-part {"slug":"footer"} /-->

+ 33 - 0
dawson/templates/index.html

@@ -0,0 +1,33 @@
+<!-- wp:columns {"style":{"spacing":{"padding":{"right":"0","left":"0","bottom":"0"},"blockGap":{"top":"var:preset|spacing|30","left":"var:preset|spacing|30"}}}} -->
+<div class="wp-block-columns" style="padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:column {"width":"33.33%"} -->
+<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"space-between"}} -->
+<div class="wp-block-group"><!-- wp:template-part {"slug":"header"} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.66%"} -->
+<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:query {"queryId":14,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"displayLayout":{"type":"flex","columns":2}} -->
+<div class="wp-block-query"><!-- wp:post-template -->
+<!-- wp:post-featured-image {"isLink":true} /-->
+<!-- /wp:post-template -->
+
+<!-- wp:spacer {"height":"40px"} -->
+<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"space-between"}} -->
+<!-- wp:query-pagination-previous /-->
+
+<!-- wp:query-pagination-next /-->
+<!-- /wp:query-pagination -->
+
+<!-- wp:query-no-results -->
+<!-- wp:paragraph {"placeholder":"Add text or blocks that will display when a query returns no results."} -->
+<p></p>
+<!-- /wp:paragraph -->
+<!-- /wp:query-no-results --></div>
+<!-- /wp:query --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:template-part {"slug":"footer"} /-->

+ 33 - 0
dawson/templates/page.html

@@ -0,0 +1,33 @@
+<!-- wp:columns {"style":{"spacing":{"padding":{"right":"0px","left":"0px","top":"0px","bottom":"0px"},"blockGap":{"top":"var:preset|spacing|30","left":"var:preset|spacing|30"}}}} -->
+<div class="wp-block-columns" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"33.33%"} -->
+<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"space-between"}} -->
+<div class="wp-block-group"><!-- wp:template-part {"slug":"header"} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.66%"} -->
+<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"style":{"spacing":{"blockGap":"var:preset|spacing|70"}}} -->
+<main class="wp-block-group"><!-- wp:post-featured-image {"align":"full"} /-->
+
+<!-- wp:columns -->
+<div class="wp-block-columns"><!-- wp:column {"width":"66.66%"} -->
+<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"default"}} -->
+<div class="wp-block-group"><!-- wp:post-title /-->
+
+<!-- wp:post-content {"lock":{"move":false,"remove":false},"layout":{"type":"default"}} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"33.33%"} -->
+<div class="wp-block-column" style="flex-basis:33.33%"></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:spacer -->
+<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></main>
+<!-- /wp:group --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:template-part {"slug":"footer"} /-->

+ 35 - 0
dawson/templates/search.html

@@ -0,0 +1,35 @@
+<!-- wp:columns {"style":{"spacing":{"padding":{"right":"0px","left":"0px"},"blockGap":{"top":"var:preset|spacing|30","left":"var:preset|spacing|30"}}}} -->
+<div class="wp-block-columns" style="padding-right:0px;padding-left:0px"><!-- wp:column {"width":"33.33%"} -->
+<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"space-between"}} -->
+<div class="wp-block-group"><!-- wp:template-part {"slug":"header"} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.66%"} -->
+<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:query {"queryId":14,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":2}} -->
+<div class="wp-block-query"><!-- wp:query-title {"type":"search"} /-->
+
+<!-- wp:search {"label":"","showLabel":false,"placeholder":"Search...","width":75,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"radius":"0px","top":{"color":"var:preset|color|tertiary","style":"solid","width":"1px"},"right":{"color":"var:preset|color|tertiary","style":"solid","width":"1px"},"bottom":{"color":"var:preset|color|tertiary","style":"solid","width":"1px"},"left":{"color":"var:preset|color|tertiary","style":"solid","width":"1px"}}},"backgroundColor":"background","textColor":"primary"} /-->
+
+<!-- wp:spacer {"height":"20px"} -->
+<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-template -->
+<!-- wp:post-featured-image {"isLink":true} /-->
+<!-- /wp:post-template -->
+
+<!-- wp:spacer {"height":"40px"} -->
+<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"space-between"}} -->
+<!-- wp:query-pagination-previous /-->
+
+<!-- wp:query-pagination-next /-->
+<!-- /wp:query-pagination --></div>
+<!-- /wp:query --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:template-part {"slug":"footer"} /-->

+ 47 - 0
dawson/templates/single.html

@@ -0,0 +1,47 @@
+<!-- wp:columns {"style":{"spacing":{"padding":{"right":"0px","left":"0px","top":"0px","bottom":"0px"},"blockGap":{"top":"var:preset|spacing|30","left":"var:preset|spacing|30"}}}} -->
+<div class="wp-block-columns" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"33.33%"} -->
+<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"space-between"}} -->
+<div class="wp-block-group"><!-- wp:template-part {"slug":"header"} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.66%"} -->
+<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"style":{"spacing":{"blockGap":"var:preset|spacing|70"}}} -->
+<main class="wp-block-group"><!-- wp:post-featured-image {"align":"full","className":".wp-block-post-featured-image:hover { opacity: 1; }"} /-->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"default"}} -->
+<div class="wp-block-group"><!-- wp:post-title /-->
+
+<!-- wp:post-content {"lock":{"move":false,"remove":false},"layout":{"type":"default"}} /--></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"50px"} -->
+<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between","verticalAlignment":"bottom"}} -->
+<div class="wp-block-group" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:post-navigation-link {"type":"previous"} /-->
+
+<!-- wp:post-navigation-link /--></div>
+<!-- /wp:group -->
+
+<!-- wp:query {"queryId":1,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"displayLayout":{"type":"flex","columns":6}} -->
+<div class="wp-block-query"><!-- wp:post-template -->
+<!-- wp:post-featured-image {"isLink":true,"overlayColor":"background"} /-->
+<!-- /wp:post-template -->
+
+<!-- wp:query-no-results -->
+<!-- wp:paragraph {"placeholder":"Add text or blocks that will display when a query returns no results."} -->
+<p></p>
+<!-- /wp:paragraph -->
+<!-- /wp:query-no-results --></div>
+<!-- /wp:query -->
+
+<!-- wp:spacer {"height":"50px"} -->
+<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></main>
+<!-- /wp:group --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:template-part {"slug":"footer"} /-->

+ 871 - 0
dawson/theme.json

@@ -0,0 +1,871 @@
+{
+	"settings": {
+		"appearanceTools": true,
+		"color": {
+			"palette": [
+				{
+					"color": "#000000",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#000000",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#7b7b7b",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#f6f5f0",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#eae8e2",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			]
+		},
+		"layout": {
+			"contentSize": "620px",
+			"wideSize": "1000px"
+		},
+		"spacing": {
+			"units": [
+				"%",
+				"px",
+				"em",
+				"rem",
+				"vh",
+				"vw"
+			]
+		},
+		"typography": {
+			"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": "Labrada",
+							"fontStyle": "normal",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/labrada_normal_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "Labrada",
+							"fontStyle": "italic",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/labrada_italic_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "Labrada",
+							"fontStyle": "normal",
+							"fontWeight": "500",
+							"src": [
+								"file:./assets/fonts/labrada_normal_500.ttf"
+							]
+						},
+						{
+							"fontFamily": "Labrada",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/labrada_normal_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Labrada",
+							"fontStyle": "italic",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/labrada_italic_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Labrada",
+							"fontStyle": "italic",
+							"fontWeight": "500",
+							"src": [
+								"file:./assets/fonts/labrada_italic_500.ttf"
+							]
+						}
+					],
+					"fontFamily": "Labrada",
+					"slug": "labrada"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Cormorant Garamond",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/cormorant-garamond_normal_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Cormorant Garamond",
+							"fontStyle": "italic",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/cormorant-garamond_italic_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Cormorant Garamond",
+							"fontStyle": "italic",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/cormorant-garamond_italic_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Cormorant Garamond",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/cormorant-garamond_normal_400.ttf"
+							]
+						}
+					],
+					"fontFamily": "Cormorant Garamond",
+					"slug": "cormorant-garamond"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "IBM Plex Mono",
+							"fontStyle": "normal",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/ibm-plex-mono_normal_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "IBM Plex Mono",
+							"fontStyle": "italic",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/ibm-plex-mono_italic_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "IBM Plex Mono",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/ibm-plex-mono_normal_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "IBM Plex Mono",
+							"fontStyle": "italic",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/ibm-plex-mono_italic_700.ttf"
+							]
+						}
+					],
+					"fontFamily": "IBM Plex Mono",
+					"slug": "ibm-plex-mono"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Commissioner",
+							"fontStyle": "normal",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/commissioner_normal_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "Commissioner",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/commissioner_normal_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Commissioner",
+							"fontStyle": "italic",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/commissioner_italic_300.otf"
+							]
+						},
+						{
+							"fontFamily": "Commissioner",
+							"fontStyle": "italic",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/commissioner_italic_700.otf"
+							]
+						}
+					],
+					"fontFamily": "Commissioner",
+					"slug": "commissioner"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Helvetica",
+							"fontStyle": "normal",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/helvetica_normal_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "Helvetica",
+							"fontStyle": "italic",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/helvetica_italic_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "Helvetica",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/helvetica_normal_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Helvetica",
+							"fontStyle": "italic",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/helvetica_italic_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Helvetica",
+							"fontStyle": "italic",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/helvetica_italic_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Helvetica",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/helvetica_normal_400.ttf"
+							]
+						}
+					],
+					"fontFamily": "Helvetica",
+					"slug": "helvetica"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Space Mono",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/space-mono_normal_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Space Mono",
+							"fontStyle": "italic",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/space-mono_italic_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Space Mono",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/space-mono_normal_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Space Mono",
+							"fontStyle": "italic",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/space-mono_italic_700.ttf"
+							]
+						}
+					],
+					"fontFamily": "Space Mono",
+					"slug": "space-mono"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Inter",
+							"fontStyle": "normal",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/inter_normal_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "Inter",
+							"fontStyle": "normal",
+							"fontWeight": "500",
+							"src": [
+								"file:./assets/fonts/inter_normal_500.ttf"
+							]
+						},
+						{
+							"fontFamily": "Inter",
+							"fontStyle": "italic",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/inter_italic_300.otf"
+							]
+						},
+						{
+							"fontFamily": "Inter",
+							"fontStyle": "italic",
+							"fontWeight": "500",
+							"src": [
+								"file:./assets/fonts/inter_italic_500.otf"
+							]
+						}
+					],
+					"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"
+				}
+			]
+		},
+		"useRootPaddingAwareAlignments": false
+	},
+	"styles": {
+		"blocks": {
+			"core/button": {
+				"border": {
+					"bottom": {
+						"style": "none",
+						"width": "0px"
+					},
+					"left": {
+						"style": "none",
+						"width": "0px"
+					},
+					"radius": "100px",
+					"right": {
+						"style": "none",
+						"width": "0px"
+					},
+					"top": {
+						"style": "none",
+						"width": "0px"
+					}
+				},
+				"color": {
+					"background": "var(--wp--preset--color--tertiary)",
+					"text": "var(--wp--preset--color--primary)"
+				},
+				"spacing": {
+					"padding": {
+						"bottom": "var(--wp--preset--spacing--20)",
+						"left": "var(--wp--preset--spacing--50)",
+						"right": "var(--wp--preset--spacing--50)",
+						"top": "var(--wp--preset--spacing--20)"
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontStyle": "normal",
+					"fontWeight": "300",
+					"letterSpacing": "0rem",
+					"textDecoration": "none",
+					"textTransform": "none"
+				}
+			},
+			"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(--wp--preset--color--primary)"
+				},
+				"typography": {
+					"fontStyle": "normal",
+					"fontWeight": "300"
+				}
+			},
+			"core/image": {
+				"border": {
+					"bottom": {
+						"style": "none",
+						"width": "0px"
+					},
+					"left": {
+						"style": "none",
+						"width": "0px"
+					},
+					"right": {
+						"style": "none",
+						"width": "0px"
+					},
+					"top": {
+						"style": "none",
+						"width": "0px"
+					}
+				}
+			},
+			"core/list": {
+				"spacing": {
+					"padding": {
+						"left": "var(--wp--preset--spacing--70)"
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)"
+				}
+			},
+			"core/navigation": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-large)",
+					"lineHeight": 0.7
+				}
+			},
+			"core/paragraph": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)"
+				}
+			},
+			"core/post-author-name": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				}
+			},
+			"core/post-content": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontStyle": "normal",
+					"fontWeight": "300",
+					"lineHeight": 1.7
+				}
+			},
+			"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-featured-image": {
+				"css": ".wp-block-post-featured-image {\n    margin-left: 0;\n    margin-right: 0;\n    margin-bottom: -5px;\n    margin-top: 0px;\n}\n\n.wp-block-post-featured-image a img:hover {\n\topacity: 0.5;\n\ttransition: all 0.3s ease;\n}"
+			},
+			"core/post-navigation-link": {
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var(--wp--preset--color--primary)"
+							}
+						},
+						"color": {
+							"text": "var(--wp--preset--color--foreground)"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-large)",
+					"fontStyle": "normal",
+					"fontWeight": "300"
+				}
+			},
+			"core/post-title": {
+				"color": {
+					"text": "var(--wp--preset--color--primary)"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"spacing": {
+					"margin": {
+						"bottom": "0"
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--large)",
+					"fontStyle": "normal",
+					"fontWeight": "300"
+				}
+			},
+			"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--small)",
+					"fontStyle": "normal",
+					"fontWeight": "300",
+					"textTransform": "none"
+				}
+			},
+			"core/query-title": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontStyle": "normal",
+					"fontWeight": "300"
+				}
+			},
+			"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(--wp--preset--font-size--small)",
+					"fontStyle": "normal",
+					"fontWeight": "300",
+					"textTransform": "none"
+				}
+			},
+			"core/search": {
+				"border": {
+					"radius": "0px"
+				},
+				"color": {
+					"background": "var(--wp--preset--color--background)"
+				},
+				"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--x-large)"
+				}
+			},
+			"core/site-title": {
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"text": "var(--wp--preset--color--foreground)"
+							},
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var(--wp--preset--color--primary)"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-large)",
+					"fontStyle": "normal",
+					"fontWeight": "500"
+				}
+			},
+			"core/table": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/term-description": {
+				"typography": {
+					"fontStyle": "normal",
+					"fontWeight": "300"
+				}
+			},
+			"core/verse": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)"
+				}
+			}
+		},
+		"color": {
+			"background": "var(--wp--preset--color--background)",
+			"text": "var(--wp--preset--color--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(--wp--preset--color--primary)",
+					"text": "var(--wp--preset--color--background)"
+				}
+			},
+			"h1": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-large)"
+				}
+			},
+			"h2": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--large)"
+				}
+			},
+			"h3": {
+				"typography": {
+					"fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)"
+				}
+			},
+			"h4": {
+				"typography": {
+					"fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)"
+				}
+			},
+			"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--rubik)",
+					"fontWeight": "400",
+					"lineHeight": "1.125"
+				}
+			},
+			"link": {
+				":hover": {
+					"color": {
+						"text": "var(--wp--preset--color--foreground)"
+					},
+					"typography": {
+						"textDecoration": "none"
+					}
+				},
+				"color": {
+					"text": "var(--wp--preset--color--primary)"
+				}
+			}
+		},
+		"spacing": {
+			"blockGap": "20px",
+			"padding": {
+				"bottom": "20px",
+				"left": "20px",
+				"right": "20px",
+				"top": "20px"
+			}
+		},
+		"typography": {
+			"fontFamily": "var(--wp--preset--font-family--inter)",
+			"fontSize": "var(--wp--preset--font-size--large)",
+			"fontStyle": "normal",
+			"fontWeight": "300",
+			"lineHeight": "1.6"
+		}
+	},
+	"templateParts": [
+		{
+			"area": "header",
+			"name": "header"
+		},
+		{
+			"area": "footer",
+			"name": "footer"
+		}
+	],
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}