
/* follows
// $citylight_bootstrap_css 
// https://blocks.citylightstudio.net/_citylight_start_v09.css
// https://blocks.citylightstudio.net/_citylight_start_v10.css
// https://blocks.citylightstudio.net/_blocks_css.css
*/

:root {
  --cty-default-fg: #202124; /* #202124 is google black */
  --cty-default-bg: #ffffff; /* #fffaf2 is an nice cream */

  --cty-linework: #fafafa; /* hr, other lines */
  
  --cty-offscreen-bg: #fafafa; /* below the footer, rarely visible */

  --cty-alink: #1976D2; /* primary link color */
  --cty-ahover: #2196F3; /* primary hover color */

  --cty-abtnlink: var(--cms-navy); /* primary link color */
  --cty-abtnhover: var(--cms-blue); /* primary hover color */
 
  --cty-op-sidenav-bg-content: #ffffff;
  --cty-op-sidenav-bg-nav: #ffffff;
  --cty-op-sidenav-lines: #666;

  --cty-map-marker-bg: #1976D2; /* mapbox marker */
  --cty-map-marker-fg: #ffffff; /* mapbox marker */
  
  /* cards */

  --cty-bg-card: #fafafa; 
  --cty-fg-card: #424232; 

}

