@font-face { 
  font-family: philospher;
  font-display: swap;
  src: url(/kulturellequelle/html/philosopherregular.ttf) format(truetype); 
}
@font-face { 
  font-family: philospher;
  font-weight: bold;
  src: url(/kulturellequelle/html/philosopherbold.ttf) format(truetype); 
}
@font-face { 
  font-family: philospher;
  font-style: italic;
  src: url(/kulturellequelle/html/philosopheritalic.ttf) format(truetype); 
}
body {
background-color: rgb(227, 227, 227);
  color: rgb(21, 51, 129);
  font-family: philosopher;
}

a:link { color: rgb(56, 18, 40); }
a:visited { color: rgb(88, 58, 30); }