{
  "$schema": "https://schemas.wp.org/wp/6.9/theme.json",
  "version": 3,
  "title": "Modern",
  "slug": "modern",
  "settings": {
    "typography": {
      "fontFamilies": [
        {
          "fontFamily": "\"Instrument Sans\", \"Instrument Sans Fallback\", system-ui, -apple-system, sans-serif",
          "name": "Body",
          "slug": "body",
          "fontFace": [
            {
              "fontFamily": "Instrument Sans",
              "fontStyle": "normal",
              "fontWeight": "400 700",
              "fontDisplay": "swap",
              "src": [
                "file:./assets/fonts/instrument-sans-latin-wght.woff2"
              ]
            }
          ]
        },
        {
          "fontFamily": "\"Gabarito\", \"Gabarito Fallback\", system-ui, -apple-system, sans-serif",
          "name": "Headings",
          "slug": "headings",
          "fontFace": [
            {
              "fontFamily": "Gabarito",
              "fontStyle": "normal",
              "fontWeight": "400 700",
              "fontDisplay": "swap",
              "src": [
                "file:./assets/fonts/gabarito-latin-wght.woff2"
              ]
            }
          ]
        },
        {
          "fontFamily": "\"JetBrains Mono\", \"JetBrains Mono Fallback\", ui-monospace, monospace",
          "name": "Mono",
          "slug": "mono",
          "fontFace": [
            {
              "fontFamily": "JetBrains Mono",
              "fontStyle": "normal",
              "fontWeight": "400",
              "fontDisplay": "swap",
              "src": [
                "file:./assets/fonts/jetbrains-mono-latin-400.woff2"
              ]
            }
          ]
        }
      ]
    }
  }
}
