@import url('https://fonts.googleapis.com/css2?family=Parisienne&family=Special+Elite&family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --bg-2: #bdab8d;
}

body {
  background-color: #cfbc9a !important;
  font-family: "Taviraj", serif !important;
  font-weight: 400;
  font-style: normal;
}

/* #first-hero {
}

#letter-hero {
} */

#letter-editor {
  background-size: cover;
  padding: 3px !important;
}

.parisienne-regular {
  font-family: "Parisienne", cursive !important;
  font-weight: 400;
  font-style: normal;
}

.special-elite-regular {
    font-family: "Special Elite", system-ui;
    font-weight: 400;
    font-style: normal;
  }

.btn.btn-main {
  background-color: transparent !important;
  border: 1px solid #cfbc9a;
  border-color: #cfbc9a;
  border-radius: 0px !important;
  color: #cfbc9a;
  font-size: x-large;
  font-weight: 700;
}

.btn-main:hover {
  background-color: #cfbc9a !important;
  color: white !important;
}

.menu-item:hover {
  text-decoration: underline;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  top: 5%;
  left: 5%;
  color: #181818;
  padding: 10px 20px;
  font-size: 10px;
  text-align: start;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
}

.unselectable {
  -webkit-user-select: none !important; /* Safari */
  -khtml-user-select: none !important; /* Chrome/KHTML */
  -moz-user-select: none !important; /* Firefox */
  -o-user-select: none !important; /* Opera */
  user-select: none !important; /* Standard syntax */
}

#first {
  display: block;
}

#second {
  display: none;
}
