@font-face {
  font-family: "Archivo-Variable";
  src: url("../fonts/Archivo-Variable.woff2") format("woff2"),
    url("../fonts/Archivo-Variable.woff") format("woff"),
    url("../fonts/Archivo-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Archivo-VariableItalic";
  src: url("../fonts/Archivo-VariableItalic.woff2") format("woff2"),
    url("../fonts/Archivo-VariableItalic.woff") format("woff"),
    url("../fonts/Archivo-VariableItalic.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2"),
    url("../fonts/Satoshi-Variable.woff") format("woff"),
    url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("../fonts/Satoshi-VariableItalic.woff2") format("woff2"),
    url("../fonts/Satoshi-VariableItalic.woff") format("woff"),
    url("../fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}

* {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg data-name='Calque 2'%3E%3Cpath fill='%23000000' d='M30 14.42H15.5V0h-1v14.42H0v1h14.5v14.5h1v-14.5H30v-1z' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E")
      15 15,
    pointer !important;
  outline: none !important;
}

html,
.modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg data-name='Calque 2'%3E%3Cpath fill='%23000000' d='M30 14.42H15.5V0h-1v14.42H0v1h14.5v14.5h1v-14.5H30v-1z' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E")
      15 15,
    pointer !important;
}

::-moz-selection,
::selection {
  color: black;
  background: #fc4c00;
}

/* ::selection {
  color: black;
  background: lawngreen;
} */

#home-main {
  position: absolute;
  bottom: 20px;
}

.desktop-image {
  position: fixed !important;
  right: 0 !important;
  bottom: 0;
  max-height: 90vh;
  width: auto;
  z-index: -1;
}

#wrapper-navbar {
  z-index: 2000;
}

article.desktop img {
  display: none;
  position: absolute;
  bottom: 0;
}

article.desktop:hover img {
  display: block;
}

@media (max-width: 576px) {
  .lg-prev,
  .lg-next {
    display: none !important;
  }

  #home-main {
    position: inherit;
    bottom: unset;
  }
}

.entry-box {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 9999;
}
