
/* 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: #000000; /* #202124 is google black */
  --cty-default-bg: #ffffff; /* #fffaf2 is an nice cream */

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

  --cty-alink: #000000; /* primary link color */
  --cty-ahover: #222222; /* primary hover color */

  --cty-abtnlink: #000000; /* primary link color */
  --cty-abtnhover: #222222; /* primary hover color */
 
  --cty-op-sidenav-bg-content: var(--cty-default-bg);
  --cty-op-sidenav-bg-nav: var(--cty-default-bg);
  --cty-op-sidenav-lines: #666;

  --cty-map-marker-bg: var(--cms-purple-dark); /* mapbox marker */
  --cty-map-marker-fg: white; /* mapbox marker */
 

  /* cards */

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


}

