@font-face {
  font-family: hermes43; /* set name */
  src: url(fonts/HERMES_1943.ttf); /* url of the font */
}

body{
    font-size:16px;
    font-family: hermes43, monospace;
    background-color:#eeeeee;
    color:#000000;
}

a {
    color:#990000;
    text-decoration:none;
}

.leader {
    font-family: hermes43, monospace;
    font-weight: bold;
    background-color:#000000;
    color:#eeeeee;
}

.smallprint{
    font-size:10px;
}

h1{
    font-family:monospace;
}

.auditorium-switch {
  font-family: hermes43, monospace;
  color:#990000;
  cursor: pointer;
  user-select: none;
  letter-spacing: 0.08em;
  opacity: 0.75;
}

.auditorium-switch.on {
  color:#990000;
  opacity: 1;
  text-shadow: 0 0 6px currentColor;
}

.textarea_morse{
    width:500px;
    height:25px;
    font-family: hermes43, monospace;
    color:#000000;
    background-color:#eeeeee;
}