{
  "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
  "version": 3,
  "customTemplates": [
    {
      "name": "splash",
      "title": "Splash/Blank Canvas",
      "postTypes": [
        "post",
        "page"
      ]
    },
    {
      "name": "no-title",
      "title": "No title",
      "postTypes": [
        "post",
        "page"
      ]
    }
  ],
  "settings": {
    "appearanceTools": true,
    "color": {
      "background": true,
      "custom": true,
      "customDuotone": true,
      "customGradient": true,
      "defaultDuotone": true,
      "defaultGradients": true,
      "defaultPalette": true,
      "duotone": [],
      "gradients": [],
      "palette": [
        {
          "name": "Primary",
          "slug": "cm-primary",
          "color": "#FCFCFC"
        },
        {
          "name": "Secondary",
          "slug": "secondary",
          "color": "#010E2F"
        },
        {
          "name": "Secondary Text ",
          "slug": "secondary-text",
          "color": "#FDFDFD"
        },
        {
          "name": "Background",
          "slug": "cm-background",
          "color": "#F3F3F3"
        },
        {
          "name": "Text",
          "slug": "cm-text",
          "color": "#1A1A1A"
        },
        {
          "name": "Text /Two",
          "slug": "text-2",
          "color": "#001A5F"
        },
        {
          "name": "Text /Three",
          "slug": "text-3",
          "color": "#878787"
        },
        {
          "name": "Accent",
          "slug": "accent",
          "color": "#383838"
        },
        {
          "name": "Accent Text",
          "slug": "accent-text",
          "color": "#FEFEFE"
        },
        {
          "name": "Border",
          "slug": "cm-border",
          "color": "#C3C3C3"
        },
        {
          "name": "Transparent",
          "color": "transparent",
          "slug": "transparent"
        }
      ],
      "text": true,
      "link": true
    },
    "custom": {
      "cm-blog-box-shadow-light": "0px 0px 4px 0px rgba(74,74,74,0.25)",
      "fontWeight": {
        "thin": 100,
        "extra-light": 200,
        "light": 300,
        "regular": 400,
        "medium": 500,
        "semi-bold": 600,
        "bold": 700,
        "extra-bold": 800,
        "black": 900
      },
      "line-height": {
        "tiny": 1.15,
        "small": 1.2,
        "medium": 1.4,
        "normal": 1.5,
        "large": 1.6,
        "extra-large": 1.75
      }
    },
    "layout": {
      "contentSize": "720px",
      "wideSize": "1200px",
      "horizontalMargin": true
    },
    "border": {
      "radius": true
    },
    "shadow": {
      "defaultPresets": true,
      "presets": []
    },
    "spacing": {
      "customSpacingSize": true,
      "spacingScale": {
        "operator": "*",
        "increment": 5,
        "steps": 7,
        "mediumStep": 1.5,
        "unit": "rem"
      },
      "units": [
        "%",
        "px",
        "em",
        "rem",
        "vh",
        "vw"
      ]
    },
    "typography": {
      "writingMode": true,
      "customFontSize": true,
      "fluid": true,
      "dropCap": true,
      "fontFamilies": [
        {
          "fontFace": [
            {
              "fontFamily": "Karla",
              "fontStyle": "normal",
              "fontWeight": "200",
              "src": [
                "file:./assets/fonts/karla/Karla-ExtraLight.woff2"
              ]
            },
            {
              "fontFamily": "Karla",
              "fontStyle": "normal",
              "fontWeight": "300",
              "src": [
                "file:./assets/fonts/karla/Karla-Light.woff2"
              ]
            },
            {
              "fontFamily": "Karla",
              "fontStyle": "normal",
              "fontWeight": "400",
              "src": ["file:./assets/fonts/karla/Karla-Regular.woff2"]
            },
            {
              "fontFamily": "Karla",
              "fontStyle": "normal",
              "fontWeight": "500",
              "src": [
                "file:./assets/fonts/karla/Karla-Medium.woff2"
              ]
            },
            {
              "fontFamily": "Karla",
              "fontStyle": "normal",
              "fontWeight": "600",
              "src": [
                "file:./assets/fonts/karla/Karla-SemiBold.woff2"
              ]
            },
            {
              "fontFamily": "Karla",
              "fontStyle": "normal",
              "fontWeight": "700",
              "src": [
                "file:./assets/fonts/karla/Karla-Bold.woff2"
              ]
            },
            {
              "fontFamily": "Karla",
              "fontStyle": "normal",
              "fontWeight": "800",
              "src": [
                "file:./assets/fonts/karla/Karla-ExtraBold.woff2"
              ]
            }
          ],
          "fontFamily": "Karla, sans-serif",
          "name": "Karla",
          "slug": "karla"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Lora",
              "fontStyle": "normal",
              "fontWeight": "400",
              "src": [
                "file:./assets/fonts/lora/Lora-Regular.woff2"
              ]
            },
            {
              "fontFamily": "Lora",
              "fontStyle": "normal",
              "fontWeight": "500",
              "src": [
                "file:./assets/fonts/lora/Lora-Medium.woff2"
              ]
            },
            {
              "fontFamily": "Lora",
              "fontStyle": "normal",
              "fontWeight": "600",
              "src": [
                "file:./assets/fonts/lora/Lora-SemiBold.woff2"
              ]
            },
            {
              "fontFamily": "Lora",
              "fontStyle": "normal",
              "fontWeight": "700",
              "src": [
                "file:./assets/fonts/lora/Lora-Bold.woff2"
              ]
            }
          ],
          "fontFamily": "'Lora', sans-serif",
          "name": "Lora",
          "slug": "lora"
        },
        {
          "fontFamily": "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif",
          "name": "System Sans-serif",
          "slug": "system-sans-serif"
        },
        {
          "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
          "name": "System Serif",
          "slug": "system-Serif"
        }
      ],
      "fontSizes": [
        {
          "name": "ES",
          "size": "16px",
          "slug": "extra-small"
        },
        {
          "name": "S",
          "size": "18px",
          "slug": "esmall"
        },
        {
          "fluid": {
            "max": "20px",
            "min": "18px"
          },
          "name": "SM",
          "size": "clamp(18px, 1.5vw, 20px)",
          "slug": "small-medium"
        },
        {
          "fluid": {
            "max": "22px",
            "min": "18px"
          },
          "name": "M",
          "size": "clamp(18px, 2.0vw, 22px)",
          "slug": "medium"
        },
        {
          "fluid": {
            "max": "28px",
            "min": "20px"
          },
          "name": "ML",
          "size": "clamp(20px, 2.5vw, 28px)",
          "slug": "medium-large"
        },
        {
          "fluid": {
            "max": "36px",
            "min": "24px"
          },
          "name": "L",
          "size": "clamp(24px, 3vw, 36px)",
          "slug": "large"
        },
        {
          "fluid": {
            "max": "48px",
            "min": "32px"
          },
          "name": "XL",
          "size": "clamp(32px, 3.6vw, 48px)",
          "slug": "x-large"
        },
        {
          "fluid": {
            "max": "50px",
            "min": "24px"
          },
          "name": "2XL",
          "size": "clamp(24px, 4.2vw, 50px)",
          "slug": "xx-large"
        },
        {
          "fluid": {
            "max": "54px",
            "min": "48px"
          },
          "name": "3XL",
          "size": "clamp(48px, 5.4vw, 54px)",
          "slug": "xxx-large"
        },
        {
          "fluid": {
            "max": "72px",
            "min": "48px"
          },
          "name": "4XL",
          "size": "clamp(48px, 6.6vw, 72px)",
          "slug": "xxxx-large"
        }
      ],
      "fontStyle": true,
      "fontWeight": true,
      "letterSpacing": true,
      "textDecoration": true,
      "textTransform": true
    },
    "useRootPaddingAwareAlignments": true
  },
  "styles": {
    "color": {
      "background": "var(--wp--preset--color--cm-primary)"
    },
    "blocks": {
      "core/social-links": {
        "spacing": {
          "blockGap": "8px"
        }
      },
      "core/button": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--extra-small)",
          "fontFamily": "var(--wp--preset--font-family--karla)",
          "lineHeight": "1.2"
        },
        "color": {
          "background": "var(--wp--preset--color--accent)",
          "text": "var(--wp--preset--color--accent-text)"
        },
        "spacing": {
          "padding": {
            "bottom": "0.625rem",
            "left": "1.25",
            "right": "1.25",
            "top": "0.625rem"
          }
        },
        "border": {
          "radius": "0px"
        },
        "variations": {
          "outline": {
            "typography": {
              "fontWeight": "var(--wp--custom--font-weight--medium)"
            },
            "border": {
              "color": "var(--wp--preset--color--cm-text)",
              "style": "solid",
              "width": "1px"
            },
            "color": {
              "text": "var(--wp--preset--color--cm-text)"
            }
          }
        }
      },
      "core/paragraph": {
        "elements": {
          "link": {
            "typography": {
              "fontWeight": "var(--wp--custom--font-weight--regular)"
            },
            "color": {
              "text": "var(--wp--preset--color--cm-text)"
            },
            ":hover": {
              "color": {
                "text": "var(--wp--preset--color--accent)"
              }
            }
          }
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--extra-small)",
          "fontWeight": "var(--wp--custom--font-weight--regular)",
          "fontFamily": "var(--wp--preset--font-family--lora)",
          "lineHeight": "var(--wp--custom--line-height--extra-large)"
        },
        "color": {
          "text": "var(--wp--preset--color--text-3)"
        }
      },
      "core/list": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--normal)",
          "fontWeight": "var(--wp--custom--font-weight--regular)",
          "fontFamily": "var(--wp--preset--font-family--lora)"
        },
        "color": {
          "text": "var(--wp--preset--color--text)"
        },
        "spacing": {
          "padding": {
            "top": "0.375rem",
            "bottom": "0.375rem",
            "left": "0",
            "right": "0"
          }
        }
      },
      "core/post-excerpt": {
        "elements": {
          "link": {
            "color": {
              "text": "var(--wp--preset--color--cm-text)"
            },
            ":hover": {
              "color": {
                "text": "var(--wp--preset--color--accent)"
              }
            },
            "typography": {
              "fontWeight": "var(--wp--custom--font-weight--regular)",
              "fontFamily": "var(--wp--preset--font-family--karla)"
            }
          }
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--normal)",
          "fontWeight": "var(--wp--custom--font-weight--regular)",
          "fontFamily": "var(--wp--preset--font-family--lora)"
        }
      },
      "core/categories": {
        "color": {
          "text": "var(--wp--preset--color--cm-text)"
        },

        "typography": {
          "fontSize": "var(--wp--preset--font-size--normal)",
          "fontWeight": "var(--wp--custom--font-weight--light)",
          "fontFamily": "var(--wp--preset--font-family--lora)"
        }
      },
      "core/quote": {
        "border": {
          "left": {
            "color": "var(--wp--preset--color--accent)",
            "style": "solid",
            "width": "4px"
          }
        },
        "color": {
          "background": "var(--wp--preset--color--cm-background)",
          "text": "var(--wp--preset--color--accent)"
        },
        "spacing": {
          "margin": {
            "top": "0",
            "bottom": "0",
            "left": "0",
            "right": "0"
          },
          "padding": {
            "top": "48px",
            "bottom": "48px",
            "left": "24px",
            "right": "24px"
          }
        },
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--heading)",
          "fontSize": "var(--wp--preset--font-family--lora)",
          "fontStyle": "italic",
          "lineHeight": "1.3"
        }
      },
      "core/post-title": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            },
            ":hover": {
              "typography": {
                "textDecoration": "underline"
              }
            }
          }
        }
      },
      "core/read-more": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--karla)",
          "textTransform": "uppercase"
        }
      },
      "core/post-author-name": {
        "elements": {
          "link": {
            "color": {
              "text": "var(--wp--preset--color--cm-text)"
            },
            ":hover": {
              "color": {
                "text": "var(--wp--preset--color--accent)"
              }
            }
          }
        }
      }
    },
    "elements": {
      "button": {
        "color": {
          "background": "var(--wp--preset--color--accent)",
          "text": "var(--wp--preset--color--accent-text)"
        },
        ":active": {
          "color": {
            "background": "var(--wp--preset--color--secondary)",
            "text": "var(--wp--preset--color--secondary-text)"
          }
        },
        ":focus": {
          "color": {
            "background": "var(--wp--preset--color--secondary)",
            "text": "var(--wp--preset--color--secondary-text)"
          }
        },
        ":hover": {
          "color": {
            "background": "transparent",
            "text": "var(--wp--preset--color--accent-text)"
          }
        },
        "border": {
          "color": "var(--wp--preset--color--secondary)"
        }
      },
      "link": {
        "color": {
          "text": "var(--wp--preset--color--accent)"
        },
        "typography": {
          "textDecoration": "underline"
        }
      },
      "h1": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--xxx-large)",
          "fontWeight": "700",
          "lineHeight": "1.3"
        }
      },
      "h2": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--xx-large)",
          "fontWeight": "700",
          "lineHeight": "1.16"
        }
      },
      "h3": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--large)",
          "fontWeight": "700",
          "lineHeight": "1.28"
        }
      },
      "h4": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--medium-large)",
          "fontWeight": "500",
          "lineHeight": "1.35"
        }
      },
      "h5": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--medium)",
          "fontWeight": "500",
          "lineHeight": "1.35"
        }
      },
      "h6": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--esmall)",
          "fontWeight": "400",
          "lineHeight": "1.45"
        }
      },
      "heading": {
        "color": {
          "text": "var(--wp--preset--color--cm-text)"
        },
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--karla)"
        }
      }
    },
    "spacing": {
      "blockGap": "0px",
      "padding": {
        "left": "var(--wp--preset--spacing--50)",
        "right": "var(--wp--preset--spacing--50)"
      }
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--lora)",
      "fontStyle": "normal",
      "fontWeight": "400",
      "lineHeight": "1.75"
    }
  },
  "templateParts": [
    {
      "area": "header",
      "name": "header"
    },
    {
      "area": "footer",
      "name": "footer"
    }
  ]
}