/*-- global --*/

:root {
  --clr-1: #111111;
  --clr-2: #ffffff;
  --clr-2-tr: #ffffff20;
  --clr-3: #1a84c2;
  --clr-3-tr: #1a84c220;
  --clr-4: #1a84c2;
  --clr-4-tr: #1a84c220;
}

@font-face {
  font-family: Gochi;
  src: url(../font/GochiHand-Regular.ttf);
}

h1,
h2,
h3,
h4,
h5,
p,
a,
li,
button {
  font-family: "Gochi", sans-serif;
}

h1 {
  font-size: 8.5rem;
  font-weight: 700;
  line-height: 0.6;
}
h2 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;

  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #111;
  stroke: #111;

  margin-bottom: 1rem;
}
h3 {
  font-size: 3rem;
  line-height: 1.2;
}
h4 {
  font-size: 1.5rem;
}

p,
li,
a,
button {
  font-size: 1.5rem;
}

a {
  /* color: var(--clr-1); */
  color: #fff;
  transition: 0.3s;
}
a:hover {
  color: var(--clr-1);
}
span {
  color: var(--clr-1);
}

/* ::-webkit-scrollbar {
  width: 0.5rem;
  background: var(--clr-1);
}
::-webkit-scrollbar-track {
  border-left: none;
}
::-webkit-scrollbar-thumb {
  background: #b3954e;
} */
