* {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

body {
  display: grid;
}

html,
html[data-theme=light] {
  color-scheme: light;
  color: #111;
  background-color: #fafafa;
}
html *:focus-visible,
html[data-theme=light] *:focus-visible {
  outline-color: #111;
}
html h1,
html[data-theme=light] h1 {
  color: #fafafa;
}
html .full-text,
html[data-theme=light] .full-text {
  background-color: #fafafa;
}
html a,
html[data-theme=light] a {
  color: #111;
}

html[data-theme=dark] {
  color-scheme: dark;
  color: #fafafa;
  background-color: #111;
}
html[data-theme=dark] *:focus-visible {
  outline-color: #fafafa;
}
html[data-theme=dark] h1 {
  color: #111;
}
html[data-theme=dark] .full-text {
  background-color: #111;
}
html[data-theme=dark] a {
  color: #fafafa;
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) {
    color-scheme: dark;
    color: #fafafa;
    background-color: #111;
  }
  html:not([data-theme]) *:focus-visible {
    outline-color: #fafafa;
  }
  html:not([data-theme]) h1 {
    color: #111;
  }
  html:not([data-theme]) .full-text {
    background-color: #111;
  }
  html:not([data-theme]) a {
    color: #fafafa;
  }
}
h1 {
  font-size: 14vw;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 3% 5% 5% !important;
  margin-top: 2%;
}
@media only screen and (max-width: 767px) {
  h1 {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 599px) {
  h1 {
    margin-top: 4%;
  }
}

h2, .full-text {
  font-family: "Fragment Mono", monospace;
  font-size: 3vw;
  line-height: 1.6;
}

.full-text {
  padding: 10% 5% !important;
}

#page {
  width: 100%;
}

section {
  width: 50%;
  margin: 0 auto 8%;
}
section:last-of-type {
  margin: 0;
}

.full {
  width: 100%;
}

.image {
  position: absolute;
  z-index: -1000;
}

.image, .project {
  display: block;
  width: 100%;
}

.text {
  position: relative;
  padding: 3% 0% 5%;
}

a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
a:hover {
  text-decoration: none;
}
a:active {
  opacity: 0;
}

#bisnoni button {
  background: none;
  border: none;
  cursor: pointer;
}
#bisnoni .content {
  padding: 30px;
  display: grid;
  gap: 20px;
}
#bisnoni .button-group {
  display: flex;
  gap: 10px;
}
#bisnoni p {
  font-family: "Fragment Mono", monospace;
  font-size: 11px;
  line-height: 17px;
  max-width: 510px;
}
#bisnoni .menu-item {
  display: grid;
  gap: 0;
}
#bisnoni .menu-item div {
  display: flex;
  gap: 5px;
}
#bisnoni #content-en, #bisnoni #content-it {
  display: grid;
  gap: 20px;
}
#bisnoni a {
  color: blue;
}

#music {
  padding: 100px 30px;
}
#music section {
  width: 100%;
  max-width: 800px;
  margin-bottom: 75px;
}
#music section:last-of-type {
  margin: 0 auto;
}
#music h1, #music h2 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: #111;
  margin: 0;
  padding: 0 !important;
}
#music p {
  font-family: "Fragment Mono", monospace;
  font-size: 14px;
  line-height: 1.6;
}
#music h3 {
  font-family: "Fragment Mono", monospace;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 5px;
}
#music iframe {
  margin-bottom: 10px;
}
#music .link-group {
  margin-top: 10px;
}

.hidden {
  display: none !important;
}/*# sourceMappingURL=styles.css.map */