{
  "version": "3.0",
  "colors": {
    "@color-black": "#000000",
    "@color-white": "#ffffff",
    "@color-text": "#121212",
    "@color1": "#00e6b7",
    "@color2": "#08152a",
    "@color3": "#cb2027",
    "@color4": "#35ad61"
  },
  "surf": {
    "hintLabels": {
      "en_GB": "Read on"
    },
    "styles": [
      {
        "name": "Cover",
        "positions": [
          "Center",
          "Bottom"
        ],
        "colors": [
          "@color-white",
          "@color1",
          "@color2",
          "@color3",
          "@color4"
        ]
      },
      {
        "name": "Banner",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color1",
          "@color2",
          "@color3",
          "@color4"
        ]
      },
      {
        "name": "Inset",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color1",
          "@color2",
          "@color3",
          "@color4"
        ]
      },
      {
        "name": "Sidebar",
        "positions": [
          "Left",
          "Center",
          "Right"
        ],
        "colors": [
          "@color-white",
          "@color1",
          "@color2",
          "@color3",
          "@color4"
        ]
      },
      {
        "name": "Overlay",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color1",
          "@color2",
          "@color3",
          "@color4"
        ]
      },
      {
        "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",
        "Red drop cap",
        "Green drop cap"
      ],
      "featurebox": [
        "Plain",
        "Blue",
        "Dark blue",
        "Red",
        "Green",
        "White",
        "Left line",
        "Right line",
        "Overline",
        "Underline"
      ],
      "soundbite": [
        "Blue",
        "Dark blue",
        "Red",
        "Green",
        "Default large",
        "Blue large",
        "Dark blue large",
        "Red large",
        "Green large"
      ],
      "simplepoll": [
        "Blue"
      ],
      "customlink": [
        "Button",
        "Button outlined"
      ],
      "customtable": [
        "Blue striped",
        "Dark blue striped",
        "Red striped",
        "Green striped"
      ],
      "colors": [
        {
          "name": "Blue",
          "value": "@color1"
        },
        {
          "name": "Dark blue",
          "value": "@color2"
        },
        {
          "name": "Red",
          "value": "@color3"
        },
        {
          "name": "Green",
          "value": "@color4"
        },
        {
          "name": "Body",
          "value": "@color-text"
        },
        {
          "name": "Black",
          "value": "@color-black"
        },
        {
          "name": "White",
          "value": "@color-white"
        }
      ]
    }
  },
  "fonts": {
    "Source Sans Pro": [
      "400",
      "400i",
      "700",
      "700i",
      "900",
      "900i"
    ]
  }
}