{
  "version": "3.0.1",
  "favicon": true,
  "colors": {
    "@color-black": "#000000",
    "@color-white": "#ffffff",
    "@color-white2": "#fffffe",
    "@color-anthracite": "#303c49",
    "@color-red": "#e40045",
    "@color-silver": "#afafaf",
    "@color-anthracite-80": "#59636d",
    "@color-anthracite-20": "#d6d8db",
    "@color-blue": "#4b96d2",
    "@color-green": "#91b900",
    "@color-yellow": "#ffcd00",
    "@color-text": "#303c49"
  },
  "fonts": {
    "Man Europe": [
      400,
      700
    ]
  },
  "surf": {
    "hintLabels": {
      "en_GB": "Read on"
    },
    "styles": [
      {
        "name": "Cover",
        "positions": [
          "Top left",
          "Center left",
          "Center",
          "Bottom left"
        ],
        "colors": [
          "@color-white",
          "@color-anthracite",
          "@color-white2"
        ]
      },
      {
        "name": "Banner",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-anthracite"
        ]
      },
      {
        "name": "Inset",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-anthracite"
        ]
      },
      {
        "name": "Sidebar",
        "positions": [
          "Left",
          "Right"
        ],
        "colors": [
          "@color-white",
          "@color-anthracite"
        ]
      },
      {
        "name": "Flat",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-anthracite"
        ]
      },
      {
        "name": "Overlay",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-anthracite"
        ]
      },
      {
        "name": "Fade",
        "positions": [
          "Top left",
          "Top right",
          "Left",
          "Right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-text"
        ]
      },
      {
        "name": "Clear",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-text"
        ]
      }
    ]
  },
  "immerse": {
    "grid": {
      "fontSize": 14,
      "lineHeight": 20
    },
    "styles": {
      "page": [
        "White",
        "Anthracite"
      ],
      "heading": [
        "Extra large heading"
      ],
      "paragraph": [
        "Anthracite drop cap",
        "Red drop cap"
      ],
      "customlink": [
        "Red button",
        "Anthracite button",
        "White button"
      ],
      "featurebox": [
        "Plain",
        "Plain padded",
        "Red",
        "Silver",
        "Anthracite 80",
        "Anthracite 20",
        "Blue",
        "Green",
        "Yellow",
        "White",
        "Overline",
        "White overline",
        "Underline",
        "White underline",
        "Left line",
        "White left line"
      ],
      "simplepoll": [
        "Anthracite",
        "Red"
      ],
      "soundbite": [
        "Red",
        "Silver",
        "White",
        "Black",
        "Default medium",
        "Red medium",
        "Silver medium",
        "White medium",
        "Black medium",
        "Default large",
        "Red large",
        "Silver large",
        "White large",
        "Black large"
      ],
      "customtable": [
        "Anhtracite",
        "Red",
        "Silver",
        "Anthracite 80",
        "Anthracite 20",
        "Blue",
        "Green",
        "Yellow"
      ],
      "colors": [
        {
          "name": "Red",
          "value": "@color-red"
        },
        {
          "name": "Silver",
          "value": "@color-silver"
        },
        {
          "name": "Anhtracite 80",
          "value": "@color-anthracite-80"
        },
        {
          "name": "Anhtracite 20",
          "value": "@color-anthracite-20"
        },
        {
          "name": "Blue",
          "value": "@color-blue"
        },
        {
          "name": "Green",
          "value": "@color-green"
        },
        {
          "name": "Yellow",
          "value": "@color-yellow"
        },
        {
          "name": "Black",
          "value": "@color-black"
        },
        {
          "name": "White",
          "value": "@color-white"
        }
      ]
    }
  },
  "backcover": {
    "styles": [
      {
        "name": "Opaque",
        "colors": [
          "@color-anthracite",
          "@color-red",
          "@color-white"
        ]
      },
      {
        "name": "Solid",
        "colors": [
          "@color-anthracite",
          "@color-red",
          "@color-white"
        ]
      },
      {
        "name": "Clear",
        "colors": [
          "@color-black",
          "@color-white"
        ]
      }
    ]
  }
}