{
  "$schema": "https://schemas.wp.org/wp/6.7/theme.json",
  "version": 3,
  "settings": {
    "appearanceTools": true,
    "typography": {
      "fluid": true,
      "fontFamilies": [
        {
          "slug": "quarto-slab",
          "name": "Quarto Slab",
          "fontFamily": "\"quarto-slab\", system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif"
        },
        {
          "slug": "heading",
          "name": "Heading (Quarto Slab)",
          "fontFamily": "\"quarto-slab\", system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif"
        }
      ],
      "fontSizes": [
        { "slug": "xs",       "name": "XS",       "size": "0.875rem", "fluid": { "min": "0.80rem", "max": "0.95rem" } },
        { "slug": "sm",       "name": "Small",    "size": "1rem",     "fluid": { "min": "0.92rem", "max": "1.05rem" } },
        { "slug": "base",     "name": "Base",     "size": "1.125rem", "fluid": { "min": "1rem",    "max": "1.20rem" } },
        { "slug": "lg",       "name": "Large",    "size": "1.375rem", "fluid": { "min": "1.20rem", "max": "1.50rem" } },
        { "slug": "xl",       "name": "XL",       "size": "1.75rem",  "fluid": { "min": "1.40rem", "max": "2.00rem" } },
        { "slug": "xxl",      "name": "2XL",      "size": "2.25rem",  "fluid": { "min": "1.75rem", "max": "2.60rem" } },
        { "slug": "display",  "name": "Display",  "size": "3rem",     "fluid": { "min": "2.20rem", "max": "3.60rem" } }
      ]
    },
    "color": {
      "defaultPalette": true
    },
    "layout": {
      "contentSize": "720px",
      "wideSize": "1120px"
    }
  },
  "styles": {
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--quarto-slab)",
      "fontWeight": "400",
      "lineHeight": "1.6",
      "fontSize": "var(--wp--preset--font-size--base)"
    },
    "elements": {
      "heading": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--heading)",
          "lineHeight": "1.2"
        }
      },
      "button": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--quarto-slab)",
          "fontWeight": "600"
        }
      },
      "link": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--quarto-slab)"
        }
      },
      "blockquote": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--quarto-slab)",
          "fontStyle": "italic"
        }
      },
      "em": {
        "typography": { "fontStyle": "italic" }
      },
      "i": {
        "typography": { "fontStyle": "italic" }
      }
    },
    "blocks": {
      "core/paragraph": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--quarto-slab)",
          "fontWeight": "400",
          "fontSize": "var(--wp--preset--font-size--base)"
        }
      },
      "core/heading": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--heading)"
        },
        "elements": {
          "h1": { "typography": { "fontWeight": "900", "fontSize": "var(--wp--preset--font-size--display)" } },
          "h2": { "typography": { "fontWeight": "800", "fontSize": "var(--wp--preset--font-size--xxl)" } },
          "h3": { "typography": { "fontWeight": "700", "fontSize": "var(--wp--preset--font-size--xl)" } },
          "h4": { "typography": { "fontWeight": "600", "fontSize": "var(--wp--preset--font-size--lg)" } },
          "h5": { "typography": { "fontWeight": "500", "fontSize": "var(--wp--preset--font-size--sm)" } },
          "h6": { "typography": { "fontWeight": "400", "fontSize": "var(--wp--preset--font-size--xs)" } }
        }
      },
      "core/post-title": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--heading)",
          "fontWeight": "800",
          "fontSize": "var(--wp--preset--font-size--xxl)"
        }
      },
      "core/query-title": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--heading)",
          "fontWeight": "800",
          "fontSize": "var(--wp--preset--font-size--xxl)"
        }
      },
      "core/site-title": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--heading)",
          "fontWeight": "800",
          "fontSize": "var(--wp--preset--font-size--xl)"
        }
      },
      "core/navigation": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--quarto-slab)",
          "fontWeight": "600"
        }
      },
      "core/buttons": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--quarto-slab)",
          "fontWeight": "600"
        }
      }
    }
  }
}
