/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root {
    /** Live Performance Category Colour **/
    --live-performance: #7DA8CF;
    --live-performance-hex: #7DA8CF;
    --live-performance-hsl: 209 46% 65%;
    --live-performance-h: 209;
    --live-performance-s: 46%;
    --live-performance-l: 65%;
    --live-performance-rgb: 125 168 207;
    --live-performance-r: 125;
    --live-performance-g: 168;
    --live-performance-b: 207;
  
    /** Workshop Category Colour **/
    --workshop: #A77FCC;
    --workshop-hex: #A77FCC;
    --workshop-hsl: 271 43% 65%;
    --workshop-h: 271;
    --workshop-s: 43%;
    --workshop-l: 65%;
    --workshop-rgb: 167 127 204;
    --workshop-r: 167;
    --workshop-g: 127;
    --workshop-b: 204;
  
    /** Exhibition Category Colour **/
    --exhibition: #A6BE27;
    --exhibition-hex: #A6BE27;
    --exhibition-hsl: 70 66% 45%;
    --exhibition-h: 70;
    --exhibition-s: 66%;
    --exhibition-l: 45%;
    --exhibition-rgb: 166 190 39;
    --exhibition-r: 166;
    --exhibition-g: 190;
    --exhibition-b: 39;
  
    /** Industry Connection Category Colour **/
    --industry-connection: #D87518;
    --industry-connection-hex: #D87518;
    --industry-connection-hsl: 29 80% 47%;
    --industry-connection-h: 29;
    --industry-connection-s: 80%;
    --industry-connection-l: 47%;
    --industry-connection-rgb: 216 117 24;
    --industry-connection-r: 216;
    --industry-connection-g: 117;
    --industry-connection-b: 24;
  }
  