{
  "$schema": "https://schemas.wp.org/wp/6.9/theme.json",
  "version": 3,
  "title": "Technical",
  "slug": "technical",
  "settings": {
    "typography": {
      "fontFamilies": [
        {
          "fontFamily": "\"IBM Plex Sans\", \"IBM Plex Sans Fallback\", system-ui, -apple-system, sans-serif",
          "name": "Body",
          "slug": "body",
          "fontFace": [
            {
              "fontFamily": "IBM Plex Sans",
              "fontStyle": "normal",
              "fontWeight": "100 700",
              "fontDisplay": "swap",
              "src": [
                "file:./assets/fonts/ibm-plex-sans-latin-wght.woff2"
              ]
            }
          ]
        },
        {
          "fontFamily": "\"IBM Plex Sans\", \"IBM Plex Sans Fallback\", system-ui, -apple-system, sans-serif",
          "name": "Headings",
          "slug": "headings"
        },
        {
          "fontFamily": "\"IBM Plex Mono\", \"IBM Plex Mono Fallback\", ui-monospace, monospace",
          "name": "Mono",
          "slug": "mono",
          "fontFace": [
            {
              "fontFamily": "IBM Plex Mono",
              "fontStyle": "normal",
              "fontWeight": "400",
              "fontDisplay": "swap",
              "src": [
                "file:./assets/fonts/ibm-plex-mono-latin-400.woff2"
              ]
            }
          ]
        }
      ]
    }
  },
  "styles": {
    "elements": {
      "heading": {
        "typography": {
          "letterSpacing": "-0.011em"
        }
      }
    },
    "blocks": {
      "core/post-date": {
        "typography": {
          "fontFamily": "var:preset|font-family|mono"
        }
      },
      "core/post-terms": {
        "typography": {
          "fontFamily": "var:preset|font-family|mono"
        }
      },
      "core/post-author": {
        "typography": {
          "fontFamily": "var:preset|font-family|mono"
        }
      },
      "core/comment-date": {
        "typography": {
          "fontFamily": "var:preset|font-family|mono"
        }
      }
    }
  }
}
