@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');

/* app-name */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Alegreya' !important;

}

body {
    font-family: 'Alegreya';
    font-size: 1.2em;
}

  .search a:hover, 
  .search .search-keyword, 
  .app-nav a:hover, 
  .app-nav a:active,
  .sidebar ul li.active > a, 
  .markdown-section a, 
  .token.attr-value, 
  .token.control, 
  .token.directive, 
  .token.string, 
  .token.unit, 
  section.cover .cover-main > p:last-child a,
  section.cover blockquote > p > a:hover  { color: #000000 }  

.github-corner svg {
    fill: #000000;
}

table thead :empty{
  display: none;
}

.columned {
  columns: 2;
  column-fill: balance;
}

.columned ul {
  page-break-inside: avoid;
}

section.cover .cover-main>p:last-child a {
  border: 1px solid #000000;
}

section.cover .cover-main>p:last-child a:last-child {
  background-color: #000000;
}

