/**
 * Copyright 2019 Google LLC.
 * SPDX-License-Identifier: Apache-2.0
 */

:root {
  --background-color: rgb(250, 250, 250);
  --color: rgb(5, 5, 5);
  --link-color: rgb(0, 0, 238);  
  --icon-filter_hover: invert(60%);
  --main-headline-color: rgb(0, 0, 192);
  --accent-background-color: rgb(0, 0, 238);
  --accent-color: rgb(250, 250, 250);
}
