
/* 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: var(--cms-blue); /* #202124 is google black */
  --cty-default-bg: var(--cms-cream); /* #fffaf2 is an nice cream */

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

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

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

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

  /* cards */

  --cty-bg-card: white; 
  --cty-fg-card: var(--cms-blue); 


}

