{
  "version": "3.0",
  "colors": {
    "@color-black": "#000000",
    "@color-white": "#ffffff",
    "@color-text": "#262626",
    "@color1": "#1c69d4",
    "@color2": "#0653b6",
    "@color3": "#e6e6e6",
    "@color4": "#bbbbbb",
    "@color5": "#262626"
  },
  "surf": {
    "hintLabels": {
      "en_GB": "Read on"
    },
    "styles": [
      {
        "name": "Cover",
        "positions": [
          "Top left",
          "Center left",
          "Bottom left"
        ],
        "colors": [
          "@color-white",
          "@color1",
          "@color2",
          "@color3",
          "@color4",
          "@color5"
        ]
      },
      {
        "name": "Banner",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color1",
          "@color2",
          "@color3",
          "@color4",
          "@color5"
        ]
      },
      {
        "name": "Inset",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color1",
          "@color2",
          "@color3",
          "@color4",
          "@color5"
        ]
      },
      {
        "name": "Sidebar",
        "positions": [
          "Left",
          "Right"
        ],
        "colors": [
          "@color-white",
          "@color1",
          "@color2",
          "@color3",
          "@color4",
          "@color5"
        ]
      },
      {
        "name": "Overlay",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color1",
          "@color2",
          "@color3",
          "@color4",
          "@color5"
        ]
      },
      {
        "name": "Fade",
        "positions": [
          "Top left",
          "Top right",
          "Left",
          "Right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-black"
        ]
      },
      {
        "name": "Sideline",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-black"
        ]
      },
      {
        "name": "Clear",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-black"
        ]
      }
    ]
  },
  "immerse": {
    "grid": {
      "fontSize": 14,
      "lineHeight": 20
    },
    "styles": {
      "heading": [
        "Extra large heading"
      ],
      "paragraph": [
        "Default drop cap",
        "Blue drop cap",
        "Dark blue drop cap",
        "Light grey drop cap",
        "Grey drop cap",
        "Dark drop cap"
      ],
      "featurebox": [
        "Plain",
        "Blue",
        "Dark blue",
        "Light grey",
        "Grey",
        "Dark",
        "Light",
        "White",
        "Left line",
        "Right line",
        "Overline",
        "Underline",
        "Border"
      ],
      "soundbite": [
        "Blue",
        "Dark blue",
        "Light grey",
        "Grey",
        "Dark",
        "Default large",
        "Blue large",
        "Dark blue large",
        "Light grey large",
        "Grey large",
        "Dark large"
      ],
      "simplepoll": [
        "Blue",
        "Dark blue",
        "Light grey",
        "Grey",
        "Dark"
      ],
      "customlink": [
        "Blue button",
        "Dark blue button",
        "Light grey button",
        "Grey button",
        "Dark button"
      ],
      "customtable": [
        "Blue striped",
        "Dark blue striped",
        "Light grey striped",
        "Grey striped",
        "Dark striped"
      ],
      "colors": [
        {
          "name": "Blue",
          "value": "@color1"
        },
        {
          "name": "Dark blue",
          "value": "@color2"
        },
        {
          "name": "Light grey",
          "value": "@color3"
        },
        {
          "name": "Grey",
          "value": "@color4"
        },
        {
          "name": "Dark",
          "value": "@color5"
        },
        {
          "name": "Body",
          "value": "@color-text"
        },
        {
          "name": "Black",
          "value": "@color-black"
        },
        {
          "name": "White",
          "value": "@color-white"
        }
      ]
    }
  },
  "fonts": {}
}