@font-face {
  font-family: Anton;
  src: url(../../njnaruto.ttf);
}

/* Uchiha Sasuke Theme */
:root {
  --clr-1: #ffffff;
  --clr-2: #8b5cf6; /* Chidori purple */
  --clr-3: #1e1b4b; /* Deep Uchiha indigo */
  --clr-4: #312e81; /* Dark violet */
  --clr-5: #dc2626; /* Sharingan crimson */
  --clr-light: #2d2a5e;
  --clr-dark: #0c0a1d;
  --clr-chidori: #38bdf8;
  --clr-lightning: #a78bfa;
  --clr-uchiha-red: #b91c1c;
}

h1,
h2,
h3,
h4,
h5,
a,
button {
  font-family: Anton;
}
p,
li {
  font-family: Helvetica, sans-serif;
}
h1 {
  font-size: 8rem;
  line-height: 1.2;
  text-shadow: 0 0 20px var(--clr-chidori), 0 0 40px var(--clr-lightning);
}
h2 {
  font-size: 4.5rem;
}
h3 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
h5 {
  font-size: 1.5rem;
  font-weight: 400;
}
p,
li {
  font-size: 1rem;
}
a,
button {
  font-size: 1rem;
}
a {
  color: #fff;
  transition: 300ms;
}
a:hover {
  color: var(--clr-chidori);
  text-shadow: 0 0 10px var(--clr-chidori);
}
span {
  color: var(--clr-5);
}

::-webkit-scrollbar {
  background: var(--clr-dark);
  width: 0.5rem;
}
::-webkit-scrollbar-track {
  border: none;
}
::-webkit-scrollbar-thumb {
  background: var(--clr-2);
  border-radius: 4px;
}
