:root {
  --gc_headline: #272727;
  --gc_content: #676767;
  --gc_link: #0063a5;
  --gc_link_hover: #676767;
  --gc_button_bg: #0063a5;
  --gc_button_txt: #ffffff;
  --gc_button_bg_hover: #0086af;
  --gc_button_txt_hover: #ffffff;

  --gc_header_bg: #ffffff;
  --gc_header_bottom_border: #dddddd;
  --gc_header_link: #0063a5;
  --gc_header_link_hover: #0092af;

  --gc_footer_bg: #d6d6d6;
  --gc_footer_headline: #262626;
  --gc_footer_content: #262626;
  --gc_footer_link: #0063a5;
  --gc_footer_link_hover: #0092af;
  --gc_footer_copyright_bg: #dbdbdb;
  --gc_footer_copyright_content: #2d2d2d;
  --gc_footer_copyright_link: #0063a5;
  --gc_footer_copyright_link_hover: #0092af;
  --gc_footer_social: #0063a5;
  --gc_footer_social_hover: #0092af;

  --gc_scroll_top_bg: #0063a5;
  --gc_scroll_top_bg_hover: #007cdb;
  --gc_scroll_top_icon: #fff;
  --gc_scroll_top_icon_hover: #fff;

  --gff_headline: "Garamond, serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --gff_content: "Arial, Helvetica, sans-serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}