/** 
 * @file 
 * Default styles for the 'Institute for Creative Arts' (792) subsite theme 
 * 
 * Note: Do not modify this file as it will be overwritten. 
 * 
 * To add custom CSS and/or more custom properties, use libraries-extend 
 * from your theme, to extend: uct_themer/subsite_theme_792 
 */ 

body {
  --uct-color--copy--masthead: #000000;
  --uct-color--copy--masthead--light: #000000;
  --uct-color--copy--masthead--dark: #000000;

  --uct-color--bg--masthead: #dee5eb;
  --uct-color--bg--masthead--light: #f4fcff;
  --uct-color--bg--masthead--dark: #c8ced4;

  --uct-color--bg--masthead--mobile: #abb8c3;
  --uct-color--bg--masthead--mobile--light: #bccad7;
  --uct-color--bg--masthead--mobile--dark: #9aa6b0;

  --uct-color--secondary: #abb8c3;
  --uct-color--secondary--light: #bccad7;
  --uct-color--secondary--dark: #9aa6b0;

  --uct-color--copy--button--secondary: #ffffff;
  --uct-color--copy--button--secondary--light: #ffffff;
  --uct-color--copy--button--secondary--dark: #e6e6e6;

  --uct-color--bg--button--secondary: #77787c;
  --uct-color--bg--button--secondary--light: #838488;
  --uct-color--bg--button--secondary--dark: #6b6c70;

  --uct-color--primary: #c22a38;
  --uct-color--primary--light: #d52e3e;
  --uct-color--primary--dark: #af2632;

  --uct-color--copy--button--primary: #000000;
  --uct-color--copy--button--primary--light: #000000;
  --uct-color--copy--button--primary--dark: #000000;

  --uct-color--copy--hero: #ffffff;
  --uct-color--copy--hero--light: #ffffff;
  --uct-color--copy--hero--dark: #e6e6e6;

  --uct-color--highlight--hero: #c22a38;
  --uct-color--highlight--hero--light: #d52e3e;
  --uct-color--highlight--hero--dark: #af2632;

  --uct-color--bg--hero: #72808a;
  --uct-color--bg--hero--light: #7d8d98;
  --uct-color--bg--hero--dark: #67737c;

  --uct-color--copy--primary--nav--hover: #ffffff;
  --uct-color--copy--primary--nav--hover--light: #ffffff;
  --uct-color--copy--primary--nav--hover--dark: #e6e6e6;

  --uct-color--bg--nav--hover: #c22a38;
  --uct-color--bg--nav--hover--light: #d52e3e;
  --uct-color--bg--nav--hover--dark: #af2632;

  --uct-color--highlight: #c22a38;
  --uct-color--highlight--light: #d52e3e;
  --uct-color--highlight--dark: #af2632;

  --uct-color--copy--footer: #ffffff;
  --uct-color--copy--footer--light: #ffffff;
  --uct-color--copy--footer--dark: #e6e6e6;

  --uct-color--bg--footer--menu: #6b6c70;
  --uct-color--bg--footer--menu--light: #76777b;
  --uct-color--bg--footer--menu--dark: #606165;

  --uct-color--copy--footer--link: #000000;
  --uct-color--copy--footer--link--light: #000000;
  --uct-color--copy--footer--link--dark: #000000;

  --uct-color--bg--footer: #6b6c70;
  --uct-color--bg--footer--light: #76777b;
  --uct-color--bg--footer--dark: #606165;

  --uct-color--copy--component--link-cta: #ffffff;
  --uct-color--copy--component--link-cta--light: #ffffff;
  --uct-color--copy--component--link-cta--dark: #e6e6e6;

  --uct-color--bg--component--button--cta: #c22a38;
  --uct-color--bg--component--button--cta--light: #d52e3e;
  --uct-color--bg--component--button--cta--dark: #af2632;

}

