/** 
 * @file 
 * Default styles for the 'Mastercard Foundation Scholars Programme Theme' (505) 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_505 
 */ 

body {
  --uct-color--primary: #dd634b;
  --uct-color--primary--light: #f36d53;
  --uct-color--primary--dark: #c75944;

  --uct-color--link: #dd634b;
  --uct-color--link--light: #f36d53;
  --uct-color--link--dark: #c75944;

}

