<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'its';
    font-style: normal;
    font-weight: 300;
    src: url('https://www.jukeboxx.at/wp-content/themes/its-siteorigin/assets/fonts/its-Regular.woff2'); /* IE9 Compat Modes */
}

* {
  font-family: its;
  font-size: 22px;
}

#logo img {
  position: absolute;
  bottom: 5%;
  right: 3%;
  max-width: 35%;
  height: auto;
}

nav ul li {
		border: none
}

nav ul li:hover {
		background-color: rgba(255,255,255,0.2);
}</pre></body></html>