:root {
  /* Change viewport max width here */
  /*********************************/
  --max-width: 1360;
  --max-grid-width: 1520px;
  /*********************************/
  /* Enter brand colours here ******/
  --white: #fff;
  --black: #222;
  --primary: #b740bf;
  --primary-rgb: 183, 64, 191;
  --secondary: #d2e61a;
  --secondary-rgb: 210, 230, 26;
  --tertiary: #66256a;
  --tertiary-rgb: 102, 37, 106;
  --accent: #8a9915;
  --accent-rgb: 138, 153, 21;
}
