{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "settings": {
    "appearanceTools": true,
    "layout": {
      "contentSize": "760px",
      "wideSize": "1180px"
    },
    "color": {
      "defaultPalette": false,
      "palette": [
        { "slug": "ink", "name": "Графит", "color": "#15171a" },
        { "slug": "paper", "name": "Белый", "color": "#ffffff" },
        { "slug": "accent", "name": "Красный", "color": "#e31b23" },
        { "slug": "muted", "name": "Серый", "color": "#667085" },
        { "slug": "soft", "name": "Светлый фон", "color": "#f3f5f7" }
      ]
    },
    "spacing": {
      "units": ["px", "rem", "%", "vw"]
    },
    "typography": {
      "fluid": true,
      "fontFamilies": [
        {
          "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif",
          "name": "Системный",
          "slug": "system"
        }
      ]
    }
  },
  "styles": {
    "color": {
      "background": "#ffffff",
      "text": "#15171a"
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--system)",
      "lineHeight": "1.65"
    },
    "elements": {
      "link": {
        "color": { "text": "#15171a" }
      },
      "button": {
        "color": { "background": "#e31b23", "text": "#ffffff" },
        "border": { "radius": "6px" },
        "typography": { "fontWeight": "700" }
      }
    }
  }
}
