{
  "version": "3.0",
  "favicon": true,
  "colors": {
    "@color-black": "#000000",
    "@color-white": "#ffffff",
    "@color-white2": "#fefefe",
    "@color-red": "#782a3a",
    "@color-lblue": "#4e84c4",
    "@color-dblue": "#181b48",
    "@color-grey": "#6c6d6d",
    "@color-lgrey": "#e6e9eb"
  },
  "fonts": {
    "Bourbon": [
      400
    ],
    "FairwaterScript": [
      700
    ],
    "Libre Franklin": [
      300,
      "300i",
      700,
      "700i"
    ]
  },
  "surf": {
    "hintLabels": {
      "en_GB": "Read on"
    },
    "styles": [
      {
        "name": "Cover",
        "positions": [
          "Center",
          "Left"
        ],
        "colors": [
          "@color-red",
          "@color-lblue",
          "@color-dblue"
        ]
      },
      {
        "name": "Banner",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-white2",
          "@color-red",
          "@color-lblue",
          "@color-dblue"
        ]
      },
      {
        "name": "Inset",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-white",
          "@color-white2",
          "@color-red",
          "@color-lblue",
          "@color-dblue"
        ]
      },
      {
        "name": "Sidebar",
        "positions": [
          "Left",
          "Right"
        ],
        "colors": [
          "@color-white",
          "@color-white2",
          "@color-red",
          "@color-lblue",
          "@color-dblue"
        ]
      },
      {
        "name": "Overlay",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "Center",
          "Center right",
          "Bottom left",
          "Bottom right"
        ],
        "colors": [
          "@color-red",
          "@color-lblue",
          "@color-dblue"
        ]
      },
      {
        "name": "Fade",
        "positions": [
          "Top left",
          "Top right",
          "Center left",
          "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": [
        "Large heading script"
      ],
      "featurebox": [
        "Blue light",
        "Blue dark",
        "Grey",
        "Grey light",
        "Overline",
        "Underline",
        "Left line",
        "Right line",
        "Plain",
        "Plain padded"
      ],
      "soundbite": [
        "Blue light",
        "Blue dark",
        "Red large",
        "Blue light large",
        "Blue dark large"
      ],
      "customlink": [
        "Red button",
        "Blue light button",
        "Blue dark button",
        "White blue button",
        "White red button"
      ],
      "simplepoll": [
        "Red",
        "Blue light",
        "Blue dark"
      ],
      "customtable": [
        "Bordered",
        "Hoverable",
        "Striped"
      ],
      "colors": [
        {
          "name": "Black",
          "value": "@color-black"
        },
        {
          "name": "Red",
          "value": "@color-red"
        },
        {
          "name": "Blue light",
          "value": "@color-lblue"
        },
        {
          "name": "Blue dark",
          "value": "@color-dblue"
        },
        {
          "name": "White",
          "value": "@color-white"
        }
      ]
    }
  }
}