/** 
 * @file 
 * Default styles for the 'Political Studies' (211) 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_211 
 */ 

body {
  --uct-color--copy: #080808;
  --uct-color--copy--light: #090909;
  --uct-color--copy--dark: #070707;

  --uct-color--secondary: #354649;
  --uct-color--secondary--light: #3a4d50;
  --uct-color--secondary--dark: #303f42;

  --uct-color--primary: #daa520;
  --uct-color--primary--light: #f0b623;
  --uct-color--primary--dark: #c4951d;

  --uct-color--link: #0b59cd;
  --uct-color--link--light: #0c62e2;
  --uct-color--link--dark: #0a50b9;

  --uct-color--highlight: #daa520;
  --uct-color--highlight--light: #f0b623;
  --uct-color--highlight--dark: #c4951d;

}

