{
  "version": "3.0",
  "favicon": true,
  "colors": {
    "@color-black": "#000000",
    "@color-white": "#ffffff",
    "@color-blue": "#376d9b",
    "@color-teal": "#8dccc9",
    "@color-xlgrey": "#f2f3f3",
    "@color-lgrey": "#bfbfbe",
    "@color-grey": "#636568",
    "@color-red": "#d04f54",
    "@color-body": "#636467"
  },
  "fonts": {
    "Armata": [
      400
    ],
    "Libre Baskerville": [
      400,
      700,
      "700i"
    ],
    "Libre Franklin": [
      400,
      "400i",
      700,
      "700i"
    ]
  },
  "surf": {
    "hintLabels": {
      "en_GB": "Read on"
    },
    "styles": [
      {
        "name": "Cover",
        "positions": [],
        "colors": [
          "@color-white",
          "@color-blue",
          "@color-teal"
        ]
      },
      {
        "name": "Banner",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-blue",
          "@color-teal"
        ]
      },
      {
        "name": "Inset",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-blue",
          "@color-teal"
        ]
      },
      {
        "name": "Sidebar",
        "positions": [
          "Left",
          "Right"
        ],
        "colors": [
          "@color-white",
          "@color-blue",
          "@color-teal"
        ]
      },
      {
        "name": "Clear",
        "positions": [
          "Center"
        ],
        "colors": [
          "@color-white",
          "@color-blue",
          "@color-teal"
        ]
      },
      {
        "name": "Overlay",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-blue",
          "@color-teal"
        ]
      },
      {
        "name": "Fade",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-body"
        ]
      },
      {
        "name": "Sideline",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-body"
        ]
      }
    ]
  },
  "immerse": {
    "grid": {
      "fontSize": 14,
      "lineHeight": 20
    },
    "styles": {
      "featurebox": [
        "Teal",
        "Grey light",
        "Grey",
        "Red",
        "Overline",
        "Underline",
        "Left line",
        "Right line",
        "Plain"
      ],
      "soundbite": [
        "Teal",
        "Grey light",
        "Red",
        "Blue large",
        "Teal large",
        "Grey light large",
        "Red large"
      ],
      "customlink": [
        "Blue button",
        "White button"
      ],
      "simplepoll": [
        "Blue",
        "Teal"
      ],
      "customtable": [
        "Teal striped",
        "Blue striped",
        "Grey light striped",
        "Red striped"
      ],
      "colors": [
        {
          "name": "Body",
          "value": "@color-body"
        },
        {
          "name": "Blue",
          "value": "@color-blue"
        },
        {
          "name": "Teal",
          "value": "@color-teal"
        },
        {
          "name": "Grey light",
          "value": "@color-lgrey"
        },
        {
          "name": "Red",
          "value": "@color-red"
        },
        {
          "name": "White",
          "value": "@color-white"
        }
      ]
    }
  }
}