@font-face {
  font-family: 'friz';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/fritz-quadrata-cyrillic.woff2') format('woff2');
  font-display: swap;
}

h1, h2, h3, h4 {
  font-family: 'friz';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
p, li, main {
  font-family: 'Georgia';
  font-style: normal;
  font-size: 17px;
}

#sidebar li {
  font-family: 'friz';
  font-style: normal;
  font-size: 20px;
}

th {
  font-family: 'friz';
  font-style: normal;
}

table td {
	padding: 10px 20px 10px;
}

a:visited {
  font-family: 'friz';
  color: #c5a100;
}

a {
  font-family: 'friz';
  color: #c5a100;
}