{
  "version": "3.0",
  "favicon": "true",
  "colors": {
    "@color-black": "#000000",
    "@color-white": "#ffffff",
    "@color-white2": "#fffffe",
    "@color-red": "#b32317",
    "@color-blue": "#003b71",
    "@color-grey": "#54565a"
  },
  "fonts": {
    "Sabon Pro": [
      400,
      "400i",
      700,
      "700i"
    ],
    "Univers": [
      400,
      "400i",
      700,
      "700i"
    ]
  },
  "surf": {
    "hintLabels": {
      "en_GB": "Read on"
    },
    "styles": [
      {
        "name": "Cover",
        "positions": [
          "Top Left",
          "Center",
          "Bottom Left"
        ],
        "colors": [
          "@color-white",
          "@color-red",
          "@color-white2",
          "@color-blue"
        ]
      },
      {
        "name": "Banner",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-red",
          "@color-white2",
          "@color-blue"
        ]
      },
      {
        "name": "Inset",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-red",
          "@color-white2",
          "@color-blue"
        ]
      },
      {
        "name": "Sidebar",
        "positions": [
          "Left",
          "Right"
        ],
        "colors": [
          "@color-white",
          "@color-red",
          "@color-white2",
          "@color-blue"
        ]
      },
      {
        "name": "Fade",
        "positions": [
          "Top left",
          "Top right",
          "Left",
          "Right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-red",
          "@color-blue",
          "@color-grey"
        ]
      },
      {
        "name": "Clear",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-red",
          "@color-blue",
          "@color-grey"
        ]
      }
    ]
  },
  "immerse": {
    "grid": {
      "fontSize": 14,
      "lineHeight": 20
    },
    "styles": {
      "featurebox": [
        "Plain",
        "Blue",
        "Grey",
        "White",
        "Bordered",
        "Overline",
        "Underline",
        "Left line",
        "Right line",
        "Red transparent",
        "Blue transparent",
        "Grey transparent"
      ],
      "soundbite": [
        "Blue",
        "Grey",
        "Red medium",
        "Blue medium",
        "Grey medium"
      ],
      "simplepoll": [
        "Red"
      ],
      "customlink": [
        "Red button",
        "Blue button",
        "White button"
      ],
      "customtable": [
        "Red",
        "Blue",
        "Grey",
        "Black"
      ],
      "colors": [
        {
          "name": "Red",
          "value": "@color-red"
        },
        {
          "name": "Blue",
          "value": "@color-blue"
        },
        {
          "name": "Grey",
          "value": "@color-grey"
        },
        {
          "name": "Black",
          "value": "@color-black"
        },
        {
          "name": "White",
          "value": "@color-white"
        }
      ]
    }
  }
}