body, div, dl, dt, dd, ul, ol, li, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object{
   font-family: Poppins!important;
}
h1, h2, h3, h4, h5, h6 {
   font-family: PoppinsBold!important;
}

a {
   /*color: #FFA02F;*/
   color: #00AED8;
}

/*a:hover {
   color: #FFA02F;
}*/


@media (max-width: 768px) {
   a {
      color: #337ab7;
      text-decoration: none;
  }

  #toc li a {
   color: #fff;
   
   }
}

.cookie-warning a, .cookie-warning a:hover, .cookie-warning a:focus, .navbar-coronamessage a, .navbar-coronamessage a:hover, .navbar-coronamessage a:focus {
   color: white;
   text-decoration: underline;
}