{
  "version": "3.0",
  "colors": {
    "@color-black" : "#000000",
    "@color-white" : "#ffffff",
    "@color-brandwhite" : "#fffffe"
  },
  "fonts": {
    "Mercury Display A" : [400, "400i"],
    "Mercury Display B" : [400, "400i"],
    "brandon": [700, "700i", 800]
  },
  "surf": {
    "hintLabels": {"en_GB": "Read on"},
    "styles": [
      {
        "name"      : "Cover",
        "positions" : ["Top", "Center", "Bottom"],
        "colors"    : ["@color-black", "@color-white"]
      },
      {
        "name"      : "Banner",
        "positions" : ["Top left", "Top right", "Bottom left", "Bottom right"],
        "colors"    : ["#009ade", "#7ccc6c", "#aa0061", "#e4002b", "#004f71", "#2a2b33", "@color-brandwhite"]
      },
      {
        "name"      : "Inset",
        "positions" : ["Top left", "Top right", "Center left", "Center", "Center right", "Bottom left", "Bottom right"],
        "colors"    : ["#009ade", "#7ccc6c", "#aa0061", "#e4002b", "#004f71", "#2a2b33", "@color-brandwhite"]
      },
      {
        "name"      : "Sidebar",
        "positions" : ["Left", "Right"],
        "colors"    : ["#009ade", "#7ccc6c", "#aa0061", "#e4002b", "#004f71", "#2a2b33", "@color-brandwhite"]
      },
      {
        "name"      : "Overlay",
        "positions" : ["Top left", "Top right", "Center left", "Center", "Center right", "Bottom left", "Bottom right"],
        "colors"    : ["#009ade", "#7ccc6c", "#aa0061", "#e4002b", "#004f71", "#2a2b33"]
      },
      {
        "name"      : "Clear",
        "positions" : ["Top left", "Top right", "Center left", "Center", "Center 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"    : ["#009ade", "#7ccc6c", "#aa0061", "#e4002b", "#004f71", "#2a2b33"]
      },
      {
        "name"      : "Fade",
        "positions" : ["Top left", "Top right", "Left", "Right", "Bottom left", "Bottom right"],
        "colors"    : ["@color-white", "@color-black"]
      }
    ]
  },
  "immerse": {
    "grid": {
      "fontSize"   : 14,
      "lineHeight" : 20
    },
    "styles": {
      "colors": [
        {"name":"Cyan","value":"#009ade"},{"name":"Green","value":"#7ccc6c"},{"name":"Burgundy","value":"#aa0061"},{"name":"Red","value":"#e4002b"},{"name":"Grey","value":"#004f71"},{"name":"Dark","value":"#2a2b33"},
        {"name": "Black", "value": "#000000"},
        {"name": "White", "value": "#ffffff"}
      ],
      "customlink" : ["Cyan", "Green", "Burgundy", "Red", "Grey", "Dark"],
      "featurebox" : [
        "Plain", "Left line", "Right line", "Overline", "Underline",
        "Cyan", "Green", "Burgundy", "Red", "Grey", "Dark"
      ],
      "soundbite" : [
        "Cyan", "Green", "Burgundy", "Red", "Grey", "Dark",
        "Cyan Large", "Green Large", "Burgundy Large", "Red Large", "Grey Large", "Dark Large"
      ]
    }
  }
}
