<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: "Suisse Works";
  src: url(../fonts/suisse-works-book.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Works";
  src: url(../fonts/suisse-works-book-italic.otf);
  font-weight: normal;
  font-style: italic;
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

:root {
  --swiper-theme-color: $black;
}

* {
  margin: 0;
  font-weight: normal;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

html, body, input, textarea {
  background-color: #fff;
  font-family: "Suisse Works", Georgia, serif;
  color: #000;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #fff;
  background-color: #000;
}

::selection {
  color: #fff;
  background-color: #000;
}

h1, h2, h3 {
  line-height: 1;
  font-size: 60px;
}

a {
  text-decoration: none;
  color: inherit;
}
a.sottolinea {
  text-decoration: underline;
}

em {
  font-style: italic;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.d-inline-block {
  display: inline-block;
}

.hide {
  display: none;
}

.touch-show {
  display: none;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-center {
  text-align: center;
}

body {
  margin: 40px;
}

main {
  min-height: 100vh;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  gap: 400px;
  margin: 200px auto;
  align-items: center;
}

.opera {
  display: flex;
  flex-direction: row;
  gap: 80px;
}
.opera .img-wrapper {
  flex: 1 1 0;
  min-width: 0;
}
.opera .img-wrapper img {
  background-color: #eee;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 10px;
}

.gallery img {
  cursor: pointer;
}

.didascalia {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  gap: 40px;
}

.racconto p {
  text-indent: 1em;
  text-align: justify;
}

.poesia p {
  text-indent: 0;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s, transform 0.8s;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

header {
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  align-items: flex-start;
  justify-content: space-between;
  z-index: 999;
}

#logo {
  width: 100px;
}

nav {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

#back-to-top {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  mix-blend-mode: difference;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

@media screen and (max-width: 1440px) {
  .opera {
    gap: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .lg-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  html, body, input, textarea {
    font-size: 14px;
  }
  body {
    margin: 20px;
  }
  main {
    gap: 300px;
    margin: 150px 0;
  }
  .opera {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .md-hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
  html, body, input, textarea {
    font-size: 13px;
  }
  #logo {
    width: 80px;
  }
  nav {
    gap: 20px;
  }
  main {
    gap: 200px;
    margin: 120px 0;
  }
  .opera {
    flex-direction: column;
    gap: 20px;
  }
  .didascalia {
    gap: 20px;
  }
  #back-to-top {
    font-size: 25px;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>