
/* === FUENTES === */
@font-face {
  font-family: "ABCDiatype";
  src: url("../assets/ABCDiatype-Regular-Trial.otf") format("otf");
  font-weight: 200;
  font-style: regular;
  font-display: swap;
}

@font-face {
  font-family: "texgyreheros";
  src: url("../assets/texgyreheros-regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "texgyreheros";
  src: url("../assets/texgyreheros-italic.otf") format("otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "texgyreheros";
  src: url("../assets/texgyreheros-bold.otf") format("otf");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}

@font-face {
  font-family: "ABCDiatype";
  src: url("../assets/ABCDiatype-Medium-Trial.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABCDiatype";
  src: url("../assets/ABCDiatype-Bold-Trial.otf") format("otf");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}

/* === VARIABLES === */
:root {
  --color-foreground: rgb(250, 225, 250);
  --color-background: rgb(5, 5, 5);
  --color-accent: #FF98E9;
  --font-primary: "ABCDiatype", sans-serif;

}

/* === LINKS === */
a {
  text-decoration: none;
}

.marca h1 {
  font-family: "texgyreheros", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  margin: 0;
  letter-spacing: -0.1rem;
}

.inverted-marca h1 {
   font-family: "texgyreheros", sans-serif;
 font-style: normal;
  font-weight: bold;
  font-size: 40px;
  margin: 0;
  letter-spacing: -0.1rem;
  color:white;

}




.inverted-marca h4{
  font-family: "ABCDiatype", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color:white;

}

.marca h4 {
  font-family: "ABCDiatype", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}

.intro p {
  font-family: "ABCDiatype", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.6;
  color: black;
  padding:20px;
  
 
}

.titulo {
right:0;
  position:absolute;
  display: flex;
  flex-direction: row;
  justify-content: end;
  padding:10px 20px;
  z-index: 10;
  font-family: "texgyreheros", sans-serif;
  font-style: oblique;
  font-weight: bold;
  font-size: 100px;
  margin: 0;
  letter-spacing: -0.1rem;
  color: rgb(255, 255, 255);
  mix-blend-mode: difference;
  
}

@media (max-width: 768px) {
  .titulo {
    font-size: 50px; /* Smaller font size for mobile */
    padding: 1rem; /* Adjusted padding */
    /* Position remains absolute, aligned to the right */
  }
  .intro p {
    font-size: 18px;
  }
}


/* Texto flotante */
#cursor-text {
  font-family: "texgyreheros", sans-serif;
  font-weight: 400;
  font-style: oblique;
  font-size: 18px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  color: rgb(0, 0, 0);
  padding:4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
  background-color: rgb(200, 255, 0);
}



h5{
  font-family: "texgyreheros", sans-serif;
  font-weight: 400;
  font-style: oblique;
  font-size: 24px;
  color: rgb(0, 0, 0);
  padding:4px;
    background-color: rgb(200, 255, 0);
}