{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "title": "Get Started",
  "slug": "get-started",
  "blockTypes": [
    "core/button"
  ],
  "styles": {
    "css": "position: relative; display: flex; align-items: center; justify-content: space-between; width: 60vw; max-width: 344px; height: auto; margin: 0 auto; padding: 16px 16px; &::after { content: '›'; display: inline-block; font-size: 24px; line-height: 1; margin-left: auto; flex-shrink: 0; }",
    "typography": {
      "fontSize": "14px",
      "fontWeight": "500"
    },
    "border": {
      "radius": "16px",
      "width": "0"
    },
    "color": {
      "background": "var:preset|color|contrast",
      "text": "var:preset|color|base"
    },
    "spacing": {
      "padding": {
        "top": "16px",
        "right": "16px",
        "bottom": "16px",
        "left": "16px"
      }
    }
  }
}
