|
@@ -0,0 +1,54 @@
|
|
|
+{
|
|
|
+ "version": 2,
|
|
|
+ "settings": {
|
|
|
+ "color": {
|
|
|
+ "palette": [
|
|
|
+ {
|
|
|
+ "slug": "foreground",
|
|
|
+ "color": "#14453d",
|
|
|
+ "name": "Foreground",
|
|
|
+ "default": "#333333"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "slug": "background",
|
|
|
+ "color": "#fcf9f4",
|
|
|
+ "name": "Background",
|
|
|
+ "default": "#ffffff"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "slug": "tertiary",
|
|
|
+ "color": "#ECECE7",
|
|
|
+ "name": "Tertiary",
|
|
|
+ "default": "#ECECE7"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamilies": [
|
|
|
+ {
|
|
|
+ "fontFamily": "\"Fira Sans\", sans-serif",
|
|
|
+ "slug": "body-font",
|
|
|
+ "name": "Body (Fira Sans)",
|
|
|
+ "google": "family=Fira+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700",
|
|
|
+ "fontSlug": "fira-sans"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "\"EB Garamond\", serif",
|
|
|
+ "slug": "heading-font",
|
|
|
+ "name": "Heading (EB Garamond)",
|
|
|
+ "google": "family=EB+Garamond:ital,wght@0,400..800;1,400..800",
|
|
|
+ "fontSlug": "eb-garamond"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "custom": {
|
|
|
+ "color": {
|
|
|
+ "foreground": "var(--wp--preset--color--foreground)",
|
|
|
+ "background": "var(--wp--preset--color--background)",
|
|
|
+ "primary": "var(--wp--preset--color--foreground)",
|
|
|
+ "secondary": "var(--wp--preset--color--foreground)",
|
|
|
+ "tertiary": "var(--wp--preset--color--tertiary)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|