@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Pinyon+Script&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Nerko+One&display=swap');
:root {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --body-background-alter: #dddbd4;
  --body-background: #ffffff;
  --first-color: #d3c092;
  --green-color: #808774;
  --second-color: #676352;
  --grey-color: #424640;
  --dark-color: #34312e;
  --dark-color2: #222526;
  --black-color: hsl(220, 24%, 12%);
  --artxidev-color: #4bb7ac;
  --dancing: "Dancing Script", cursive;
  --nerko:"Nerko One", cursive;;
  --pinyon: "Pinyon Script", cursive;
  --playfair: "Playfair Display", serif;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none !important;
}
img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}
@media screen and (min-width: 2560px) {
  body {
    zoom: 1.7;
  }
}
::-webkit-scrollbar {
  width: 10px;
  background: hsl(0, 0%, 93%);
}
::-webkit-scrollbar-thumb {
  background: #e3aadd;
  border-radius: 10px;
  cursor: pointer;
}

.pinyon {
  font-family: var(--pinyon);
  font-weight: 400;
  font-style: normal;
}
.hidden {
  opacity: 0;
  pointer-events: none;
}

