/* variables */
:root {
	
  --bs-font-sans-serif: 'Poppins', sans-serif!important;
  --bs-btn-font-family: 'Poppins', sans-serif!important;
  
  --bs-dropdown-font-size: 14px!important;
  /* brand colors */
  --navyBlue: #091F30;
  --primaryAccent: #075270; /* Blue */
  --primaryAccentDK: #033B52; /* Dark Blue */
  --baseFontColor: #333;

  /* common colors */
  --ltBlueGray:#F5F8F9;
  --ltGray: #C7CFD5; /* Light Gray */
  --dkGray: #9FACB6; /* Gray */
  --dkGrayCalendarAlpha: #9FACB650;
  --ltBlue: #EFF5FB; /* Light Blue */

  /* theme colors */
  --themeGreen: #027E71;
  --themeGreenCalendarAlpha: #027E7150; /* public meetings */
  --themeGreenLt: #02887A; /* Green */
  --themeRed: #BC314A; /* New Red */
  --themeRedCalendarAlpha: #BC314A50; /* New Red */
  --themeGold: #8F6600;
  --themeTan: #D3BB8D; /* Tan */themeGrayBlue
  --themeTanCalendarAlpha: #D3BB8D50;
  --themeOrange: #B84D0A; /* Light Red/Orange? */
  --themeOrangeCalendarAlpha: #B84D0A50;
  --themeBurgundy: #5D0303;
  --themeBurgundyCalendarAlpha: #5D030350;
  --themeBlue: #075270; /* Blue */
  --themeBlueCalendarAlpha: #07527050;
  --themeBlueDk: #033B52;
  --themeTanLt:#F6F1E8; /* Light Tan */
  --themeGray: #5e6f7d; /* Dark Gray */
  
  --themeGrayBlue:#f7f9fa; /* Gray blue */
  --textDkGray: #333;
  --textDkBlueGray: #5e6f7d; /* Used only once in ColorBlockMenuWithImage */
  --lighten-bg: url('data:image/svg+xml;utf8,<svg version="1.1" id="cssLighten" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50px" height="50px" viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve"><rect opacity="0.9" fill="white" width="50" height="50"/></svg>') !important;

	--purple: #460080;
	--purpleCalendarAlpha:#46008050;
	
	--paleGreen: rgba(2, 126, 113, 0.102);
	--paleRed: /* #bc314a14; */ rgba(188, 49, 74, 0.078);
	
	--relatedEventsBlue: #e7eef1;
}
