:root {
  /* --highlight: #FFB5F0; */

  /* --background: #EDEDED; */

  /* --background: #AAFFAA;

  --highlightbig: #FFB5F0;
  --highlightsmall: #FFB5F0;

  --font-color: black; */
}

* {
  box-sizing: border-box;
  font-family: Authentic;
}

body {
  /* background-color: #f5ebf3; */

  /* background-color: #e3e2dc; */
  background-color: var(--background);

  margin: 0;

  /* user-select: none; */
}

.hover:hover {
  transition: transform 0.25s ease;
  transform: scale(1.1)
}

::-moz-selection { /* Code for Firefox */
  color: #F6FF7E;
  background: #FFB5F0;
}

::selection {
  color: #F6FF7E;
  background: #FFB5F0;
}

h1 {
  font-family: League;
  margin: 0;
}

.hannsjana {
  font-size: 5em;
  padding-top: 5px;
  padding-left: 20px;

  position: sticky;
  /* top: 50px; */
  z-index: 10;
}

.hidden {
  display: none !important;
}

.bold {
  font-weight: bold !important;
  /* text-decoration: underline !important; */
}

.underline {
  text-decoration: underline;
}

.opac50 {
  opacity: 0.5;
}

.hiddenalt {
  opacity: 0 !important;
  pointer-events: none !important;
}

.multiply {
  mix-blend-mode: multiply;
}

.background {
  /* z-index: 3 !important; */
}

@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans-VariableFont.ttf) format('truetype');
}

@font-face {
  font-family: Krona;
  src: url(../fonts/KronaOne-Regular.ttf) format('truetype');
  font-weight: regular;
}

@font-face {
  font-family: League;
  src: url(../fonts/LeagueSpartan-VF.ttf) format('truetype');
  font-weight: regular;
}

@font-face {
  font-family: Authentic;
  src: url(../fonts/AUTHENTICSans-60.otf) format('opentype');
  /* font-weight: 60; */
}

@font-face {
  font-family: Authentic;
  src: url(../fonts/AUTHENTICSans-130.otf) format('opentype');
  font-weight: bold;
}

/* @font-face {
  font-family: Authentic;
  src: url(../fonts/AUTHENTICSans-130.otf) format('opentype');
  font-weight: 130;
} */

/* @font-face {
  font-family: Authentic;
  src: url(../fonts/AUTHENTICSans-150.otf) format('opentype');
  font-weight: 150;
} */




/* @font-face {
  font-family: Sporting;
  src: url(../fonts/SportingGrotesque-Bold.otf) format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: Manrope;
  src: url(../fonts/Manrope[wght].woff2) format('woff2');
  font-weight: 300 3000;
  font-stretch: 0% 200%;
} */


/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


p a {
  font-family: Authentic;
  /* color: #1cd200; */
  color: #eb56ff;
  font-variation-settings: "wght" 400;
  /* font-stretch: 200%; */
  transition: font-variation-settings 1s, letter-spacing 0.4s;
}

p a:hover {
  font-variation-settings: "wght" 900;
  transition: font-variation-settings 0.4s, letter-spacing 0.4s;
  letter-spacing: 0.025em;
}

p {
  margin-top: 0;
}

.crosshairwhite {
    cursor: url('../img/crosshairwhite_big.svg') 60 60, default !important;
}

.inactive {
  pointer-events: none;
}

.link {
  font-family: Authentic;
  /* color: #1cd200; */
  color: #eb56ff;
  font-variation-settings: "wght" 400;
  font-stretch: 200%;
  transition: font-variation-settings 1s, letter-spacing 0.4s;
}

.link:hover {
  /* font-style: italic; */
  font-variation-settings: "wght" 900;
  transition: font-variation-settings 0.4s, letter-spacing 0.4s;
  letter-spacing: 0.025em;
}

.highlight {
  font-weight: 900;
}

.teaser {
  font-family: Authentic;
  font-weight: 400;
  line-height: 1.1em;

  font-size: 2.5em;
  letter-spacing: -0.05em;

  padding-left: 20vw;
  padding-right: 20vw;

  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.threejs {
  height: 500px;
  width: 500px;
  border: solid blue;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}

/* .image-copyright {
  /* border: solid blue; */
  font-size: 10px;

  width: 100%;
  text-align: end;

  padding-right: 5px;
} */
